|
1 |
| -[@cdklabs/generative-ai-cdk-constructs](../README.md) / ContentGenerationAppsyncLambda |
| 1 | +[@cdklabs/generative-ai-cdk-constructs](../README.md) / ContentGenerationAppSyncLambda |
2 | 2 |
|
3 |
| -# Class: ContentGenerationAppsyncLambda |
| 3 | +# Class: ContentGenerationAppSyncLambda |
4 | 4 |
|
5 | 5 | **`Summary`**
|
6 | 6 |
|
7 |
| -The ContentGenerationAppsyncLambda class. |
| 7 | +The ContentGenerationAppSyncLambda class. |
8 | 8 |
|
9 | 9 | ## Hierarchy
|
10 | 10 |
|
11 | 11 | - `Construct`
|
12 | 12 |
|
13 |
| - ↳ **`ContentGenerationAppsyncLambda`** |
| 13 | + ↳ **`ContentGenerationAppSyncLambda`** |
14 | 14 |
|
15 | 15 | ## Table of contents
|
16 | 16 |
|
17 | 17 | ### Constructors
|
18 | 18 |
|
19 |
| -- [constructor](ContentGenerationAppsyncLambda.md#constructor) |
| 19 | +- [constructor](ContentGenerationAppSyncLambda.md#constructor) |
20 | 20 |
|
21 | 21 | ### Properties
|
22 | 22 |
|
23 |
| -- [generatedImageBus](ContentGenerationAppsyncLambda.md#generatedimagebus) |
24 |
| -- [graphqlApi](ContentGenerationAppsyncLambda.md#graphqlapi) |
25 |
| -- [node](ContentGenerationAppsyncLambda.md#node) |
26 |
| -- [s3GenerateAssetsBucket](ContentGenerationAppsyncLambda.md#s3generateassetsbucket) |
27 |
| -- [s3GenerateAssetsBucketInterface](ContentGenerationAppsyncLambda.md#s3generateassetsbucketinterface) |
28 |
| -- [securityGroup](ContentGenerationAppsyncLambda.md#securitygroup) |
29 |
| -- [vpc](ContentGenerationAppsyncLambda.md#vpc) |
| 23 | +- [generatedImageBus](ContentGenerationAppSyncLambda.md#generatedimagebus) |
| 24 | +- [graphqlApi](ContentGenerationAppSyncLambda.md#graphqlapi) |
| 25 | +- [node](ContentGenerationAppSyncLambda.md#node) |
| 26 | +- [s3GenerateAssetsBucket](ContentGenerationAppSyncLambda.md#s3generateassetsbucket) |
| 27 | +- [s3GenerateAssetsBucketInterface](ContentGenerationAppSyncLambda.md#s3generateassetsbucketinterface) |
| 28 | +- [securityGroup](ContentGenerationAppSyncLambda.md#securitygroup) |
| 29 | +- [vpc](ContentGenerationAppSyncLambda.md#vpc) |
30 | 30 |
|
31 | 31 | ### Methods
|
32 | 32 |
|
33 |
| -- [toString](ContentGenerationAppsyncLambda.md#tostring) |
34 |
| -- [isConstruct](ContentGenerationAppsyncLambda.md#isconstruct) |
| 33 | +- [toString](ContentGenerationAppSyncLambda.md#tostring) |
| 34 | +- [isConstruct](ContentGenerationAppSyncLambda.md#isconstruct) |
35 | 35 |
|
36 | 36 | ## Constructors
|
37 | 37 |
|
38 | 38 | ### constructor
|
39 | 39 |
|
40 |
| -• **new ContentGenerationAppsyncLambda**(`scope`, `id`, `props`): [`ContentGenerationAppsyncLambda`](ContentGenerationAppsyncLambda.md) |
| 40 | +• **new ContentGenerationAppSyncLambda**(`scope`, `id`, `props`): [`ContentGenerationAppSyncLambda`](ContentGenerationAppSyncLambda.md) |
41 | 41 |
|
42 | 42 | #### Parameters
|
43 | 43 |
|
44 | 44 | | Name | Type | Description |
|
45 | 45 | | :------ | :------ | :------ |
|
46 | 46 | | `scope` | `Construct` | represents the scope for all the resources. |
|
47 | 47 | | `id` | `string` | this is a a scope-unique id. |
|
48 |
| -| `props` | [`ContentGenerationAppsyncLambdaProps`](../interfaces/ContentGenerationAppsyncLambdaProps.md) | user provided props for the construct. | |
| 48 | +| `props` | [`ContentGenerationAppSyncLambdaProps`](../interfaces/ContentGenerationAppSyncLambdaProps.md) | user provided props for the construct. | |
49 | 49 |
|
50 | 50 | #### Returns
|
51 | 51 |
|
52 |
| -[`ContentGenerationAppsyncLambda`](ContentGenerationAppsyncLambda.md) |
| 52 | +[`ContentGenerationAppSyncLambda`](ContentGenerationAppSyncLambda.md) |
53 | 53 |
|
54 | 54 | **`Summary`**
|
55 | 55 |
|
56 |
| -Constructs a new instance of the ContentGenerationAppsyncLambda class. |
| 56 | +Constructs a new instance of the ContentGenerationAppSyncLambda class. |
57 | 57 |
|
58 | 58 | **`Since`**
|
59 | 59 |
|
|
0 commit comments