Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.appsync package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.appsync package.
(api-key-config-builder id config)
Creates a ApiKeyConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ApiKeyConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(appsync-function-attributes-builder id config)
Creates a AppsyncFunctionAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AppsyncFunctionAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(appsync-function-builder scope id config)
Creates a AppsyncFunction$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `AppsyncFunction$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(appsync-function-props-builder id config)
Creates a AppsyncFunctionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AppsyncFunctionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(asset-code-builder path id config)
Creates a AssetCode$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | path | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `AssetCode$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String]___ | Argument | DataType | Description | |---|---|---| | path | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(authorization-config-builder id config)
Creates a AuthorizationConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AuthorizationConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(authorization-mode-builder id config)
Creates a AuthorizationMode$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AuthorizationMode$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(authorization-type config id item-key)
The authorization-type
function data interprets values in the provided config data into a
AuthorizationType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
AuthorizationType
- the value is returned.:lambda
- AuthorizationType/LAMBDA
is returned:user-pool
- AuthorizationType/USER_POOL
is returned:iam
- AuthorizationType/IAM
is returned:oidc
- AuthorizationType/OIDC
is returned:api-key
- AuthorizationType/API_KEY
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `authorization-type` function data interprets values in the provided config data into a `AuthorizationType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `AuthorizationType` - the value is returned. * is `:lambda` - `AuthorizationType/LAMBDA` is returned * is `:user-pool` - `AuthorizationType/USER_POOL` is returned * is `:iam` - `AuthorizationType/IAM` is returned * is `:oidc` - `AuthorizationType/OIDC` is returned * is `:api-key` - `AuthorizationType/API_KEY` is returned If a value is not found or matches the above criteria, nil is returned.
(aws-iam-config-builder id config)
Creates a AwsIamConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AwsIamConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(backed-data-source-props-builder id config)
Creates a BackedDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BackedDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(base-appsync-function-props-builder id config)
Creates a BaseAppsyncFunctionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BaseAppsyncFunctionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(base-data-source-props-builder id config)
Creates a BaseDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BaseDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(base-resolver-props-builder id config)
Creates a BaseResolverProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BaseResolverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-api-key-config-builder builder id config)
The build-api-key-config-builder function updates a ApiKeyConfig$Builder instance using the provided configuration. The function takes the ApiKeyConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
expires | software.amazon.awscdk.Expiration | cdk.support/lookup-entry | :expires |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-api-key-config-builder function updates a ApiKeyConfig$Builder instance using the provided configuration. The function takes the ApiKeyConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `expires` | software.amazon.awscdk.Expiration | [[cdk.support/lookup-entry]] | `:expires` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-appsync-function-attributes-builder builder id config)
The build-appsync-function-attributes-builder function updates a AppsyncFunctionAttributes$Builder instance using the provided configuration. The function takes the AppsyncFunctionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
functionArn | java.lang.String | cdk.support/lookup-entry | :function-arn |
The build-appsync-function-attributes-builder function updates a AppsyncFunctionAttributes$Builder instance using the provided configuration. The function takes the AppsyncFunctionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` |
(build-appsync-function-builder builder id config)
The build-appsync-function-builder function updates a AppsyncFunction$Builder instance using the provided configuration. The function takes the AppsyncFunction$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
code | software.amazon.awscdk.services.appsync.Code | cdk.support/lookup-entry | :code |
dataSource | software.amazon.awscdk.services.appsync.BaseDataSource | cdk.support/lookup-entry | :data-source |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
requestMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :request-mapping-template |
responseMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :response-mapping-template |
runtime | software.amazon.awscdk.services.appsync.FunctionRuntime | cdk.support/lookup-entry | :runtime |
The build-appsync-function-builder function updates a AppsyncFunction$Builder instance using the provided configuration. The function takes the AppsyncFunction$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `code` | software.amazon.awscdk.services.appsync.Code | [[cdk.support/lookup-entry]] | `:code` | | `dataSource` | software.amazon.awscdk.services.appsync.BaseDataSource | [[cdk.support/lookup-entry]] | `:data-source` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `requestMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `responseMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `runtime` | software.amazon.awscdk.services.appsync.FunctionRuntime | [[cdk.support/lookup-entry]] | `:runtime` |
(build-appsync-function-props-builder builder id config)
The build-appsync-function-props-builder function updates a AppsyncFunctionProps$Builder instance using the provided configuration. The function takes the AppsyncFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
code | software.amazon.awscdk.services.appsync.Code | cdk.support/lookup-entry | :code |
dataSource | software.amazon.awscdk.services.appsync.BaseDataSource | cdk.support/lookup-entry | :data-source |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
requestMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :request-mapping-template |
responseMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :response-mapping-template |
runtime | software.amazon.awscdk.services.appsync.FunctionRuntime | cdk.support/lookup-entry | :runtime |
The build-appsync-function-props-builder function updates a AppsyncFunctionProps$Builder instance using the provided configuration. The function takes the AppsyncFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `code` | software.amazon.awscdk.services.appsync.Code | [[cdk.support/lookup-entry]] | `:code` | | `dataSource` | software.amazon.awscdk.services.appsync.BaseDataSource | [[cdk.support/lookup-entry]] | `:data-source` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `requestMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `responseMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `runtime` | software.amazon.awscdk.services.appsync.FunctionRuntime | [[cdk.support/lookup-entry]] | `:runtime` |
(build-asset-code-builder builder id config)
The build-asset-code-builder function updates a AssetCode$Builder instance using the provided configuration. The function takes the AssetCode$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assetHash | java.lang.String | cdk.support/lookup-entry | :asset-hash |
assetHashType | software.amazon.awscdk.AssetHashType | cdk.api/asset-hash-type | :asset-hash-type |
bundling | software.amazon.awscdk.BundlingOptions | cdk.support/lookup-entry | :bundling |
deployTime | java.lang.Boolean | cdk.support/lookup-entry | :deploy-time |
exclude | java.util.List | cdk.support/lookup-entry | :exclude |
followSymlinks | software.amazon.awscdk.SymlinkFollowMode | cdk.api/symlink-follow-mode | :follow-symlinks |
ignoreMode | software.amazon.awscdk.IgnoreMode | cdk.api/ignore-mode | :ignore-mode |
readers | java.util.List | cdk.support/lookup-entry | :readers |
The build-asset-code-builder function updates a AssetCode$Builder instance using the provided configuration. The function takes the AssetCode$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assetHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-hash` | | `assetHashType` | software.amazon.awscdk.AssetHashType | [[cdk.api/asset-hash-type]] | `:asset-hash-type` | | `bundling` | software.amazon.awscdk.BundlingOptions | [[cdk.support/lookup-entry]] | `:bundling` | | `deployTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy-time` | | `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` | | `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` | | `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` | | `readers` | java.util.List | [[cdk.support/lookup-entry]] | `:readers` |
(build-authorization-config-builder builder id config)
The build-authorization-config-builder function updates a AuthorizationConfig$Builder instance using the provided configuration. The function takes the AuthorizationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalAuthorizationModes | java.util.List | cdk.support/lookup-entry | :additional-authorization-modes |
defaultAuthorization | software.amazon.awscdk.services.appsync.AuthorizationMode | cdk.support/lookup-entry | :default-authorization |
The build-authorization-config-builder function updates a AuthorizationConfig$Builder instance using the provided configuration. The function takes the AuthorizationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalAuthorizationModes` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-authorization-modes` | | `defaultAuthorization` | software.amazon.awscdk.services.appsync.AuthorizationMode | [[cdk.support/lookup-entry]] | `:default-authorization` |
(build-authorization-mode-builder builder id config)
The build-authorization-mode-builder function updates a AuthorizationMode$Builder instance using the provided configuration. The function takes the AuthorizationMode$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiKeyConfig | software.amazon.awscdk.services.appsync.ApiKeyConfig | cdk.support/lookup-entry | :api-key-config |
authorizationType | software.amazon.awscdk.services.appsync.AuthorizationType | cdk.api.services.appsync/authorization-type | :authorization-type |
lambdaAuthorizerConfig | software.amazon.awscdk.services.appsync.LambdaAuthorizerConfig | cdk.support/lookup-entry | :lambda-authorizer-config |
openIdConnectConfig | software.amazon.awscdk.services.appsync.OpenIdConnectConfig | cdk.support/lookup-entry | :open-id-connect-config |
userPoolConfig | software.amazon.awscdk.services.appsync.UserPoolConfig | cdk.support/lookup-entry | :user-pool-config |
The build-authorization-mode-builder function updates a AuthorizationMode$Builder instance using the provided configuration. The function takes the AuthorizationMode$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiKeyConfig` | software.amazon.awscdk.services.appsync.ApiKeyConfig | [[cdk.support/lookup-entry]] | `:api-key-config` | | `authorizationType` | software.amazon.awscdk.services.appsync.AuthorizationType | [[cdk.api.services.appsync/authorization-type]] | `:authorization-type` | | `lambdaAuthorizerConfig` | software.amazon.awscdk.services.appsync.LambdaAuthorizerConfig | [[cdk.support/lookup-entry]] | `:lambda-authorizer-config` | | `openIdConnectConfig` | software.amazon.awscdk.services.appsync.OpenIdConnectConfig | [[cdk.support/lookup-entry]] | `:open-id-connect-config` | | `userPoolConfig` | software.amazon.awscdk.services.appsync.UserPoolConfig | [[cdk.support/lookup-entry]] | `:user-pool-config` |
(build-aws-iam-config-builder builder id config)
The build-aws-iam-config-builder function updates a AwsIamConfig$Builder instance using the provided configuration. The function takes the AwsIamConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
signingRegion | java.lang.String | cdk.support/lookup-entry | :signing-region |
signingServiceName | java.lang.String | cdk.support/lookup-entry | :signing-service-name |
The build-aws-iam-config-builder function updates a AwsIamConfig$Builder instance using the provided configuration. The function takes the AwsIamConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `signingRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-region` | | `signingServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-service-name` |
(build-backed-data-source-props-builder builder id config)
The build-backed-data-source-props-builder function updates a BackedDataSourceProps$Builder instance using the provided configuration. The function takes the BackedDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-backed-data-source-props-builder function updates a BackedDataSourceProps$Builder instance using the provided configuration. The function takes the BackedDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-base-appsync-function-props-builder builder id config)
The build-base-appsync-function-props-builder function updates a BaseAppsyncFunctionProps$Builder instance using the provided configuration. The function takes the BaseAppsyncFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
code | software.amazon.awscdk.services.appsync.Code | cdk.support/lookup-entry | :code |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
requestMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :request-mapping-template |
responseMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :response-mapping-template |
runtime | software.amazon.awscdk.services.appsync.FunctionRuntime | cdk.support/lookup-entry | :runtime |
The build-base-appsync-function-props-builder function updates a BaseAppsyncFunctionProps$Builder instance using the provided configuration. The function takes the BaseAppsyncFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `code` | software.amazon.awscdk.services.appsync.Code | [[cdk.support/lookup-entry]] | `:code` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `requestMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `responseMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `runtime` | software.amazon.awscdk.services.appsync.FunctionRuntime | [[cdk.support/lookup-entry]] | `:runtime` |
(build-base-data-source-props-builder builder id config)
The build-base-data-source-props-builder function updates a BaseDataSourceProps$Builder instance using the provided configuration. The function takes the BaseDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-base-data-source-props-builder function updates a BaseDataSourceProps$Builder instance using the provided configuration. The function takes the BaseDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-base-resolver-props-builder builder id config)
The build-base-resolver-props-builder function updates a BaseResolverProps$Builder instance using the provided configuration. The function takes the BaseResolverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachingConfig | software.amazon.awscdk.services.appsync.CachingConfig | cdk.support/lookup-entry | :caching-config |
code | software.amazon.awscdk.services.appsync.Code | cdk.support/lookup-entry | :code |
fieldName | java.lang.String | cdk.support/lookup-entry | :field-name |
maxBatchSize | java.lang.Number | cdk.support/lookup-entry | :max-batch-size |
pipelineConfig | java.util.List | cdk.support/lookup-entry | :pipeline-config |
requestMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :request-mapping-template |
responseMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :response-mapping-template |
runtime | software.amazon.awscdk.services.appsync.FunctionRuntime | cdk.support/lookup-entry | :runtime |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-base-resolver-props-builder function updates a BaseResolverProps$Builder instance using the provided configuration. The function takes the BaseResolverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachingConfig` | software.amazon.awscdk.services.appsync.CachingConfig | [[cdk.support/lookup-entry]] | `:caching-config` | | `code` | software.amazon.awscdk.services.appsync.Code | [[cdk.support/lookup-entry]] | `:code` | | `fieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:field-name` | | `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` | | `pipelineConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-config` | | `requestMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `responseMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `runtime` | software.amazon.awscdk.services.appsync.FunctionRuntime | [[cdk.support/lookup-entry]] | `:runtime` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-caching-config-builder builder id config)
The build-caching-config-builder function updates a CachingConfig$Builder instance using the provided configuration. The function takes the CachingConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachingKeys | java.util.List | cdk.support/lookup-entry | :caching-keys |
ttl | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :ttl |
The build-caching-config-builder function updates a CachingConfig$Builder instance using the provided configuration. The function takes the CachingConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachingKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:caching-keys` | | `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
(build-cfn-api-cache-builder builder id config)
The build-cfn-api-cache-builder function updates a CfnApiCache$Builder instance using the provided configuration. The function takes the CfnApiCache$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiCachingBehavior | java.lang.String | cdk.support/lookup-entry | :api-caching-behavior |
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
atRestEncryptionEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :at-rest-encryption-enabled |
healthMetricsConfig | java.lang.String | cdk.support/lookup-entry | :health-metrics-config |
transitEncryptionEnabled | java.lang.Boolean | cdk.support/lookup-entry | :transit-encryption-enabled |
ttl | java.lang.Number | cdk.support/lookup-entry | :ttl |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-api-cache-builder function updates a CfnApiCache$Builder instance using the provided configuration. The function takes the CfnApiCache$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiCachingBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-caching-behavior` | | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `atRestEncryptionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:at-rest-encryption-enabled` | | `healthMetricsConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-metrics-config` | | `transitEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:transit-encryption-enabled` | | `ttl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ttl` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-api-cache-props-builder builder id config)
The build-cfn-api-cache-props-builder function updates a CfnApiCacheProps$Builder instance using the provided configuration. The function takes the CfnApiCacheProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiCachingBehavior | java.lang.String | cdk.support/lookup-entry | :api-caching-behavior |
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
atRestEncryptionEnabled | java.lang.Boolean | cdk.support/lookup-entry | :at-rest-encryption-enabled |
healthMetricsConfig | java.lang.String | cdk.support/lookup-entry | :health-metrics-config |
transitEncryptionEnabled | java.lang.Boolean | cdk.support/lookup-entry | :transit-encryption-enabled |
ttl | java.lang.Number | cdk.support/lookup-entry | :ttl |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-api-cache-props-builder function updates a CfnApiCacheProps$Builder instance using the provided configuration. The function takes the CfnApiCacheProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiCachingBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-caching-behavior` | | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `atRestEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:at-rest-encryption-enabled` | | `healthMetricsConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-metrics-config` | | `transitEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:transit-encryption-enabled` | | `ttl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ttl` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-api-key-builder builder id config)
The build-cfn-api-key-builder function updates a CfnApiKey$Builder instance using the provided configuration. The function takes the CfnApiKey$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
expires | java.lang.Number | cdk.support/lookup-entry | :expires |
The build-cfn-api-key-builder function updates a CfnApiKey$Builder instance using the provided configuration. The function takes the CfnApiKey$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `expires` | java.lang.Number | [[cdk.support/lookup-entry]] | `:expires` |
(build-cfn-api-key-props-builder builder id config)
The build-cfn-api-key-props-builder function updates a CfnApiKeyProps$Builder instance using the provided configuration. The function takes the CfnApiKeyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
expires | java.lang.Number | cdk.support/lookup-entry | :expires |
The build-cfn-api-key-props-builder function updates a CfnApiKeyProps$Builder instance using the provided configuration. The function takes the CfnApiKeyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `expires` | java.lang.Number | [[cdk.support/lookup-entry]] | `:expires` |
(build-cfn-data-source-authorization-config-property-builder builder id config)
The build-cfn-data-source-authorization-config-property-builder function updates a CfnDataSource$AuthorizationConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$AuthorizationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationType | java.lang.String | cdk.support/lookup-entry | :authorization-type |
awsIamConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :aws-iam-config |
The build-cfn-data-source-authorization-config-property-builder function updates a CfnDataSource$AuthorizationConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$AuthorizationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-type` | | `awsIamConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:aws-iam-config` |
(build-cfn-data-source-aws-iam-config-property-builder builder id config)
The build-cfn-data-source-aws-iam-config-property-builder function updates a CfnDataSource$AwsIamConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$AwsIamConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
signingRegion | java.lang.String | cdk.support/lookup-entry | :signing-region |
signingServiceName | java.lang.String | cdk.support/lookup-entry | :signing-service-name |
The build-cfn-data-source-aws-iam-config-property-builder function updates a CfnDataSource$AwsIamConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$AwsIamConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `signingRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-region` | | `signingServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:signing-service-name` |
(build-cfn-data-source-builder builder id config)
The build-cfn-data-source-builder function updates a CfnDataSource$Builder instance using the provided configuration. The function takes the CfnDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
dynamoDbConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dynamo-db-config |
elasticsearchConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :elasticsearch-config |
eventBridgeConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :event-bridge-config |
httpConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :http-config |
lambdaConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :lambda-config |
metricsConfig | java.lang.String | cdk.support/lookup-entry | :metrics-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
openSearchServiceConfig | software.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigProperty | cdk.support/lookup-entry | :open-search-service-config |
relationalDatabaseConfig | software.amazon.awscdk.services.appsync.CfnDataSource$RelationalDatabaseConfigProperty | cdk.support/lookup-entry | :relational-database-config |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-data-source-builder function updates a CfnDataSource$Builder instance using the provided configuration. The function takes the CfnDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dynamoDbConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dynamo-db-config` | | `elasticsearchConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:elasticsearch-config` | | `eventBridgeConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-bridge-config` | | `httpConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-config` | | `lambdaConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lambda-config` | | `metricsConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:metrics-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `openSearchServiceConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigProperty | [[cdk.support/lookup-entry]] | `:open-search-service-config` | | `relationalDatabaseConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$RelationalDatabaseConfigProperty | [[cdk.support/lookup-entry]] | `:relational-database-config` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-data-source-delta-sync-config-property-builder builder id config)
The build-cfn-data-source-delta-sync-config-property-builder function updates a CfnDataSource$DeltaSyncConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DeltaSyncConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
baseTableTtl | java.lang.String | cdk.support/lookup-entry | :base-table-ttl |
deltaSyncTableName | java.lang.String | cdk.support/lookup-entry | :delta-sync-table-name |
deltaSyncTableTtl | java.lang.String | cdk.support/lookup-entry | :delta-sync-table-ttl |
The build-cfn-data-source-delta-sync-config-property-builder function updates a CfnDataSource$DeltaSyncConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DeltaSyncConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `baseTableTtl` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-table-ttl` | | `deltaSyncTableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:delta-sync-table-name` | | `deltaSyncTableTtl` | java.lang.String | [[cdk.support/lookup-entry]] | `:delta-sync-table-ttl` |
(build-cfn-data-source-dynamo-db-config-property-builder builder id config)
The build-cfn-data-source-dynamo-db-config-property-builder function updates a CfnDataSource$DynamoDBConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DynamoDBConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsRegion | java.lang.String | cdk.support/lookup-entry | :aws-region |
deltaSyncConfig | software.amazon.awscdk.services.appsync.CfnDataSource$DeltaSyncConfigProperty | cdk.support/lookup-entry | :delta-sync-config |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
useCallerCredentials | java.lang.Boolean | cdk.support/lookup-entry | :use-caller-credentials |
versioned | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :versioned |
The build-cfn-data-source-dynamo-db-config-property-builder function updates a CfnDataSource$DynamoDBConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DynamoDBConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` | | `deltaSyncConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$DeltaSyncConfigProperty | [[cdk.support/lookup-entry]] | `:delta-sync-config` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` | | `useCallerCredentials` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-caller-credentials` | | `versioned` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:versioned` |
(build-cfn-data-source-elasticsearch-config-property-builder builder id config)
The build-cfn-data-source-elasticsearch-config-property-builder function updates a CfnDataSource$ElasticsearchConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ElasticsearchConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsRegion | java.lang.String | cdk.support/lookup-entry | :aws-region |
endpoint | java.lang.String | cdk.support/lookup-entry | :endpoint |
The build-cfn-data-source-elasticsearch-config-property-builder function updates a CfnDataSource$ElasticsearchConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ElasticsearchConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` | | `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
(build-cfn-data-source-event-bridge-config-property-builder builder id config)
The build-cfn-data-source-event-bridge-config-property-builder function updates a CfnDataSource$EventBridgeConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$EventBridgeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
eventBusArn | java.lang.String | cdk.support/lookup-entry | :event-bus-arn |
The build-cfn-data-source-event-bridge-config-property-builder function updates a CfnDataSource$EventBridgeConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$EventBridgeConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `eventBusArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-arn` |
(build-cfn-data-source-http-config-property-builder builder id config)
The build-cfn-data-source-http-config-property-builder function updates a CfnDataSource$HttpConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$HttpConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :authorization-config |
endpoint | java.lang.String | cdk.support/lookup-entry | :endpoint |
The build-cfn-data-source-http-config-property-builder function updates a CfnDataSource$HttpConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$HttpConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authorization-config` | | `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
(build-cfn-data-source-lambda-config-property-builder builder id config)
The build-cfn-data-source-lambda-config-property-builder function updates a CfnDataSource$LambdaConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$LambdaConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
lambdaFunctionArn | java.lang.String | cdk.support/lookup-entry | :lambda-function-arn |
The build-cfn-data-source-lambda-config-property-builder function updates a CfnDataSource$LambdaConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$LambdaConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `lambdaFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-function-arn` |
(build-cfn-data-source-open-search-service-config-property-builder builder
id
config)
The build-cfn-data-source-open-search-service-config-property-builder function updates a CfnDataSource$OpenSearchServiceConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$OpenSearchServiceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsRegion | java.lang.String | cdk.support/lookup-entry | :aws-region |
endpoint | java.lang.String | cdk.support/lookup-entry | :endpoint |
The build-cfn-data-source-open-search-service-config-property-builder function updates a CfnDataSource$OpenSearchServiceConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$OpenSearchServiceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` | | `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` |
(build-cfn-data-source-props-builder builder id config)
The build-cfn-data-source-props-builder function updates a CfnDataSourceProps$Builder instance using the provided configuration. The function takes the CfnDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
dynamoDbConfig | software.amazon.awscdk.services.appsync.CfnDataSource$DynamoDBConfigProperty | cdk.support/lookup-entry | :dynamo-db-config |
elasticsearchConfig | software.amazon.awscdk.services.appsync.CfnDataSource$ElasticsearchConfigProperty | cdk.support/lookup-entry | :elasticsearch-config |
eventBridgeConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :event-bridge-config |
httpConfig | software.amazon.awscdk.services.appsync.CfnDataSource$HttpConfigProperty | cdk.support/lookup-entry | :http-config |
lambdaConfig | software.amazon.awscdk.services.appsync.CfnDataSource$LambdaConfigProperty | cdk.support/lookup-entry | :lambda-config |
metricsConfig | java.lang.String | cdk.support/lookup-entry | :metrics-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
openSearchServiceConfig | software.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigProperty | cdk.support/lookup-entry | :open-search-service-config |
relationalDatabaseConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :relational-database-config |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-data-source-props-builder function updates a CfnDataSourceProps$Builder instance using the provided configuration. The function takes the CfnDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dynamoDbConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$DynamoDBConfigProperty | [[cdk.support/lookup-entry]] | `:dynamo-db-config` | | `elasticsearchConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$ElasticsearchConfigProperty | [[cdk.support/lookup-entry]] | `:elasticsearch-config` | | `eventBridgeConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-bridge-config` | | `httpConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$HttpConfigProperty | [[cdk.support/lookup-entry]] | `:http-config` | | `lambdaConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$LambdaConfigProperty | [[cdk.support/lookup-entry]] | `:lambda-config` | | `metricsConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:metrics-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `openSearchServiceConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigProperty | [[cdk.support/lookup-entry]] | `:open-search-service-config` | | `relationalDatabaseConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:relational-database-config` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-data-source-rds-http-endpoint-config-property-builder builder
id
config)
The build-cfn-data-source-rds-http-endpoint-config-property-builder function updates a CfnDataSource$RdsHttpEndpointConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RdsHttpEndpointConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsRegion | java.lang.String | cdk.support/lookup-entry | :aws-region |
awsSecretStoreArn | java.lang.String | cdk.support/lookup-entry | :aws-secret-store-arn |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
dbClusterIdentifier | java.lang.String | cdk.support/lookup-entry | :db-cluster-identifier |
schema | java.lang.String | cdk.support/lookup-entry | :schema |
The build-cfn-data-source-rds-http-endpoint-config-property-builder function updates a CfnDataSource$RdsHttpEndpointConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RdsHttpEndpointConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` | | `awsSecretStoreArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-secret-store-arn` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `dbClusterIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-cluster-identifier` | | `schema` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema` |
(build-cfn-data-source-relational-database-config-property-builder builder
id
config)
The build-cfn-data-source-relational-database-config-property-builder function updates a CfnDataSource$RelationalDatabaseConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RelationalDatabaseConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
rdsHttpEndpointConfig | software.amazon.awscdk.services.appsync.CfnDataSource$RdsHttpEndpointConfigProperty | cdk.support/lookup-entry | :rds-http-endpoint-config |
relationalDatabaseSourceType | java.lang.String | cdk.support/lookup-entry | :relational-database-source-type |
The build-cfn-data-source-relational-database-config-property-builder function updates a CfnDataSource$RelationalDatabaseConfigProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$RelationalDatabaseConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `rdsHttpEndpointConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$RdsHttpEndpointConfigProperty | [[cdk.support/lookup-entry]] | `:rds-http-endpoint-config` | | `relationalDatabaseSourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-source-type` |
(build-cfn-domain-name-api-association-builder builder id config)
The build-cfn-domain-name-api-association-builder function updates a CfnDomainNameApiAssociation$Builder instance using the provided configuration. The function takes the CfnDomainNameApiAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
The build-cfn-domain-name-api-association-builder function updates a CfnDomainNameApiAssociation$Builder instance using the provided configuration. The function takes the CfnDomainNameApiAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
(build-cfn-domain-name-api-association-props-builder builder id config)
The build-cfn-domain-name-api-association-props-builder function updates a CfnDomainNameApiAssociationProps$Builder instance using the provided configuration. The function takes the CfnDomainNameApiAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
The build-cfn-domain-name-api-association-props-builder function updates a CfnDomainNameApiAssociationProps$Builder instance using the provided configuration. The function takes the CfnDomainNameApiAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
(build-cfn-domain-name-builder builder id config)
The build-cfn-domain-name-builder function updates a CfnDomainName$Builder instance using the provided configuration. The function takes the CfnDomainName$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.support/lookup-entry | :certificate-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
The build-cfn-domain-name-builder function updates a CfnDomainName$Builder instance using the provided configuration. The function takes the CfnDomainName$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
(build-cfn-domain-name-props-builder builder id config)
The build-cfn-domain-name-props-builder function updates a CfnDomainNameProps$Builder instance using the provided configuration. The function takes the CfnDomainNameProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.support/lookup-entry | :certificate-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
The build-cfn-domain-name-props-builder function updates a CfnDomainNameProps$Builder instance using the provided configuration. The function takes the CfnDomainNameProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
(build-cfn-function-configuration-app-sync-runtime-property-builder builder
id
config)
The build-cfn-function-configuration-app-sync-runtime-property-builder function updates a CfnFunctionConfiguration$AppSyncRuntimeProperty$Builder instance using the provided configuration. The function takes the CfnFunctionConfiguration$AppSyncRuntimeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
runtimeVersion | java.lang.String | cdk.support/lookup-entry | :runtime-version |
The build-cfn-function-configuration-app-sync-runtime-property-builder function updates a CfnFunctionConfiguration$AppSyncRuntimeProperty$Builder instance using the provided configuration. The function takes the CfnFunctionConfiguration$AppSyncRuntimeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `runtimeVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-version` |
(build-cfn-function-configuration-builder builder id config)
The build-cfn-function-configuration-builder function updates a CfnFunctionConfiguration$Builder instance using the provided configuration. The function takes the CfnFunctionConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
code | java.lang.String | cdk.support/lookup-entry | :code |
codeS3Location | java.lang.String | cdk.support/lookup-entry | :code-s3-location |
dataSourceName | java.lang.String | cdk.support/lookup-entry | :data-source-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
functionVersion | java.lang.String | cdk.support/lookup-entry | :function-version |
maxBatchSize | java.lang.Number | cdk.support/lookup-entry | :max-batch-size |
name | java.lang.String | cdk.support/lookup-entry | :name |
requestMappingTemplate | java.lang.String | cdk.support/lookup-entry | :request-mapping-template |
requestMappingTemplateS3Location | java.lang.String | cdk.support/lookup-entry | :request-mapping-template-s3-location |
responseMappingTemplate | java.lang.String | cdk.support/lookup-entry | :response-mapping-template |
responseMappingTemplateS3Location | java.lang.String | cdk.support/lookup-entry | :response-mapping-template-s3-location |
runtime | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :runtime |
syncConfig | software.amazon.awscdk.services.appsync.CfnFunctionConfiguration$SyncConfigProperty | cdk.support/lookup-entry | :sync-config |
The build-cfn-function-configuration-builder function updates a CfnFunctionConfiguration$Builder instance using the provided configuration. The function takes the CfnFunctionConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `code` | java.lang.String | [[cdk.support/lookup-entry]] | `:code` | | `codeS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-s3-location` | | `dataSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `functionVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-version` | | `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `requestMappingTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `requestMappingTemplateS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-mapping-template-s3-location` | | `responseMappingTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `responseMappingTemplateS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-mapping-template-s3-location` | | `runtime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime` | | `syncConfig` | software.amazon.awscdk.services.appsync.CfnFunctionConfiguration$SyncConfigProperty | [[cdk.support/lookup-entry]] | `:sync-config` |
(build-cfn-function-configuration-lambda-conflict-handler-config-property-builder
builder
id
config)
The build-cfn-function-configuration-lambda-conflict-handler-config-property-builder function updates a CfnFunctionConfiguration$LambdaConflictHandlerConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunctionConfiguration$LambdaConflictHandlerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
lambdaConflictHandlerArn | java.lang.String | cdk.support/lookup-entry | :lambda-conflict-handler-arn |
The build-cfn-function-configuration-lambda-conflict-handler-config-property-builder function updates a CfnFunctionConfiguration$LambdaConflictHandlerConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunctionConfiguration$LambdaConflictHandlerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `lambdaConflictHandlerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-conflict-handler-arn` |
(build-cfn-function-configuration-props-builder builder id config)
The build-cfn-function-configuration-props-builder function updates a CfnFunctionConfigurationProps$Builder instance using the provided configuration. The function takes the CfnFunctionConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
code | java.lang.String | cdk.support/lookup-entry | :code |
codeS3Location | java.lang.String | cdk.support/lookup-entry | :code-s3-location |
dataSourceName | java.lang.String | cdk.support/lookup-entry | :data-source-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
functionVersion | java.lang.String | cdk.support/lookup-entry | :function-version |
maxBatchSize | java.lang.Number | cdk.support/lookup-entry | :max-batch-size |
name | java.lang.String | cdk.support/lookup-entry | :name |
requestMappingTemplate | java.lang.String | cdk.support/lookup-entry | :request-mapping-template |
requestMappingTemplateS3Location | java.lang.String | cdk.support/lookup-entry | :request-mapping-template-s3-location |
responseMappingTemplate | java.lang.String | cdk.support/lookup-entry | :response-mapping-template |
responseMappingTemplateS3Location | java.lang.String | cdk.support/lookup-entry | :response-mapping-template-s3-location |
runtime | software.amazon.awscdk.services.appsync.CfnFunctionConfiguration$AppSyncRuntimeProperty | cdk.support/lookup-entry | :runtime |
syncConfig | software.amazon.awscdk.services.appsync.CfnFunctionConfiguration$SyncConfigProperty | cdk.support/lookup-entry | :sync-config |
The build-cfn-function-configuration-props-builder function updates a CfnFunctionConfigurationProps$Builder instance using the provided configuration. The function takes the CfnFunctionConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `code` | java.lang.String | [[cdk.support/lookup-entry]] | `:code` | | `codeS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-s3-location` | | `dataSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `functionVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-version` | | `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `requestMappingTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `requestMappingTemplateS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-mapping-template-s3-location` | | `responseMappingTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `responseMappingTemplateS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-mapping-template-s3-location` | | `runtime` | software.amazon.awscdk.services.appsync.CfnFunctionConfiguration$AppSyncRuntimeProperty | [[cdk.support/lookup-entry]] | `:runtime` | | `syncConfig` | software.amazon.awscdk.services.appsync.CfnFunctionConfiguration$SyncConfigProperty | [[cdk.support/lookup-entry]] | `:sync-config` |
(build-cfn-function-configuration-sync-config-property-builder builder
id
config)
The build-cfn-function-configuration-sync-config-property-builder function updates a CfnFunctionConfiguration$SyncConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunctionConfiguration$SyncConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
conflictDetection | java.lang.String | cdk.support/lookup-entry | :conflict-detection |
conflictHandler | java.lang.String | cdk.support/lookup-entry | :conflict-handler |
lambdaConflictHandlerConfig | software.amazon.awscdk.services.appsync.CfnFunctionConfiguration$LambdaConflictHandlerConfigProperty | cdk.support/lookup-entry | :lambda-conflict-handler-config |
The build-cfn-function-configuration-sync-config-property-builder function updates a CfnFunctionConfiguration$SyncConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunctionConfiguration$SyncConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `conflictDetection` | java.lang.String | [[cdk.support/lookup-entry]] | `:conflict-detection` | | `conflictHandler` | java.lang.String | [[cdk.support/lookup-entry]] | `:conflict-handler` | | `lambdaConflictHandlerConfig` | software.amazon.awscdk.services.appsync.CfnFunctionConfiguration$LambdaConflictHandlerConfigProperty | [[cdk.support/lookup-entry]] | `:lambda-conflict-handler-config` |
(build-cfn-graph-ql-api-additional-authentication-provider-property-builder
builder
id
config)
The build-cfn-graph-ql-api-additional-authentication-provider-property-builder function updates a CfnGraphQLApi$AdditionalAuthenticationProviderProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$AdditionalAuthenticationProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authenticationType | java.lang.String | cdk.support/lookup-entry | :authentication-type |
lambdaAuthorizerConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :lambda-authorizer-config |
openIdConnectConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$OpenIDConnectConfigProperty | cdk.support/lookup-entry | :open-id-connect-config |
userPoolConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$CognitoUserPoolConfigProperty | cdk.support/lookup-entry | :user-pool-config |
The build-cfn-graph-ql-api-additional-authentication-provider-property-builder function updates a CfnGraphQLApi$AdditionalAuthenticationProviderProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$AdditionalAuthenticationProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` | | `lambdaAuthorizerConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lambda-authorizer-config` | | `openIdConnectConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$OpenIDConnectConfigProperty | [[cdk.support/lookup-entry]] | `:open-id-connect-config` | | `userPoolConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$CognitoUserPoolConfigProperty | [[cdk.support/lookup-entry]] | `:user-pool-config` |
(build-cfn-graph-ql-api-builder builder id config)
The build-cfn-graph-ql-api-builder function updates a CfnGraphQLApi$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalAuthenticationProviders | java.util.List | cdk.support/lookup-entry | :additional-authentication-providers |
apiType | java.lang.String | cdk.support/lookup-entry | :api-type |
authenticationType | java.lang.String | cdk.support/lookup-entry | :authentication-type |
enhancedMetricsConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$EnhancedMetricsConfigProperty | cdk.support/lookup-entry | :enhanced-metrics-config |
environmentVariables | java.lang.Object | cdk.support/lookup-entry | :environment-variables |
introspectionConfig | java.lang.String | cdk.support/lookup-entry | :introspection-config |
lambdaAuthorizerConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$LambdaAuthorizerConfigProperty | cdk.support/lookup-entry | :lambda-authorizer-config |
logConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$LogConfigProperty | cdk.support/lookup-entry | :log-config |
mergedApiExecutionRoleArn | java.lang.String | cdk.support/lookup-entry | :merged-api-execution-role-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
openIdConnectConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :open-id-connect-config |
ownerContact | java.lang.String | cdk.support/lookup-entry | :owner-contact |
queryDepthLimit | java.lang.Number | cdk.support/lookup-entry | :query-depth-limit |
resolverCountLimit | java.lang.Number | cdk.support/lookup-entry | :resolver-count-limit |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userPoolConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$UserPoolConfigProperty | cdk.support/lookup-entry | :user-pool-config |
visibility | java.lang.String | cdk.support/lookup-entry | :visibility |
xrayEnabled | java.lang.Boolean | cdk.support/lookup-entry | :xray-enabled |
The build-cfn-graph-ql-api-builder function updates a CfnGraphQLApi$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalAuthenticationProviders` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-authentication-providers` | | `apiType` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-type` | | `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` | | `enhancedMetricsConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$EnhancedMetricsConfigProperty | [[cdk.support/lookup-entry]] | `:enhanced-metrics-config` | | `environmentVariables` | java.lang.Object | [[cdk.support/lookup-entry]] | `:environment-variables` | | `introspectionConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:introspection-config` | | `lambdaAuthorizerConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$LambdaAuthorizerConfigProperty | [[cdk.support/lookup-entry]] | `:lambda-authorizer-config` | | `logConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$LogConfigProperty | [[cdk.support/lookup-entry]] | `:log-config` | | `mergedApiExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:merged-api-execution-role-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `openIdConnectConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:open-id-connect-config` | | `ownerContact` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-contact` | | `queryDepthLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:query-depth-limit` | | `resolverCountLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:resolver-count-limit` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userPoolConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$UserPoolConfigProperty | [[cdk.support/lookup-entry]] | `:user-pool-config` | | `visibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:visibility` | | `xrayEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:xray-enabled` |
(build-cfn-graph-ql-api-cognito-user-pool-config-property-builder builder
id
config)
The build-cfn-graph-ql-api-cognito-user-pool-config-property-builder function updates a CfnGraphQLApi$CognitoUserPoolConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$CognitoUserPoolConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appIdClientRegex | java.lang.String | cdk.support/lookup-entry | :app-id-client-regex |
awsRegion | java.lang.String | cdk.support/lookup-entry | :aws-region |
userPoolId | java.lang.String | cdk.support/lookup-entry | :user-pool-id |
The build-cfn-graph-ql-api-cognito-user-pool-config-property-builder function updates a CfnGraphQLApi$CognitoUserPoolConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$CognitoUserPoolConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appIdClientRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-id-client-regex` | | `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` | | `userPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool-id` |
(build-cfn-graph-ql-api-enhanced-metrics-config-property-builder builder
id
config)
The build-cfn-graph-ql-api-enhanced-metrics-config-property-builder function updates a CfnGraphQLApi$EnhancedMetricsConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$EnhancedMetricsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataSourceLevelMetricsBehavior | java.lang.String | cdk.support/lookup-entry | :data-source-level-metrics-behavior |
operationLevelMetricsConfig | java.lang.String | cdk.support/lookup-entry | :operation-level-metrics-config |
resolverLevelMetricsBehavior | java.lang.String | cdk.support/lookup-entry | :resolver-level-metrics-behavior |
The build-cfn-graph-ql-api-enhanced-metrics-config-property-builder function updates a CfnGraphQLApi$EnhancedMetricsConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$EnhancedMetricsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dataSourceLevelMetricsBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-level-metrics-behavior` | | `operationLevelMetricsConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:operation-level-metrics-config` | | `resolverLevelMetricsBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:resolver-level-metrics-behavior` |
(build-cfn-graph-ql-api-lambda-authorizer-config-property-builder builder
id
config)
The build-cfn-graph-ql-api-lambda-authorizer-config-property-builder function updates a CfnGraphQLApi$LambdaAuthorizerConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$LambdaAuthorizerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizerResultTtlInSeconds | java.lang.Number | cdk.support/lookup-entry | :authorizer-result-ttl-in-seconds |
authorizerUri | java.lang.String | cdk.support/lookup-entry | :authorizer-uri |
identityValidationExpression | java.lang.String | cdk.support/lookup-entry | :identity-validation-expression |
The build-cfn-graph-ql-api-lambda-authorizer-config-property-builder function updates a CfnGraphQLApi$LambdaAuthorizerConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$LambdaAuthorizerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizerResultTtlInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:authorizer-result-ttl-in-seconds` | | `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` | | `identityValidationExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-validation-expression` |
(build-cfn-graph-ql-api-log-config-property-builder builder id config)
The build-cfn-graph-ql-api-log-config-property-builder function updates a CfnGraphQLApi$LogConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$LogConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchLogsRoleArn | java.lang.String | cdk.support/lookup-entry | :cloud-watch-logs-role-arn |
excludeVerboseContent | java.lang.Boolean | cdk.support/lookup-entry | :exclude-verbose-content |
fieldLogLevel | java.lang.String | cdk.support/lookup-entry | :field-log-level |
The build-cfn-graph-ql-api-log-config-property-builder function updates a CfnGraphQLApi$LogConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$LogConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cloudWatchLogsRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-role-arn` | | `excludeVerboseContent` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-verbose-content` | | `fieldLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:field-log-level` |
(build-cfn-graph-ql-api-open-id-connect-config-property-builder builder
id
config)
The build-cfn-graph-ql-api-open-id-connect-config-property-builder function updates a CfnGraphQLApi$OpenIDConnectConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$OpenIDConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authTtl | java.lang.Number | cdk.support/lookup-entry | :auth-ttl |
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
iatTtl | java.lang.Number | cdk.support/lookup-entry | :iat-ttl |
issuer | java.lang.String | cdk.support/lookup-entry | :issuer |
The build-cfn-graph-ql-api-open-id-connect-config-property-builder function updates a CfnGraphQLApi$OpenIDConnectConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$OpenIDConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authTtl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:auth-ttl` | | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `iatTtl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iat-ttl` | | `issuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:issuer` |
(build-cfn-graph-ql-api-props-builder builder id config)
The build-cfn-graph-ql-api-props-builder function updates a CfnGraphQLApiProps$Builder instance using the provided configuration. The function takes the CfnGraphQLApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalAuthenticationProviders | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :additional-authentication-providers |
apiType | java.lang.String | cdk.support/lookup-entry | :api-type |
authenticationType | java.lang.String | cdk.support/lookup-entry | :authentication-type |
enhancedMetricsConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$EnhancedMetricsConfigProperty | cdk.support/lookup-entry | :enhanced-metrics-config |
environmentVariables | java.lang.Object | cdk.support/lookup-entry | :environment-variables |
introspectionConfig | java.lang.String | cdk.support/lookup-entry | :introspection-config |
lambdaAuthorizerConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$LambdaAuthorizerConfigProperty | cdk.support/lookup-entry | :lambda-authorizer-config |
logConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :log-config |
mergedApiExecutionRoleArn | java.lang.String | cdk.support/lookup-entry | :merged-api-execution-role-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
openIdConnectConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$OpenIDConnectConfigProperty | cdk.support/lookup-entry | :open-id-connect-config |
ownerContact | java.lang.String | cdk.support/lookup-entry | :owner-contact |
queryDepthLimit | java.lang.Number | cdk.support/lookup-entry | :query-depth-limit |
resolverCountLimit | java.lang.Number | cdk.support/lookup-entry | :resolver-count-limit |
tags | java.util.List | cdk.support/lookup-entry | :tags |
userPoolConfig | software.amazon.awscdk.services.appsync.CfnGraphQLApi$UserPoolConfigProperty | cdk.support/lookup-entry | :user-pool-config |
visibility | java.lang.String | cdk.support/lookup-entry | :visibility |
xrayEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :xray-enabled |
The build-cfn-graph-ql-api-props-builder function updates a CfnGraphQLApiProps$Builder instance using the provided configuration. The function takes the CfnGraphQLApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalAuthenticationProviders` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-authentication-providers` | | `apiType` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-type` | | `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` | | `enhancedMetricsConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$EnhancedMetricsConfigProperty | [[cdk.support/lookup-entry]] | `:enhanced-metrics-config` | | `environmentVariables` | java.lang.Object | [[cdk.support/lookup-entry]] | `:environment-variables` | | `introspectionConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:introspection-config` | | `lambdaAuthorizerConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$LambdaAuthorizerConfigProperty | [[cdk.support/lookup-entry]] | `:lambda-authorizer-config` | | `logConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-config` | | `mergedApiExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:merged-api-execution-role-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `openIdConnectConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$OpenIDConnectConfigProperty | [[cdk.support/lookup-entry]] | `:open-id-connect-config` | | `ownerContact` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-contact` | | `queryDepthLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:query-depth-limit` | | `resolverCountLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:resolver-count-limit` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `userPoolConfig` | software.amazon.awscdk.services.appsync.CfnGraphQLApi$UserPoolConfigProperty | [[cdk.support/lookup-entry]] | `:user-pool-config` | | `visibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:visibility` | | `xrayEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:xray-enabled` |
(build-cfn-graph-ql-api-user-pool-config-property-builder builder id config)
The build-cfn-graph-ql-api-user-pool-config-property-builder function updates a CfnGraphQLApi$UserPoolConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$UserPoolConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appIdClientRegex | java.lang.String | cdk.support/lookup-entry | :app-id-client-regex |
awsRegion | java.lang.String | cdk.support/lookup-entry | :aws-region |
defaultAction | java.lang.String | cdk.support/lookup-entry | :default-action |
userPoolId | java.lang.String | cdk.support/lookup-entry | :user-pool-id |
The build-cfn-graph-ql-api-user-pool-config-property-builder function updates a CfnGraphQLApi$UserPoolConfigProperty$Builder instance using the provided configuration. The function takes the CfnGraphQLApi$UserPoolConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appIdClientRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-id-client-regex` | | `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` | | `defaultAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-action` | | `userPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool-id` |
(build-cfn-graph-ql-schema-builder builder id config)
The build-cfn-graph-ql-schema-builder function updates a CfnGraphQLSchema$Builder instance using the provided configuration. The function takes the CfnGraphQLSchema$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
definition | java.lang.String | cdk.support/lookup-entry | :definition |
definitionS3Location | java.lang.String | cdk.support/lookup-entry | :definition-s3-location |
The build-cfn-graph-ql-schema-builder function updates a CfnGraphQLSchema$Builder instance using the provided configuration. The function takes the CfnGraphQLSchema$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `definition` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition` | | `definitionS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition-s3-location` |
(build-cfn-graph-ql-schema-props-builder builder id config)
The build-cfn-graph-ql-schema-props-builder function updates a CfnGraphQLSchemaProps$Builder instance using the provided configuration. The function takes the CfnGraphQLSchemaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
definition | java.lang.String | cdk.support/lookup-entry | :definition |
definitionS3Location | java.lang.String | cdk.support/lookup-entry | :definition-s3-location |
The build-cfn-graph-ql-schema-props-builder function updates a CfnGraphQLSchemaProps$Builder instance using the provided configuration. The function takes the CfnGraphQLSchemaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `definition` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition` | | `definitionS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition-s3-location` |
(build-cfn-resolver-app-sync-runtime-property-builder builder id config)
The build-cfn-resolver-app-sync-runtime-property-builder function updates a CfnResolver$AppSyncRuntimeProperty$Builder instance using the provided configuration. The function takes the CfnResolver$AppSyncRuntimeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
runtimeVersion | java.lang.String | cdk.support/lookup-entry | :runtime-version |
The build-cfn-resolver-app-sync-runtime-property-builder function updates a CfnResolver$AppSyncRuntimeProperty$Builder instance using the provided configuration. The function takes the CfnResolver$AppSyncRuntimeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `runtimeVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-version` |
(build-cfn-resolver-builder builder id config)
The build-cfn-resolver-builder function updates a CfnResolver$Builder instance using the provided configuration. The function takes the CfnResolver$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
cachingConfig | software.amazon.awscdk.services.appsync.CfnResolver$CachingConfigProperty | cdk.support/lookup-entry | :caching-config |
code | java.lang.String | cdk.support/lookup-entry | :code |
codeS3Location | java.lang.String | cdk.support/lookup-entry | :code-s3-location |
dataSourceName | java.lang.String | cdk.support/lookup-entry | :data-source-name |
fieldName | java.lang.String | cdk.support/lookup-entry | :field-name |
kind | java.lang.String | cdk.support/lookup-entry | :kind |
maxBatchSize | java.lang.Number | cdk.support/lookup-entry | :max-batch-size |
metricsConfig | java.lang.String | cdk.support/lookup-entry | :metrics-config |
pipelineConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :pipeline-config |
requestMappingTemplate | java.lang.String | cdk.support/lookup-entry | :request-mapping-template |
requestMappingTemplateS3Location | java.lang.String | cdk.support/lookup-entry | :request-mapping-template-s3-location |
responseMappingTemplate | java.lang.String | cdk.support/lookup-entry | :response-mapping-template |
responseMappingTemplateS3Location | java.lang.String | cdk.support/lookup-entry | :response-mapping-template-s3-location |
runtime | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :runtime |
syncConfig | software.amazon.awscdk.services.appsync.CfnResolver$SyncConfigProperty | cdk.support/lookup-entry | :sync-config |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-resolver-builder function updates a CfnResolver$Builder instance using the provided configuration. The function takes the CfnResolver$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `cachingConfig` | software.amazon.awscdk.services.appsync.CfnResolver$CachingConfigProperty | [[cdk.support/lookup-entry]] | `:caching-config` | | `code` | java.lang.String | [[cdk.support/lookup-entry]] | `:code` | | `codeS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-s3-location` | | `dataSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-name` | | `fieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:field-name` | | `kind` | java.lang.String | [[cdk.support/lookup-entry]] | `:kind` | | `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` | | `metricsConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:metrics-config` | | `pipelineConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pipeline-config` | | `requestMappingTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `requestMappingTemplateS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-mapping-template-s3-location` | | `responseMappingTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `responseMappingTemplateS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-mapping-template-s3-location` | | `runtime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime` | | `syncConfig` | software.amazon.awscdk.services.appsync.CfnResolver$SyncConfigProperty | [[cdk.support/lookup-entry]] | `:sync-config` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-resolver-caching-config-property-builder builder id config)
The build-cfn-resolver-caching-config-property-builder function updates a CfnResolver$CachingConfigProperty$Builder instance using the provided configuration. The function takes the CfnResolver$CachingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachingKeys | java.util.List | cdk.support/lookup-entry | :caching-keys |
ttl | java.lang.Number | cdk.support/lookup-entry | :ttl |
The build-cfn-resolver-caching-config-property-builder function updates a CfnResolver$CachingConfigProperty$Builder instance using the provided configuration. The function takes the CfnResolver$CachingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachingKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:caching-keys` | | `ttl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ttl` |
(build-cfn-resolver-lambda-conflict-handler-config-property-builder builder
id
config)
The build-cfn-resolver-lambda-conflict-handler-config-property-builder function updates a CfnResolver$LambdaConflictHandlerConfigProperty$Builder instance using the provided configuration. The function takes the CfnResolver$LambdaConflictHandlerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
lambdaConflictHandlerArn | java.lang.String | cdk.support/lookup-entry | :lambda-conflict-handler-arn |
The build-cfn-resolver-lambda-conflict-handler-config-property-builder function updates a CfnResolver$LambdaConflictHandlerConfigProperty$Builder instance using the provided configuration. The function takes the CfnResolver$LambdaConflictHandlerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `lambdaConflictHandlerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-conflict-handler-arn` |
(build-cfn-resolver-pipeline-config-property-builder builder id config)
The build-cfn-resolver-pipeline-config-property-builder function updates a CfnResolver$PipelineConfigProperty$Builder instance using the provided configuration. The function takes the CfnResolver$PipelineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
functions | java.util.List | cdk.support/lookup-entry | :functions |
The build-cfn-resolver-pipeline-config-property-builder function updates a CfnResolver$PipelineConfigProperty$Builder instance using the provided configuration. The function takes the CfnResolver$PipelineConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `functions` | java.util.List | [[cdk.support/lookup-entry]] | `:functions` |
(build-cfn-resolver-props-builder builder id config)
The build-cfn-resolver-props-builder function updates a CfnResolverProps$Builder instance using the provided configuration. The function takes the CfnResolverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
cachingConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :caching-config |
code | java.lang.String | cdk.support/lookup-entry | :code |
codeS3Location | java.lang.String | cdk.support/lookup-entry | :code-s3-location |
dataSourceName | java.lang.String | cdk.support/lookup-entry | :data-source-name |
fieldName | java.lang.String | cdk.support/lookup-entry | :field-name |
kind | java.lang.String | cdk.support/lookup-entry | :kind |
maxBatchSize | java.lang.Number | cdk.support/lookup-entry | :max-batch-size |
metricsConfig | java.lang.String | cdk.support/lookup-entry | :metrics-config |
pipelineConfig | software.amazon.awscdk.services.appsync.CfnResolver$PipelineConfigProperty | cdk.support/lookup-entry | :pipeline-config |
requestMappingTemplate | java.lang.String | cdk.support/lookup-entry | :request-mapping-template |
requestMappingTemplateS3Location | java.lang.String | cdk.support/lookup-entry | :request-mapping-template-s3-location |
responseMappingTemplate | java.lang.String | cdk.support/lookup-entry | :response-mapping-template |
responseMappingTemplateS3Location | java.lang.String | cdk.support/lookup-entry | :response-mapping-template-s3-location |
runtime | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :runtime |
syncConfig | software.amazon.awscdk.services.appsync.CfnResolver$SyncConfigProperty | cdk.support/lookup-entry | :sync-config |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-resolver-props-builder function updates a CfnResolverProps$Builder instance using the provided configuration. The function takes the CfnResolverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `cachingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:caching-config` | | `code` | java.lang.String | [[cdk.support/lookup-entry]] | `:code` | | `codeS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-s3-location` | | `dataSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-name` | | `fieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:field-name` | | `kind` | java.lang.String | [[cdk.support/lookup-entry]] | `:kind` | | `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` | | `metricsConfig` | java.lang.String | [[cdk.support/lookup-entry]] | `:metrics-config` | | `pipelineConfig` | software.amazon.awscdk.services.appsync.CfnResolver$PipelineConfigProperty | [[cdk.support/lookup-entry]] | `:pipeline-config` | | `requestMappingTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `requestMappingTemplateS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-mapping-template-s3-location` | | `responseMappingTemplate` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `responseMappingTemplateS3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-mapping-template-s3-location` | | `runtime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime` | | `syncConfig` | software.amazon.awscdk.services.appsync.CfnResolver$SyncConfigProperty | [[cdk.support/lookup-entry]] | `:sync-config` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-resolver-sync-config-property-builder builder id config)
The build-cfn-resolver-sync-config-property-builder function updates a CfnResolver$SyncConfigProperty$Builder instance using the provided configuration. The function takes the CfnResolver$SyncConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
conflictDetection | java.lang.String | cdk.support/lookup-entry | :conflict-detection |
conflictHandler | java.lang.String | cdk.support/lookup-entry | :conflict-handler |
lambdaConflictHandlerConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :lambda-conflict-handler-config |
The build-cfn-resolver-sync-config-property-builder function updates a CfnResolver$SyncConfigProperty$Builder instance using the provided configuration. The function takes the CfnResolver$SyncConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `conflictDetection` | java.lang.String | [[cdk.support/lookup-entry]] | `:conflict-detection` | | `conflictHandler` | java.lang.String | [[cdk.support/lookup-entry]] | `:conflict-handler` | | `lambdaConflictHandlerConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lambda-conflict-handler-config` |
(build-cfn-source-api-association-builder builder id config)
The build-cfn-source-api-association-builder function updates a CfnSourceApiAssociation$Builder instance using the provided configuration. The function takes the CfnSourceApiAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
mergedApiIdentifier | java.lang.String | cdk.support/lookup-entry | :merged-api-identifier |
sourceApiAssociationConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source-api-association-config |
sourceApiIdentifier | java.lang.String | cdk.support/lookup-entry | :source-api-identifier |
The build-cfn-source-api-association-builder function updates a CfnSourceApiAssociation$Builder instance using the provided configuration. The function takes the CfnSourceApiAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `mergedApiIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:merged-api-identifier` | | `sourceApiAssociationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-api-association-config` | | `sourceApiIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-api-identifier` |
(build-cfn-source-api-association-props-builder builder id config)
The build-cfn-source-api-association-props-builder function updates a CfnSourceApiAssociationProps$Builder instance using the provided configuration. The function takes the CfnSourceApiAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
mergedApiIdentifier | java.lang.String | cdk.support/lookup-entry | :merged-api-identifier |
sourceApiAssociationConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source-api-association-config |
sourceApiIdentifier | java.lang.String | cdk.support/lookup-entry | :source-api-identifier |
The build-cfn-source-api-association-props-builder function updates a CfnSourceApiAssociationProps$Builder instance using the provided configuration. The function takes the CfnSourceApiAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `mergedApiIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:merged-api-identifier` | | `sourceApiAssociationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-api-association-config` | | `sourceApiIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-api-identifier` |
(build-cfn-source-api-association-source-api-association-config-property-builder
builder
id
config)
The build-cfn-source-api-association-source-api-association-config-property-builder function updates a CfnSourceApiAssociation$SourceApiAssociationConfigProperty$Builder instance using the provided configuration. The function takes the CfnSourceApiAssociation$SourceApiAssociationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
mergeType | java.lang.String | cdk.support/lookup-entry | :merge-type |
The build-cfn-source-api-association-source-api-association-config-property-builder function updates a CfnSourceApiAssociation$SourceApiAssociationConfigProperty$Builder instance using the provided configuration. The function takes the CfnSourceApiAssociation$SourceApiAssociationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `mergeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:merge-type` |
(build-code-config-builder builder id config)
The build-code-config-builder function updates a CodeConfig$Builder instance using the provided configuration. The function takes the CodeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
inlineCode | java.lang.String | cdk.support/lookup-entry | :inline-code |
s3Location | java.lang.String | cdk.support/lookup-entry | :s3-location |
The build-code-config-builder function updates a CodeConfig$Builder instance using the provided configuration. The function takes the CodeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `inlineCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:inline-code` | | `s3Location` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-location` |
(build-data-source-options-builder builder id config)
The build-data-source-options-builder function updates a DataSourceOptions$Builder instance using the provided configuration. The function takes the DataSourceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-data-source-options-builder function updates a DataSourceOptions$Builder instance using the provided configuration. The function takes the DataSourceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-domain-options-builder builder id config)
The build-domain-options-builder function updates a DomainOptions$Builder instance using the provided configuration. The function takes the DomainOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificate | software.amazon.awscdk.services.certificatemanager.ICertificate | cdk.support/lookup-entry | :certificate |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
The build-domain-options-builder function updates a DomainOptions$Builder instance using the provided configuration. The function takes the DomainOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:certificate` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
(build-dynamo-db-data-source-builder builder id config)
The build-dynamo-db-data-source-builder function updates a DynamoDbDataSource$Builder instance using the provided configuration. The function takes the DynamoDbDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
readOnlyAccess | java.lang.Boolean | cdk.support/lookup-entry | :read-only-access |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
table | software.amazon.awscdk.services.dynamodb.ITable | cdk.support/lookup-entry | :table |
useCallerCredentials | java.lang.Boolean | cdk.support/lookup-entry | :use-caller-credentials |
The build-dynamo-db-data-source-builder function updates a DynamoDbDataSource$Builder instance using the provided configuration. The function takes the DynamoDbDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `readOnlyAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only-access` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` | | `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` | | `useCallerCredentials` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-caller-credentials` |
(build-dynamo-db-data-source-props-builder builder id config)
The build-dynamo-db-data-source-props-builder function updates a DynamoDbDataSourceProps$Builder instance using the provided configuration. The function takes the DynamoDbDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
readOnlyAccess | java.lang.Boolean | cdk.support/lookup-entry | :read-only-access |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
table | software.amazon.awscdk.services.dynamodb.ITable | cdk.support/lookup-entry | :table |
useCallerCredentials | java.lang.Boolean | cdk.support/lookup-entry | :use-caller-credentials |
The build-dynamo-db-data-source-props-builder function updates a DynamoDbDataSourceProps$Builder instance using the provided configuration. The function takes the DynamoDbDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `readOnlyAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only-access` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` | | `table` | software.amazon.awscdk.services.dynamodb.ITable | [[cdk.support/lookup-entry]] | `:table` | | `useCallerCredentials` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-caller-credentials` |
(build-event-bridge-data-source-builder builder id config)
The build-event-bridge-data-source-builder function updates a EventBridgeDataSource$Builder instance using the provided configuration. The function takes the EventBridgeDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventBus | software.amazon.awscdk.services.events.IEventBus | cdk.support/lookup-entry | :event-bus |
name | java.lang.String | cdk.support/lookup-entry | :name |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-event-bridge-data-source-builder function updates a EventBridgeDataSource$Builder instance using the provided configuration. The function takes the EventBridgeDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:event-bus` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-event-bridge-data-source-props-builder builder id config)
The build-event-bridge-data-source-props-builder function updates a EventBridgeDataSourceProps$Builder instance using the provided configuration. The function takes the EventBridgeDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventBus | software.amazon.awscdk.services.events.IEventBus | cdk.support/lookup-entry | :event-bus |
name | java.lang.String | cdk.support/lookup-entry | :name |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-event-bridge-data-source-props-builder function updates a EventBridgeDataSourceProps$Builder instance using the provided configuration. The function takes the EventBridgeDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventBus` | software.amazon.awscdk.services.events.IEventBus | [[cdk.support/lookup-entry]] | `:event-bus` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-extended-data-source-props-builder builder id config)
The build-extended-data-source-props-builder function updates a ExtendedDataSourceProps$Builder instance using the provided configuration. The function takes the ExtendedDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dynamoDbConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dynamo-db-config |
elasticsearchConfig | software.amazon.awscdk.services.appsync.CfnDataSource$ElasticsearchConfigProperty | cdk.support/lookup-entry | :elasticsearch-config |
eventBridgeConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :event-bridge-config |
httpConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :http-config |
lambdaConfig | software.amazon.awscdk.services.appsync.CfnDataSource$LambdaConfigProperty | cdk.support/lookup-entry | :lambda-config |
openSearchServiceConfig | software.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigProperty | cdk.support/lookup-entry | :open-search-service-config |
relationalDatabaseConfig | software.amazon.awscdk.services.appsync.CfnDataSource$RelationalDatabaseConfigProperty | cdk.support/lookup-entry | :relational-database-config |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-extended-data-source-props-builder function updates a ExtendedDataSourceProps$Builder instance using the provided configuration. The function takes the ExtendedDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dynamoDbConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dynamo-db-config` | | `elasticsearchConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$ElasticsearchConfigProperty | [[cdk.support/lookup-entry]] | `:elasticsearch-config` | | `eventBridgeConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-bridge-config` | | `httpConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-config` | | `lambdaConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$LambdaConfigProperty | [[cdk.support/lookup-entry]] | `:lambda-config` | | `openSearchServiceConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigProperty | [[cdk.support/lookup-entry]] | `:open-search-service-config` | | `relationalDatabaseConfig` | software.amazon.awscdk.services.appsync.CfnDataSource$RelationalDatabaseConfigProperty | [[cdk.support/lookup-entry]] | `:relational-database-config` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-extended-resolver-props-builder builder id config)
The build-extended-resolver-props-builder function updates a ExtendedResolverProps$Builder instance using the provided configuration. The function takes the ExtendedResolverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachingConfig | software.amazon.awscdk.services.appsync.CachingConfig | cdk.support/lookup-entry | :caching-config |
code | software.amazon.awscdk.services.appsync.Code | cdk.support/lookup-entry | :code |
dataSource | software.amazon.awscdk.services.appsync.BaseDataSource | cdk.support/lookup-entry | :data-source |
fieldName | java.lang.String | cdk.support/lookup-entry | :field-name |
maxBatchSize | java.lang.Number | cdk.support/lookup-entry | :max-batch-size |
pipelineConfig | java.util.List | cdk.support/lookup-entry | :pipeline-config |
requestMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :request-mapping-template |
responseMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :response-mapping-template |
runtime | software.amazon.awscdk.services.appsync.FunctionRuntime | cdk.support/lookup-entry | :runtime |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-extended-resolver-props-builder function updates a ExtendedResolverProps$Builder instance using the provided configuration. The function takes the ExtendedResolverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachingConfig` | software.amazon.awscdk.services.appsync.CachingConfig | [[cdk.support/lookup-entry]] | `:caching-config` | | `code` | software.amazon.awscdk.services.appsync.Code | [[cdk.support/lookup-entry]] | `:code` | | `dataSource` | software.amazon.awscdk.services.appsync.BaseDataSource | [[cdk.support/lookup-entry]] | `:data-source` | | `fieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:field-name` | | `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` | | `pipelineConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-config` | | `requestMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `responseMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `runtime` | software.amazon.awscdk.services.appsync.FunctionRuntime | [[cdk.support/lookup-entry]] | `:runtime` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-graphql-api-attributes-builder builder id config)
The build-graphql-api-attributes-builder function updates a GraphqlApiAttributes$Builder instance using the provided configuration. The function takes the GraphqlApiAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
graphQlEndpointArn | java.lang.String | cdk.support/lookup-entry | :graph-ql-endpoint-arn |
graphqlApiArn | java.lang.String | cdk.support/lookup-entry | :graphql-api-arn |
graphqlApiId | java.lang.String | cdk.support/lookup-entry | :graphql-api-id |
modes | java.util.List | cdk.support/lookup-entry | :modes |
visibility | software.amazon.awscdk.services.appsync.Visibility | cdk.api.services.appsync/visibility | :visibility |
The build-graphql-api-attributes-builder function updates a GraphqlApiAttributes$Builder instance using the provided configuration. The function takes the GraphqlApiAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `graphQlEndpointArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:graph-ql-endpoint-arn` | | `graphqlApiArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:graphql-api-arn` | | `graphqlApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:graphql-api-id` | | `modes` | java.util.List | [[cdk.support/lookup-entry]] | `:modes` | | `visibility` | software.amazon.awscdk.services.appsync.Visibility | [[cdk.api.services.appsync/visibility]] | `:visibility` |
(build-graphql-api-builder builder id config)
The build-graphql-api-builder function updates a GraphqlApi$Builder instance using the provided configuration. The function takes the GraphqlApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationConfig | software.amazon.awscdk.services.appsync.AuthorizationConfig | cdk.support/lookup-entry | :authorization-config |
definition | software.amazon.awscdk.services.appsync.Definition | cdk.support/lookup-entry | :definition |
domainName | software.amazon.awscdk.services.appsync.DomainOptions | cdk.support/lookup-entry | :domain-name |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
introspectionConfig | software.amazon.awscdk.services.appsync.IntrospectionConfig | cdk.api.services.appsync/introspection-config | :introspection-config |
logConfig | software.amazon.awscdk.services.appsync.LogConfig | cdk.support/lookup-entry | :log-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
queryDepthLimit | java.lang.Number | cdk.support/lookup-entry | :query-depth-limit |
resolverCountLimit | java.lang.Number | cdk.support/lookup-entry | :resolver-count-limit |
schema | software.amazon.awscdk.services.appsync.ISchema | cdk.support/lookup-entry | :schema |
visibility | software.amazon.awscdk.services.appsync.Visibility | cdk.api.services.appsync/visibility | :visibility |
xrayEnabled | java.lang.Boolean | cdk.support/lookup-entry | :xray-enabled |
The build-graphql-api-builder function updates a GraphqlApi$Builder instance using the provided configuration. The function takes the GraphqlApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationConfig` | software.amazon.awscdk.services.appsync.AuthorizationConfig | [[cdk.support/lookup-entry]] | `:authorization-config` | | `definition` | software.amazon.awscdk.services.appsync.Definition | [[cdk.support/lookup-entry]] | `:definition` | | `domainName` | software.amazon.awscdk.services.appsync.DomainOptions | [[cdk.support/lookup-entry]] | `:domain-name` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `introspectionConfig` | software.amazon.awscdk.services.appsync.IntrospectionConfig | [[cdk.api.services.appsync/introspection-config]] | `:introspection-config` | | `logConfig` | software.amazon.awscdk.services.appsync.LogConfig | [[cdk.support/lookup-entry]] | `:log-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `queryDepthLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:query-depth-limit` | | `resolverCountLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:resolver-count-limit` | | `schema` | software.amazon.awscdk.services.appsync.ISchema | [[cdk.support/lookup-entry]] | `:schema` | | `visibility` | software.amazon.awscdk.services.appsync.Visibility | [[cdk.api.services.appsync/visibility]] | `:visibility` | | `xrayEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:xray-enabled` |
(build-graphql-api-props-builder builder id config)
The build-graphql-api-props-builder function updates a GraphqlApiProps$Builder instance using the provided configuration. The function takes the GraphqlApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationConfig | software.amazon.awscdk.services.appsync.AuthorizationConfig | cdk.support/lookup-entry | :authorization-config |
definition | software.amazon.awscdk.services.appsync.Definition | cdk.support/lookup-entry | :definition |
domainName | software.amazon.awscdk.services.appsync.DomainOptions | cdk.support/lookup-entry | :domain-name |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
introspectionConfig | software.amazon.awscdk.services.appsync.IntrospectionConfig | cdk.api.services.appsync/introspection-config | :introspection-config |
logConfig | software.amazon.awscdk.services.appsync.LogConfig | cdk.support/lookup-entry | :log-config |
name | java.lang.String | cdk.support/lookup-entry | :name |
queryDepthLimit | java.lang.Number | cdk.support/lookup-entry | :query-depth-limit |
resolverCountLimit | java.lang.Number | cdk.support/lookup-entry | :resolver-count-limit |
schema | software.amazon.awscdk.services.appsync.ISchema | cdk.support/lookup-entry | :schema |
visibility | software.amazon.awscdk.services.appsync.Visibility | cdk.api.services.appsync/visibility | :visibility |
xrayEnabled | java.lang.Boolean | cdk.support/lookup-entry | :xray-enabled |
The build-graphql-api-props-builder function updates a GraphqlApiProps$Builder instance using the provided configuration. The function takes the GraphqlApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationConfig` | software.amazon.awscdk.services.appsync.AuthorizationConfig | [[cdk.support/lookup-entry]] | `:authorization-config` | | `definition` | software.amazon.awscdk.services.appsync.Definition | [[cdk.support/lookup-entry]] | `:definition` | | `domainName` | software.amazon.awscdk.services.appsync.DomainOptions | [[cdk.support/lookup-entry]] | `:domain-name` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `introspectionConfig` | software.amazon.awscdk.services.appsync.IntrospectionConfig | [[cdk.api.services.appsync/introspection-config]] | `:introspection-config` | | `logConfig` | software.amazon.awscdk.services.appsync.LogConfig | [[cdk.support/lookup-entry]] | `:log-config` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `queryDepthLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:query-depth-limit` | | `resolverCountLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:resolver-count-limit` | | `schema` | software.amazon.awscdk.services.appsync.ISchema | [[cdk.support/lookup-entry]] | `:schema` | | `visibility` | software.amazon.awscdk.services.appsync.Visibility | [[cdk.api.services.appsync/visibility]] | `:visibility` | | `xrayEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:xray-enabled` |
(build-http-data-source-builder builder id config)
The build-http-data-source-builder function updates a HttpDataSource$Builder instance using the provided configuration. The function takes the HttpDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
authorizationConfig | software.amazon.awscdk.services.appsync.AwsIamConfig | cdk.support/lookup-entry | :authorization-config |
description | java.lang.String | cdk.support/lookup-entry | :description |
endpoint | java.lang.String | cdk.support/lookup-entry | :endpoint |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-http-data-source-builder function updates a HttpDataSource$Builder instance using the provided configuration. The function takes the HttpDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `authorizationConfig` | software.amazon.awscdk.services.appsync.AwsIamConfig | [[cdk.support/lookup-entry]] | `:authorization-config` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-http-data-source-options-builder builder id config)
The build-http-data-source-options-builder function updates a HttpDataSourceOptions$Builder instance using the provided configuration. The function takes the HttpDataSourceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationConfig | software.amazon.awscdk.services.appsync.AwsIamConfig | cdk.support/lookup-entry | :authorization-config |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-http-data-source-options-builder function updates a HttpDataSourceOptions$Builder instance using the provided configuration. The function takes the HttpDataSourceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationConfig` | software.amazon.awscdk.services.appsync.AwsIamConfig | [[cdk.support/lookup-entry]] | `:authorization-config` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-http-data-source-props-builder builder id config)
The build-http-data-source-props-builder function updates a HttpDataSourceProps$Builder instance using the provided configuration. The function takes the HttpDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
authorizationConfig | software.amazon.awscdk.services.appsync.AwsIamConfig | cdk.support/lookup-entry | :authorization-config |
description | java.lang.String | cdk.support/lookup-entry | :description |
endpoint | java.lang.String | cdk.support/lookup-entry | :endpoint |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-http-data-source-props-builder function updates a HttpDataSourceProps$Builder instance using the provided configuration. The function takes the HttpDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `authorizationConfig` | software.amazon.awscdk.services.appsync.AwsIamConfig | [[cdk.support/lookup-entry]] | `:authorization-config` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `endpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-lambda-authorizer-config-builder builder id config)
The build-lambda-authorizer-config-builder function updates a LambdaAuthorizerConfig$Builder instance using the provided configuration. The function takes the LambdaAuthorizerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
handler | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :handler |
resultsCacheTtl | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :results-cache-ttl |
validationRegex | java.lang.String | cdk.support/lookup-entry | :validation-regex |
The build-lambda-authorizer-config-builder function updates a LambdaAuthorizerConfig$Builder instance using the provided configuration. The function takes the LambdaAuthorizerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `handler` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:handler` | | `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` | | `validationRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-regex` |
(build-lambda-data-source-builder builder id config)
The build-lambda-data-source-builder function updates a LambdaDataSource$Builder instance using the provided configuration. The function takes the LambdaDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
lambdaFunction | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :lambda-function |
name | java.lang.String | cdk.support/lookup-entry | :name |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-lambda-data-source-builder function updates a LambdaDataSource$Builder instance using the provided configuration. The function takes the LambdaDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `lambdaFunction` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda-function` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-lambda-data-source-props-builder builder id config)
The build-lambda-data-source-props-builder function updates a LambdaDataSourceProps$Builder instance using the provided configuration. The function takes the LambdaDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
lambdaFunction | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :lambda-function |
name | java.lang.String | cdk.support/lookup-entry | :name |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-lambda-data-source-props-builder function updates a LambdaDataSourceProps$Builder instance using the provided configuration. The function takes the LambdaDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `lambdaFunction` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda-function` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-log-config-builder builder id config)
The build-log-config-builder function updates a LogConfig$Builder instance using the provided configuration. The function takes the LogConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
excludeVerboseContent | java.lang.Boolean | cdk.support/lookup-entry | :exclude-verbose-content |
fieldLogLevel | software.amazon.awscdk.services.appsync.FieldLogLevel | cdk.api.services.appsync/field-log-level | :field-log-level |
retention | software.amazon.awscdk.services.logs.RetentionDays | cdk.api.services.logs/retention-days | :retention |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-log-config-builder function updates a LogConfig$Builder instance using the provided configuration. The function takes the LogConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `excludeVerboseContent` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclude-verbose-content` | | `fieldLogLevel` | software.amazon.awscdk.services.appsync.FieldLogLevel | [[cdk.api.services.appsync/field-log-level]] | `:field-log-level` | | `retention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:retention` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-none-data-source-builder builder id config)
The build-none-data-source-builder function updates a NoneDataSource$Builder instance using the provided configuration. The function takes the NoneDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-none-data-source-builder function updates a NoneDataSource$Builder instance using the provided configuration. The function takes the NoneDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-none-data-source-props-builder builder id config)
The build-none-data-source-props-builder function updates a NoneDataSourceProps$Builder instance using the provided configuration. The function takes the NoneDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-none-data-source-props-builder function updates a NoneDataSourceProps$Builder instance using the provided configuration. The function takes the NoneDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-open-id-connect-config-builder builder id config)
The build-open-id-connect-config-builder function updates a OpenIdConnectConfig$Builder instance using the provided configuration. The function takes the OpenIdConnectConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
oidcProvider | java.lang.String | cdk.support/lookup-entry | :oidc-provider |
tokenExpiryFromAuth | java.lang.Number | cdk.support/lookup-entry | :token-expiry-from-auth |
tokenExpiryFromIssue | java.lang.Number | cdk.support/lookup-entry | :token-expiry-from-issue |
The build-open-id-connect-config-builder function updates a OpenIdConnectConfig$Builder instance using the provided configuration. The function takes the OpenIdConnectConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `oidcProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:oidc-provider` | | `tokenExpiryFromAuth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:token-expiry-from-auth` | | `tokenExpiryFromIssue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:token-expiry-from-issue` |
(build-open-search-data-source-builder builder id config)
The build-open-search-data-source-builder function updates a OpenSearchDataSource$Builder instance using the provided configuration. The function takes the OpenSearchDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
domain | software.amazon.awscdk.services.opensearchservice.IDomain | cdk.support/lookup-entry | :domain |
name | java.lang.String | cdk.support/lookup-entry | :name |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-open-search-data-source-builder function updates a OpenSearchDataSource$Builder instance using the provided configuration. The function takes the OpenSearchDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domain` | software.amazon.awscdk.services.opensearchservice.IDomain | [[cdk.support/lookup-entry]] | `:domain` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-open-search-data-source-props-builder builder id config)
The build-open-search-data-source-props-builder function updates a OpenSearchDataSourceProps$Builder instance using the provided configuration. The function takes the OpenSearchDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
description | java.lang.String | cdk.support/lookup-entry | :description |
domain | software.amazon.awscdk.services.opensearchservice.IDomain | cdk.support/lookup-entry | :domain |
name | java.lang.String | cdk.support/lookup-entry | :name |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-open-search-data-source-props-builder function updates a OpenSearchDataSourceProps$Builder instance using the provided configuration. The function takes the OpenSearchDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domain` | software.amazon.awscdk.services.opensearchservice.IDomain | [[cdk.support/lookup-entry]] | `:domain` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-rds-data-source-builder builder id config)
The build-rds-data-source-builder function updates a RdsDataSource$Builder instance using the provided configuration. The function takes the RdsDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
secretStore | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.support/lookup-entry | :secret-store |
serverlessCluster | software.amazon.awscdk.services.rds.IServerlessCluster | cdk.support/lookup-entry | :serverless-cluster |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-rds-data-source-builder function updates a RdsDataSource$Builder instance using the provided configuration. The function takes the RdsDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `secretStore` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret-store` | | `serverlessCluster` | software.amazon.awscdk.services.rds.IServerlessCluster | [[cdk.support/lookup-entry]] | `:serverless-cluster` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-rds-data-source-props-builder builder id config)
The build-rds-data-source-props-builder function updates a RdsDataSourceProps$Builder instance using the provided configuration. The function takes the RdsDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
secretStore | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.support/lookup-entry | :secret-store |
serverlessCluster | software.amazon.awscdk.services.rds.IServerlessCluster | cdk.support/lookup-entry | :serverless-cluster |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-rds-data-source-props-builder function updates a RdsDataSourceProps$Builder instance using the provided configuration. The function takes the RdsDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `secretStore` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret-store` | | `serverlessCluster` | software.amazon.awscdk.services.rds.IServerlessCluster | [[cdk.support/lookup-entry]] | `:serverless-cluster` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-rds-data-source-props-v2-builder builder id config)
The build-rds-data-source-props-v2-builder function updates a RdsDataSourcePropsV2$Builder instance using the provided configuration. The function takes the RdsDataSourcePropsV2$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
secretStore | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.support/lookup-entry | :secret-store |
serverlessCluster | software.amazon.awscdk.services.rds.IDatabaseCluster | cdk.support/lookup-entry | :serverless-cluster |
serviceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :service-role |
The build-rds-data-source-props-v2-builder function updates a RdsDataSourcePropsV2$Builder instance using the provided configuration. The function takes the RdsDataSourcePropsV2$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `secretStore` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:secret-store` | | `serverlessCluster` | software.amazon.awscdk.services.rds.IDatabaseCluster | [[cdk.support/lookup-entry]] | `:serverless-cluster` | | `serviceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:service-role` |
(build-resolver-builder builder id config)
The build-resolver-builder function updates a Resolver$Builder instance using the provided configuration. The function takes the Resolver$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
cachingConfig | software.amazon.awscdk.services.appsync.CachingConfig | cdk.support/lookup-entry | :caching-config |
code | software.amazon.awscdk.services.appsync.Code | cdk.support/lookup-entry | :code |
dataSource | software.amazon.awscdk.services.appsync.BaseDataSource | cdk.support/lookup-entry | :data-source |
fieldName | java.lang.String | cdk.support/lookup-entry | :field-name |
maxBatchSize | java.lang.Number | cdk.support/lookup-entry | :max-batch-size |
pipelineConfig | java.util.List | cdk.support/lookup-entry | :pipeline-config |
requestMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :request-mapping-template |
responseMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :response-mapping-template |
runtime | software.amazon.awscdk.services.appsync.FunctionRuntime | cdk.support/lookup-entry | :runtime |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-resolver-builder function updates a Resolver$Builder instance using the provided configuration. The function takes the Resolver$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `cachingConfig` | software.amazon.awscdk.services.appsync.CachingConfig | [[cdk.support/lookup-entry]] | `:caching-config` | | `code` | software.amazon.awscdk.services.appsync.Code | [[cdk.support/lookup-entry]] | `:code` | | `dataSource` | software.amazon.awscdk.services.appsync.BaseDataSource | [[cdk.support/lookup-entry]] | `:data-source` | | `fieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:field-name` | | `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` | | `pipelineConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-config` | | `requestMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `responseMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `runtime` | software.amazon.awscdk.services.appsync.FunctionRuntime | [[cdk.support/lookup-entry]] | `:runtime` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-resolver-props-builder builder id config)
The build-resolver-props-builder function updates a ResolverProps$Builder instance using the provided configuration. The function takes the ResolverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
api | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :api |
cachingConfig | software.amazon.awscdk.services.appsync.CachingConfig | cdk.support/lookup-entry | :caching-config |
code | software.amazon.awscdk.services.appsync.Code | cdk.support/lookup-entry | :code |
dataSource | software.amazon.awscdk.services.appsync.BaseDataSource | cdk.support/lookup-entry | :data-source |
fieldName | java.lang.String | cdk.support/lookup-entry | :field-name |
maxBatchSize | java.lang.Number | cdk.support/lookup-entry | :max-batch-size |
pipelineConfig | java.util.List | cdk.support/lookup-entry | :pipeline-config |
requestMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :request-mapping-template |
responseMappingTemplate | software.amazon.awscdk.services.appsync.MappingTemplate | cdk.support/lookup-entry | :response-mapping-template |
runtime | software.amazon.awscdk.services.appsync.FunctionRuntime | cdk.support/lookup-entry | :runtime |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-resolver-props-builder function updates a ResolverProps$Builder instance using the provided configuration. The function takes the ResolverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `api` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:api` | | `cachingConfig` | software.amazon.awscdk.services.appsync.CachingConfig | [[cdk.support/lookup-entry]] | `:caching-config` | | `code` | software.amazon.awscdk.services.appsync.Code | [[cdk.support/lookup-entry]] | `:code` | | `dataSource` | software.amazon.awscdk.services.appsync.BaseDataSource | [[cdk.support/lookup-entry]] | `:data-source` | | `fieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:field-name` | | `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` | | `pipelineConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:pipeline-config` | | `requestMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:request-mapping-template` | | `responseMappingTemplate` | software.amazon.awscdk.services.appsync.MappingTemplate | [[cdk.support/lookup-entry]] | `:response-mapping-template` | | `runtime` | software.amazon.awscdk.services.appsync.FunctionRuntime | [[cdk.support/lookup-entry]] | `:runtime` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-runtime-config-builder builder id config)
The build-runtime-config-builder function updates a RuntimeConfig$Builder instance using the provided configuration. The function takes the RuntimeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
runtimeVersion | java.lang.String | cdk.support/lookup-entry | :runtime-version |
The build-runtime-config-builder function updates a RuntimeConfig$Builder instance using the provided configuration. The function takes the RuntimeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `runtimeVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-version` |
(build-schema-file-builder builder id config)
The build-schema-file-builder function updates a SchemaFile$Builder instance using the provided configuration. The function takes the SchemaFile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
filePath | java.lang.String | cdk.support/lookup-entry | :file-path |
The build-schema-file-builder function updates a SchemaFile$Builder instance using the provided configuration. The function takes the SchemaFile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `filePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-path` |
(build-schema-props-builder builder id config)
The build-schema-props-builder function updates a SchemaProps$Builder instance using the provided configuration. The function takes the SchemaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
filePath | java.lang.String | cdk.support/lookup-entry | :file-path |
The build-schema-props-builder function updates a SchemaProps$Builder instance using the provided configuration. The function takes the SchemaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `filePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-path` |
(build-source-api-association-attributes-builder builder id config)
The build-source-api-association-attributes-builder function updates a SourceApiAssociationAttributes$Builder instance using the provided configuration. The function takes the SourceApiAssociationAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associationArn | java.lang.String | cdk.support/lookup-entry | :association-arn |
mergedApi | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :merged-api |
sourceApi | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :source-api |
The build-source-api-association-attributes-builder function updates a SourceApiAssociationAttributes$Builder instance using the provided configuration. The function takes the SourceApiAssociationAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-arn` | | `mergedApi` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:merged-api` | | `sourceApi` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:source-api` |
(build-source-api-association-builder builder id config)
The build-source-api-association-builder function updates a SourceApiAssociation$Builder instance using the provided configuration. The function takes the SourceApiAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
mergeType | software.amazon.awscdk.services.appsync.MergeType | cdk.api.services.appsync/merge-type | :merge-type |
mergedApi | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :merged-api |
mergedApiExecutionRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :merged-api-execution-role |
sourceApi | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :source-api |
The build-source-api-association-builder function updates a SourceApiAssociation$Builder instance using the provided configuration. The function takes the SourceApiAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `mergeType` | software.amazon.awscdk.services.appsync.MergeType | [[cdk.api.services.appsync/merge-type]] | `:merge-type` | | `mergedApi` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:merged-api` | | `mergedApiExecutionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:merged-api-execution-role` | | `sourceApi` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:source-api` |
(build-source-api-association-props-builder builder id config)
The build-source-api-association-props-builder function updates a SourceApiAssociationProps$Builder instance using the provided configuration. The function takes the SourceApiAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
mergeType | software.amazon.awscdk.services.appsync.MergeType | cdk.api.services.appsync/merge-type | :merge-type |
mergedApi | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :merged-api |
mergedApiExecutionRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :merged-api-execution-role |
sourceApi | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :source-api |
The build-source-api-association-props-builder function updates a SourceApiAssociationProps$Builder instance using the provided configuration. The function takes the SourceApiAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `mergeType` | software.amazon.awscdk.services.appsync.MergeType | [[cdk.api.services.appsync/merge-type]] | `:merge-type` | | `mergedApi` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:merged-api` | | `mergedApiExecutionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:merged-api-execution-role` | | `sourceApi` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:source-api` |
(build-source-api-builder builder id config)
The build-source-api-builder function updates a SourceApi$Builder instance using the provided configuration. The function takes the SourceApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
mergeType | software.amazon.awscdk.services.appsync.MergeType | cdk.api.services.appsync/merge-type | :merge-type |
sourceApi | software.amazon.awscdk.services.appsync.IGraphqlApi | cdk.support/lookup-entry | :source-api |
The build-source-api-builder function updates a SourceApi$Builder instance using the provided configuration. The function takes the SourceApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `mergeType` | software.amazon.awscdk.services.appsync.MergeType | [[cdk.api.services.appsync/merge-type]] | `:merge-type` | | `sourceApi` | software.amazon.awscdk.services.appsync.IGraphqlApi | [[cdk.support/lookup-entry]] | `:source-api` |
(build-source-api-options-builder builder id config)
The build-source-api-options-builder function updates a SourceApiOptions$Builder instance using the provided configuration. The function takes the SourceApiOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
mergedApiExecutionRole | software.amazon.awscdk.services.iam.Role | cdk.support/lookup-entry | :merged-api-execution-role |
sourceApis | java.util.List | cdk.support/lookup-entry | :source-apis |
The build-source-api-options-builder function updates a SourceApiOptions$Builder instance using the provided configuration. The function takes the SourceApiOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `mergedApiExecutionRole` | software.amazon.awscdk.services.iam.Role | [[cdk.support/lookup-entry]] | `:merged-api-execution-role` | | `sourceApis` | java.util.List | [[cdk.support/lookup-entry]] | `:source-apis` |
(build-user-pool-config-builder builder id config)
The build-user-pool-config-builder function updates a UserPoolConfig$Builder instance using the provided configuration. The function takes the UserPoolConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appIdClientRegex | java.lang.String | cdk.support/lookup-entry | :app-id-client-regex |
defaultAction | software.amazon.awscdk.services.appsync.UserPoolDefaultAction | cdk.api.services.appsync/user-pool-default-action | :default-action |
userPool | software.amazon.awscdk.services.cognito.IUserPool | cdk.support/lookup-entry | :user-pool |
The build-user-pool-config-builder function updates a UserPoolConfig$Builder instance using the provided configuration. The function takes the UserPoolConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appIdClientRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-id-client-regex` | | `defaultAction` | software.amazon.awscdk.services.appsync.UserPoolDefaultAction | [[cdk.api.services.appsync/user-pool-default-action]] | `:default-action` | | `userPool` | software.amazon.awscdk.services.cognito.IUserPool | [[cdk.support/lookup-entry]] | `:user-pool` |
(caching-config-builder id config)
Creates a CachingConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CachingConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-cache-builder scope id config)
Creates a CfnApiCache$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnApiCache$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-cache-props-builder id config)
Creates a CfnApiCacheProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiCacheProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-key-builder scope id config)
Creates a CfnApiKey$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnApiKey$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-key-props-builder id config)
Creates a CfnApiKeyProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiKeyProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-authorization-config-property-builder id config)
Creates a CfnDataSource$AuthorizationConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$AuthorizationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-aws-iam-config-property-builder id config)
Creates a CfnDataSource$AwsIamConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$AwsIamConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-builder scope id config)
Creates a CfnDataSource$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-delta-sync-config-property-builder id config)
Creates a CfnDataSource$DeltaSyncConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$DeltaSyncConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-dynamo-db-config-property-builder id config)
Creates a CfnDataSource$DynamoDBConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$DynamoDBConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-elasticsearch-config-property-builder id config)
Creates a CfnDataSource$ElasticsearchConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$ElasticsearchConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-event-bridge-config-property-builder id config)
Creates a CfnDataSource$EventBridgeConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$EventBridgeConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-http-config-property-builder id config)
Creates a CfnDataSource$HttpConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$HttpConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-lambda-config-property-builder id config)
Creates a CfnDataSource$LambdaConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$LambdaConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-open-search-service-config-property-builder id config)
Creates a CfnDataSource$OpenSearchServiceConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$OpenSearchServiceConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-props-builder id config)
Creates a CfnDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-rds-http-endpoint-config-property-builder id config)
Creates a CfnDataSource$RdsHttpEndpointConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$RdsHttpEndpointConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-source-relational-database-config-property-builder id config)
Creates a CfnDataSource$RelationalDatabaseConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataSource$RelationalDatabaseConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-name-api-association-builder scope id config)
Creates a CfnDomainNameApiAssociation$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDomainNameApiAssociation$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-name-api-association-props-builder id config)
Creates a CfnDomainNameApiAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDomainNameApiAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-name-builder scope id config)
Creates a CfnDomainName$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDomainName$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-domain-name-props-builder id config)
Creates a CfnDomainNameProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDomainNameProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-function-configuration-app-sync-runtime-property-builder id config)
Creates a CfnFunctionConfiguration$AppSyncRuntimeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFunctionConfiguration$AppSyncRuntimeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-function-configuration-builder scope id config)
Creates a CfnFunctionConfiguration$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnFunctionConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-function-configuration-lambda-conflict-handler-config-property-builder
id
config)
Creates a CfnFunctionConfiguration$LambdaConflictHandlerConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFunctionConfiguration$LambdaConflictHandlerConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-function-configuration-props-builder id config)
Creates a CfnFunctionConfigurationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFunctionConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-function-configuration-sync-config-property-builder id config)
Creates a CfnFunctionConfiguration$SyncConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFunctionConfiguration$SyncConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-additional-authentication-provider-property-builder id config)
Creates a CfnGraphQLApi$AdditionalAuthenticationProviderProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLApi$AdditionalAuthenticationProviderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-builder scope id config)
Creates a CfnGraphQLApi$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnGraphQLApi$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-cognito-user-pool-config-property-builder id config)
Creates a CfnGraphQLApi$CognitoUserPoolConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLApi$CognitoUserPoolConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-enhanced-metrics-config-property-builder id config)
Creates a CfnGraphQLApi$EnhancedMetricsConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLApi$EnhancedMetricsConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-lambda-authorizer-config-property-builder id config)
Creates a CfnGraphQLApi$LambdaAuthorizerConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLApi$LambdaAuthorizerConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-log-config-property-builder id config)
Creates a CfnGraphQLApi$LogConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLApi$LogConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-open-id-connect-config-property-builder id config)
Creates a CfnGraphQLApi$OpenIDConnectConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLApi$OpenIDConnectConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-props-builder id config)
Creates a CfnGraphQLApiProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLApiProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-api-user-pool-config-property-builder id config)
Creates a CfnGraphQLApi$UserPoolConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLApi$UserPoolConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-schema-builder scope id config)
Creates a CfnGraphQLSchema$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnGraphQLSchema$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-graph-ql-schema-props-builder id config)
Creates a CfnGraphQLSchemaProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnGraphQLSchemaProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resolver-app-sync-runtime-property-builder id config)
Creates a CfnResolver$AppSyncRuntimeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnResolver$AppSyncRuntimeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resolver-builder scope id config)
Creates a CfnResolver$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnResolver$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resolver-caching-config-property-builder id config)
Creates a CfnResolver$CachingConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnResolver$CachingConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resolver-lambda-conflict-handler-config-property-builder id config)
Creates a CfnResolver$LambdaConflictHandlerConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnResolver$LambdaConflictHandlerConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resolver-pipeline-config-property-builder id config)
Creates a CfnResolver$PipelineConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnResolver$PipelineConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resolver-props-builder id config)
Creates a CfnResolverProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnResolverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-resolver-sync-config-property-builder id config)
Creates a CfnResolver$SyncConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnResolver$SyncConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-source-api-association-builder scope id config)
Creates a CfnSourceApiAssociation$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSourceApiAssociation$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-source-api-association-props-builder id config)
Creates a CfnSourceApiAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSourceApiAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-source-api-association-source-api-association-config-property-builder
id
config)
Creates a CfnSourceApiAssociation$SourceApiAssociationConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSourceApiAssociation$SourceApiAssociationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(code-config-builder id config)
Creates a CodeConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CodeConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(data-source-options-builder id config)
Creates a DataSourceOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `DataSourceOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(domain-options-builder id config)
Creates a DomainOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `DomainOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(dynamo-db-data-source-builder scope id config)
Creates a DynamoDbDataSource$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `DynamoDbDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(dynamo-db-data-source-props-builder id config)
Creates a DynamoDbDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `DynamoDbDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(event-bridge-data-source-builder scope id config)
Creates a EventBridgeDataSource$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `EventBridgeDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(event-bridge-data-source-props-builder id config)
Creates a EventBridgeDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `EventBridgeDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(extended-data-source-props-builder id config)
Creates a ExtendedDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ExtendedDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(extended-resolver-props-builder id config)
Creates a ExtendedResolverProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ExtendedResolverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(field-log-level config id item-key)
The field-log-level
function data interprets values in the provided config data into a
FieldLogLevel
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
FieldLogLevel
- the value is returned.:all
- FieldLogLevel/ALL
is returned:none
- FieldLogLevel/NONE
is returned:error
- FieldLogLevel/ERROR
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `field-log-level` function data interprets values in the provided config data into a `FieldLogLevel` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `FieldLogLevel` - the value is returned. * is `:all` - `FieldLogLevel/ALL` is returned * is `:none` - `FieldLogLevel/NONE` is returned * is `:error` - `FieldLogLevel/ERROR` is returned If a value is not found or matches the above criteria, nil is returned.
(function-runtime-family config id item-key)
The function-runtime-family
function data interprets values in the provided config data into a
FunctionRuntimeFamily
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
FunctionRuntimeFamily
- the value is returned.:js
- FunctionRuntimeFamily/JS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `function-runtime-family` function data interprets values in the provided config data into a `FunctionRuntimeFamily` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `FunctionRuntimeFamily` - the value is returned. * is `:js` - `FunctionRuntimeFamily/JS` is returned If a value is not found or matches the above criteria, nil is returned.
(graphql-api-attributes-builder id config)
Creates a GraphqlApiAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `GraphqlApiAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(graphql-api-builder scope id config)
Creates a GraphqlApi$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `GraphqlApi$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(graphql-api-props-builder id config)
Creates a GraphqlApiProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `GraphqlApiProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-data-source-builder scope id config)
Creates a HttpDataSource$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `HttpDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(http-data-source-options-builder id config)
Creates a HttpDataSourceOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpDataSourceOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-data-source-props-builder id config)
Creates a HttpDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(introspection-config config id item-key)
The introspection-config
function data interprets values in the provided config data into a
IntrospectionConfig
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
IntrospectionConfig
- the value is returned.:enabled
- IntrospectionConfig/ENABLED
is returned:disabled
- IntrospectionConfig/DISABLED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `introspection-config` function data interprets values in the provided config data into a `IntrospectionConfig` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `IntrospectionConfig` - the value is returned. * is `:enabled` - `IntrospectionConfig/ENABLED` is returned * is `:disabled` - `IntrospectionConfig/DISABLED` is returned If a value is not found or matches the above criteria, nil is returned.
(lambda-authorizer-config-builder id config)
Creates a LambdaAuthorizerConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `LambdaAuthorizerConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(lambda-data-source-builder scope id config)
Creates a LambdaDataSource$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `LambdaDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(lambda-data-source-props-builder id config)
Creates a LambdaDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `LambdaDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(log-config-builder id config)
Creates a LogConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `LogConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(merge-type config id item-key)
The merge-type
function data interprets values in the provided config data into a
MergeType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
MergeType
- the value is returned.:manual-merge
- MergeType/MANUAL_MERGE
is returned:auto-merge
- MergeType/AUTO_MERGE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `merge-type` function data interprets values in the provided config data into a `MergeType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `MergeType` - the value is returned. * is `:manual-merge` - `MergeType/MANUAL_MERGE` is returned * is `:auto-merge` - `MergeType/AUTO_MERGE` is returned If a value is not found or matches the above criteria, nil is returned.
(none-data-source-builder scope id config)
Creates a NoneDataSource$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `NoneDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(none-data-source-props-builder id config)
Creates a NoneDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `NoneDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(open-id-connect-config-builder id config)
Creates a OpenIdConnectConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `OpenIdConnectConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(open-search-data-source-builder scope id config)
Creates a OpenSearchDataSource$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `OpenSearchDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(open-search-data-source-props-builder id config)
Creates a OpenSearchDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `OpenSearchDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(rds-data-source-builder scope id config)
Creates a RdsDataSource$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `RdsDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(rds-data-source-props-builder id config)
Creates a RdsDataSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `RdsDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(rds-data-source-props-v2-builder id config)
Creates a RdsDataSourcePropsV2$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `RdsDataSourcePropsV2$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(resolver-builder scope id config)
Creates a Resolver$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `Resolver$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(resolver-props-builder id config)
Creates a ResolverProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ResolverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(runtime-config-builder id config)
Creates a RuntimeConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `RuntimeConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(schema-bind-options-builder)
Creates a SchemaBindOptions$Builder
instance using a no-argument construct,then builds it.
Creates a `SchemaBindOptions$Builder` instance using a no-argument construct,then builds it.
(schema-file-builder id config)
Creates a SchemaFile$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `SchemaFile$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(schema-props-builder id config)
Creates a SchemaProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `SchemaProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(source-api-association-attributes-builder id config)
Creates a SourceApiAssociationAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `SourceApiAssociationAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(source-api-association-builder scope id config)
Creates a SourceApiAssociation$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `SourceApiAssociation$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(source-api-association-props-builder id config)
Creates a SourceApiAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `SourceApiAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(source-api-builder id config)
Creates a SourceApi$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `SourceApi$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(source-api-options-builder id config)
Creates a SourceApiOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `SourceApiOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(user-pool-config-builder id config)
Creates a UserPoolConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `UserPoolConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(user-pool-default-action config id item-key)
The user-pool-default-action
function data interprets values in the provided config data into a
UserPoolDefaultAction
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
UserPoolDefaultAction
- the value is returned.:allow
- UserPoolDefaultAction/ALLOW
is returned:deny
- UserPoolDefaultAction/DENY
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `user-pool-default-action` function data interprets values in the provided config data into a `UserPoolDefaultAction` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `UserPoolDefaultAction` - the value is returned. * is `:allow` - `UserPoolDefaultAction/ALLOW` is returned * is `:deny` - `UserPoolDefaultAction/DENY` is returned If a value is not found or matches the above criteria, nil is returned.
(visibility config id item-key)
The visibility
function data interprets values in the provided config data into a
Visibility
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
Visibility
- the value is returned.:global
- Visibility/GLOBAL
is returned:private
- Visibility/PRIVATE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `visibility` function data interprets values in the provided config data into a `Visibility` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `Visibility` - the value is returned. * is `:global` - `Visibility/GLOBAL` is returned * is `:private` - `Visibility/PRIVATE` is returned If a value is not found or matches the above criteria, nil is returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close