Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.appsync

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. 
raw docstring

api-key-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

appsync-function-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

appsync-function-builderclj

(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 |
sourceraw docstring

appsync-function-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

asset-code-builderclj

(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 |
sourceraw docstring

authorization-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

authorization-mode-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

authorization-typeclj

(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:

  • 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.

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.
sourceraw docstring

aws-iam-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

backed-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

base-appsync-function-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

base-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

base-resolver-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

build-api-key-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
expiressoftware.amazon.awscdk.Expirationcdk.support/lookup-entry:expires
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-appsync-function-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
functionArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-appsync-function-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
codesoftware.amazon.awscdk.services.appsync.Codecdk.support/lookup-entry:code
dataSourcesoftware.amazon.awscdk.services.appsync.BaseDataSourcecdk.support/lookup-entry:data-source
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
requestMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:request-mapping-template
responseMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:response-mapping-template
runtimesoftware.amazon.awscdk.services.appsync.FunctionRuntimecdk.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` |
sourceraw docstring

build-appsync-function-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
codesoftware.amazon.awscdk.services.appsync.Codecdk.support/lookup-entry:code
dataSourcesoftware.amazon.awscdk.services.appsync.BaseDataSourcecdk.support/lookup-entry:data-source
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
requestMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:request-mapping-template
responseMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:response-mapping-template
runtimesoftware.amazon.awscdk.services.appsync.FunctionRuntimecdk.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` |
sourceraw docstring

build-asset-code-builderclj

(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:

FieldDataTypeLookup FunctionData Key
assetHashjava.lang.Stringcdk.support/lookup-entry:asset-hash
assetHashTypesoftware.amazon.awscdk.AssetHashTypecdk.api/asset-hash-type:asset-hash-type
bundlingsoftware.amazon.awscdk.BundlingOptionscdk.support/lookup-entry:bundling
deployTimejava.lang.Booleancdk.support/lookup-entry:deploy-time
excludejava.util.Listcdk.support/lookup-entry:exclude
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
readersjava.util.Listcdk.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` |
sourceraw docstring

build-authorization-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
additionalAuthorizationModesjava.util.Listcdk.support/lookup-entry:additional-authorization-modes
defaultAuthorizationsoftware.amazon.awscdk.services.appsync.AuthorizationModecdk.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` |
sourceraw docstring

build-authorization-mode-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiKeyConfigsoftware.amazon.awscdk.services.appsync.ApiKeyConfigcdk.support/lookup-entry:api-key-config
authorizationTypesoftware.amazon.awscdk.services.appsync.AuthorizationTypecdk.api.services.appsync/authorization-type:authorization-type
lambdaAuthorizerConfigsoftware.amazon.awscdk.services.appsync.LambdaAuthorizerConfigcdk.support/lookup-entry:lambda-authorizer-config
openIdConnectConfigsoftware.amazon.awscdk.services.appsync.OpenIdConnectConfigcdk.support/lookup-entry:open-id-connect-config
userPoolConfigsoftware.amazon.awscdk.services.appsync.UserPoolConfigcdk.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` |
sourceraw docstring

build-aws-iam-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
signingRegionjava.lang.Stringcdk.support/lookup-entry:signing-region
signingServiceNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-backed-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-base-appsync-function-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
codesoftware.amazon.awscdk.services.appsync.Codecdk.support/lookup-entry:code
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
requestMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:request-mapping-template
responseMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:response-mapping-template
runtimesoftware.amazon.awscdk.services.appsync.FunctionRuntimecdk.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` |
sourceraw docstring

build-base-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-base-resolver-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cachingConfigsoftware.amazon.awscdk.services.appsync.CachingConfigcdk.support/lookup-entry:caching-config
codesoftware.amazon.awscdk.services.appsync.Codecdk.support/lookup-entry:code
fieldNamejava.lang.Stringcdk.support/lookup-entry:field-name
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
pipelineConfigjava.util.Listcdk.support/lookup-entry:pipeline-config
requestMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:request-mapping-template
responseMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:response-mapping-template
runtimesoftware.amazon.awscdk.services.appsync.FunctionRuntimecdk.support/lookup-entry:runtime
typeNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-caching-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cachingKeysjava.util.Listcdk.support/lookup-entry:caching-keys
ttlsoftware.amazon.awscdk.Durationcdk.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` |
sourceraw docstring

build-cfn-api-cache-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiCachingBehaviorjava.lang.Stringcdk.support/lookup-entry:api-caching-behavior
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
atRestEncryptionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:at-rest-encryption-enabled
healthMetricsConfigjava.lang.Stringcdk.support/lookup-entry:health-metrics-config
transitEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:transit-encryption-enabled
ttljava.lang.Numbercdk.support/lookup-entry:ttl
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-api-cache-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiCachingBehaviorjava.lang.Stringcdk.support/lookup-entry:api-caching-behavior
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
atRestEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:at-rest-encryption-enabled
healthMetricsConfigjava.lang.Stringcdk.support/lookup-entry:health-metrics-config
transitEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:transit-encryption-enabled
ttljava.lang.Numbercdk.support/lookup-entry:ttl
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-api-key-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
expiresjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-api-key-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
expiresjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-data-source-authorization-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorizationTypejava.lang.Stringcdk.support/lookup-entry:authorization-type
awsIamConfigsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-data-source-aws-iam-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
signingRegionjava.lang.Stringcdk.support/lookup-entry:signing-region
signingServiceNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
dynamoDbConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dynamo-db-config
elasticsearchConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:elasticsearch-config
eventBridgeConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-bridge-config
httpConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-config
lambdaConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lambda-config
metricsConfigjava.lang.Stringcdk.support/lookup-entry:metrics-config
namejava.lang.Stringcdk.support/lookup-entry:name
openSearchServiceConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigPropertycdk.support/lookup-entry:open-search-service-config
relationalDatabaseConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$RelationalDatabaseConfigPropertycdk.support/lookup-entry:relational-database-config
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-delta-sync-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
baseTableTtljava.lang.Stringcdk.support/lookup-entry:base-table-ttl
deltaSyncTableNamejava.lang.Stringcdk.support/lookup-entry:delta-sync-table-name
deltaSyncTableTtljava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-dynamo-db-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
deltaSyncConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$DeltaSyncConfigPropertycdk.support/lookup-entry:delta-sync-config
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
useCallerCredentialsjava.lang.Booleancdk.support/lookup-entry:use-caller-credentials
versionedsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-data-source-elasticsearch-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
endpointjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-event-bridge-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
eventBusArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-http-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorizationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:authorization-config
endpointjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-lambda-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
lambdaFunctionArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-open-search-service-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
endpointjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
dynamoDbConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$DynamoDBConfigPropertycdk.support/lookup-entry:dynamo-db-config
elasticsearchConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$ElasticsearchConfigPropertycdk.support/lookup-entry:elasticsearch-config
eventBridgeConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-bridge-config
httpConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$HttpConfigPropertycdk.support/lookup-entry:http-config
lambdaConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$LambdaConfigPropertycdk.support/lookup-entry:lambda-config
metricsConfigjava.lang.Stringcdk.support/lookup-entry:metrics-config
namejava.lang.Stringcdk.support/lookup-entry:name
openSearchServiceConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigPropertycdk.support/lookup-entry:open-search-service-config
relationalDatabaseConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:relational-database-config
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-rds-http-endpoint-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
awsSecretStoreArnjava.lang.Stringcdk.support/lookup-entry:aws-secret-store-arn
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
dbClusterIdentifierjava.lang.Stringcdk.support/lookup-entry:db-cluster-identifier
schemajava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-data-source-relational-database-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
rdsHttpEndpointConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$RdsHttpEndpointConfigPropertycdk.support/lookup-entry:rds-http-endpoint-config
relationalDatabaseSourceTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-domain-name-api-association-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
domainNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-domain-name-api-association-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
domainNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-domain-name-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-domain-name-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-function-configuration-app-sync-runtime-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
runtimeVersionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-function-configuration-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
codejava.lang.Stringcdk.support/lookup-entry:code
codeS3Locationjava.lang.Stringcdk.support/lookup-entry:code-s3-location
dataSourceNamejava.lang.Stringcdk.support/lookup-entry:data-source-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
functionVersionjava.lang.Stringcdk.support/lookup-entry:function-version
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
namejava.lang.Stringcdk.support/lookup-entry:name
requestMappingTemplatejava.lang.Stringcdk.support/lookup-entry:request-mapping-template
requestMappingTemplateS3Locationjava.lang.Stringcdk.support/lookup-entry:request-mapping-template-s3-location
responseMappingTemplatejava.lang.Stringcdk.support/lookup-entry:response-mapping-template
responseMappingTemplateS3Locationjava.lang.Stringcdk.support/lookup-entry:response-mapping-template-s3-location
runtimesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:runtime
syncConfigsoftware.amazon.awscdk.services.appsync.CfnFunctionConfiguration$SyncConfigPropertycdk.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` |
sourceraw docstring

build-cfn-function-configuration-lambda-conflict-handler-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
lambdaConflictHandlerArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-function-configuration-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
codejava.lang.Stringcdk.support/lookup-entry:code
codeS3Locationjava.lang.Stringcdk.support/lookup-entry:code-s3-location
dataSourceNamejava.lang.Stringcdk.support/lookup-entry:data-source-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
functionVersionjava.lang.Stringcdk.support/lookup-entry:function-version
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
namejava.lang.Stringcdk.support/lookup-entry:name
requestMappingTemplatejava.lang.Stringcdk.support/lookup-entry:request-mapping-template
requestMappingTemplateS3Locationjava.lang.Stringcdk.support/lookup-entry:request-mapping-template-s3-location
responseMappingTemplatejava.lang.Stringcdk.support/lookup-entry:response-mapping-template
responseMappingTemplateS3Locationjava.lang.Stringcdk.support/lookup-entry:response-mapping-template-s3-location
runtimesoftware.amazon.awscdk.services.appsync.CfnFunctionConfiguration$AppSyncRuntimePropertycdk.support/lookup-entry:runtime
syncConfigsoftware.amazon.awscdk.services.appsync.CfnFunctionConfiguration$SyncConfigPropertycdk.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` |
sourceraw docstring

build-cfn-function-configuration-sync-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
conflictDetectionjava.lang.Stringcdk.support/lookup-entry:conflict-detection
conflictHandlerjava.lang.Stringcdk.support/lookup-entry:conflict-handler
lambdaConflictHandlerConfigsoftware.amazon.awscdk.services.appsync.CfnFunctionConfiguration$LambdaConflictHandlerConfigPropertycdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-additional-authentication-provider-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
lambdaAuthorizerConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lambda-authorizer-config
openIdConnectConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$OpenIDConnectConfigPropertycdk.support/lookup-entry:open-id-connect-config
userPoolConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$CognitoUserPoolConfigPropertycdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-builderclj

(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:

FieldDataTypeLookup FunctionData Key
additionalAuthenticationProvidersjava.util.Listcdk.support/lookup-entry:additional-authentication-providers
apiTypejava.lang.Stringcdk.support/lookup-entry:api-type
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
enhancedMetricsConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$EnhancedMetricsConfigPropertycdk.support/lookup-entry:enhanced-metrics-config
environmentVariablesjava.lang.Objectcdk.support/lookup-entry:environment-variables
introspectionConfigjava.lang.Stringcdk.support/lookup-entry:introspection-config
lambdaAuthorizerConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$LambdaAuthorizerConfigPropertycdk.support/lookup-entry:lambda-authorizer-config
logConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$LogConfigPropertycdk.support/lookup-entry:log-config
mergedApiExecutionRoleArnjava.lang.Stringcdk.support/lookup-entry:merged-api-execution-role-arn
namejava.lang.Stringcdk.support/lookup-entry:name
openIdConnectConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:open-id-connect-config
ownerContactjava.lang.Stringcdk.support/lookup-entry:owner-contact
queryDepthLimitjava.lang.Numbercdk.support/lookup-entry:query-depth-limit
resolverCountLimitjava.lang.Numbercdk.support/lookup-entry:resolver-count-limit
tagsjava.util.Listcdk.support/lookup-entry:tags
userPoolConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$UserPoolConfigPropertycdk.support/lookup-entry:user-pool-config
visibilityjava.lang.Stringcdk.support/lookup-entry:visibility
xrayEnabledjava.lang.Booleancdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-cognito-user-pool-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appIdClientRegexjava.lang.Stringcdk.support/lookup-entry:app-id-client-regex
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
userPoolIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-enhanced-metrics-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
dataSourceLevelMetricsBehaviorjava.lang.Stringcdk.support/lookup-entry:data-source-level-metrics-behavior
operationLevelMetricsConfigjava.lang.Stringcdk.support/lookup-entry:operation-level-metrics-config
resolverLevelMetricsBehaviorjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-lambda-authorizer-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorizerResultTtlInSecondsjava.lang.Numbercdk.support/lookup-entry:authorizer-result-ttl-in-seconds
authorizerUrijava.lang.Stringcdk.support/lookup-entry:authorizer-uri
identityValidationExpressionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-log-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cloudWatchLogsRoleArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-logs-role-arn
excludeVerboseContentjava.lang.Booleancdk.support/lookup-entry:exclude-verbose-content
fieldLogLeveljava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-open-id-connect-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authTtljava.lang.Numbercdk.support/lookup-entry:auth-ttl
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
iatTtljava.lang.Numbercdk.support/lookup-entry:iat-ttl
issuerjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
additionalAuthenticationProviderssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:additional-authentication-providers
apiTypejava.lang.Stringcdk.support/lookup-entry:api-type
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
enhancedMetricsConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$EnhancedMetricsConfigPropertycdk.support/lookup-entry:enhanced-metrics-config
environmentVariablesjava.lang.Objectcdk.support/lookup-entry:environment-variables
introspectionConfigjava.lang.Stringcdk.support/lookup-entry:introspection-config
lambdaAuthorizerConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$LambdaAuthorizerConfigPropertycdk.support/lookup-entry:lambda-authorizer-config
logConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-config
mergedApiExecutionRoleArnjava.lang.Stringcdk.support/lookup-entry:merged-api-execution-role-arn
namejava.lang.Stringcdk.support/lookup-entry:name
openIdConnectConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$OpenIDConnectConfigPropertycdk.support/lookup-entry:open-id-connect-config
ownerContactjava.lang.Stringcdk.support/lookup-entry:owner-contact
queryDepthLimitjava.lang.Numbercdk.support/lookup-entry:query-depth-limit
resolverCountLimitjava.lang.Numbercdk.support/lookup-entry:resolver-count-limit
tagsjava.util.Listcdk.support/lookup-entry:tags
userPoolConfigsoftware.amazon.awscdk.services.appsync.CfnGraphQLApi$UserPoolConfigPropertycdk.support/lookup-entry:user-pool-config
visibilityjava.lang.Stringcdk.support/lookup-entry:visibility
xrayEnabledsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-graph-ql-api-user-pool-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appIdClientRegexjava.lang.Stringcdk.support/lookup-entry:app-id-client-regex
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
defaultActionjava.lang.Stringcdk.support/lookup-entry:default-action
userPoolIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-graph-ql-schema-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
definitionjava.lang.Stringcdk.support/lookup-entry:definition
definitionS3Locationjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-graph-ql-schema-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
definitionjava.lang.Stringcdk.support/lookup-entry:definition
definitionS3Locationjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resolver-app-sync-runtime-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
runtimeVersionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resolver-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
cachingConfigsoftware.amazon.awscdk.services.appsync.CfnResolver$CachingConfigPropertycdk.support/lookup-entry:caching-config
codejava.lang.Stringcdk.support/lookup-entry:code
codeS3Locationjava.lang.Stringcdk.support/lookup-entry:code-s3-location
dataSourceNamejava.lang.Stringcdk.support/lookup-entry:data-source-name
fieldNamejava.lang.Stringcdk.support/lookup-entry:field-name
kindjava.lang.Stringcdk.support/lookup-entry:kind
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
metricsConfigjava.lang.Stringcdk.support/lookup-entry:metrics-config
pipelineConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pipeline-config
requestMappingTemplatejava.lang.Stringcdk.support/lookup-entry:request-mapping-template
requestMappingTemplateS3Locationjava.lang.Stringcdk.support/lookup-entry:request-mapping-template-s3-location
responseMappingTemplatejava.lang.Stringcdk.support/lookup-entry:response-mapping-template
responseMappingTemplateS3Locationjava.lang.Stringcdk.support/lookup-entry:response-mapping-template-s3-location
runtimesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:runtime
syncConfigsoftware.amazon.awscdk.services.appsync.CfnResolver$SyncConfigPropertycdk.support/lookup-entry:sync-config
typeNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resolver-caching-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cachingKeysjava.util.Listcdk.support/lookup-entry:caching-keys
ttljava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-resolver-lambda-conflict-handler-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
lambdaConflictHandlerArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resolver-pipeline-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
functionsjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-resolver-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
cachingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:caching-config
codejava.lang.Stringcdk.support/lookup-entry:code
codeS3Locationjava.lang.Stringcdk.support/lookup-entry:code-s3-location
dataSourceNamejava.lang.Stringcdk.support/lookup-entry:data-source-name
fieldNamejava.lang.Stringcdk.support/lookup-entry:field-name
kindjava.lang.Stringcdk.support/lookup-entry:kind
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
metricsConfigjava.lang.Stringcdk.support/lookup-entry:metrics-config
pipelineConfigsoftware.amazon.awscdk.services.appsync.CfnResolver$PipelineConfigPropertycdk.support/lookup-entry:pipeline-config
requestMappingTemplatejava.lang.Stringcdk.support/lookup-entry:request-mapping-template
requestMappingTemplateS3Locationjava.lang.Stringcdk.support/lookup-entry:request-mapping-template-s3-location
responseMappingTemplatejava.lang.Stringcdk.support/lookup-entry:response-mapping-template
responseMappingTemplateS3Locationjava.lang.Stringcdk.support/lookup-entry:response-mapping-template-s3-location
runtimesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:runtime
syncConfigsoftware.amazon.awscdk.services.appsync.CfnResolver$SyncConfigPropertycdk.support/lookup-entry:sync-config
typeNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-resolver-sync-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
conflictDetectionjava.lang.Stringcdk.support/lookup-entry:conflict-detection
conflictHandlerjava.lang.Stringcdk.support/lookup-entry:conflict-handler
lambdaConflictHandlerConfigsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-source-api-association-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
mergedApiIdentifierjava.lang.Stringcdk.support/lookup-entry:merged-api-identifier
sourceApiAssociationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-api-association-config
sourceApiIdentifierjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-source-api-association-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
mergedApiIdentifierjava.lang.Stringcdk.support/lookup-entry:merged-api-identifier
sourceApiAssociationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-api-association-config
sourceApiIdentifierjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-source-api-association-source-api-association-config-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
mergeTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-code-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
inlineCodejava.lang.Stringcdk.support/lookup-entry:inline-code
s3Locationjava.lang.Stringcdk.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` |
sourceraw docstring

build-data-source-options-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-domain-options-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificatesoftware.amazon.awscdk.services.certificatemanager.ICertificatecdk.support/lookup-entry:certificate
domainNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-dynamo-db-data-source-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
readOnlyAccessjava.lang.Booleancdk.support/lookup-entry:read-only-access
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:service-role
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
useCallerCredentialsjava.lang.Booleancdk.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` |
sourceraw docstring

build-dynamo-db-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
readOnlyAccessjava.lang.Booleancdk.support/lookup-entry:read-only-access
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:service-role
tablesoftware.amazon.awscdk.services.dynamodb.ITablecdk.support/lookup-entry:table
useCallerCredentialsjava.lang.Booleancdk.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` |
sourceraw docstring

build-event-bridge-data-source-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventBussoftware.amazon.awscdk.services.events.IEventBuscdk.support/lookup-entry:event-bus
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-event-bridge-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventBussoftware.amazon.awscdk.services.events.IEventBuscdk.support/lookup-entry:event-bus
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-extended-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
dynamoDbConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dynamo-db-config
elasticsearchConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$ElasticsearchConfigPropertycdk.support/lookup-entry:elasticsearch-config
eventBridgeConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-bridge-config
httpConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-config
lambdaConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$LambdaConfigPropertycdk.support/lookup-entry:lambda-config
openSearchServiceConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$OpenSearchServiceConfigPropertycdk.support/lookup-entry:open-search-service-config
relationalDatabaseConfigsoftware.amazon.awscdk.services.appsync.CfnDataSource$RelationalDatabaseConfigPropertycdk.support/lookup-entry:relational-database-config
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-extended-resolver-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cachingConfigsoftware.amazon.awscdk.services.appsync.CachingConfigcdk.support/lookup-entry:caching-config
codesoftware.amazon.awscdk.services.appsync.Codecdk.support/lookup-entry:code
dataSourcesoftware.amazon.awscdk.services.appsync.BaseDataSourcecdk.support/lookup-entry:data-source
fieldNamejava.lang.Stringcdk.support/lookup-entry:field-name
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
pipelineConfigjava.util.Listcdk.support/lookup-entry:pipeline-config
requestMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:request-mapping-template
responseMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:response-mapping-template
runtimesoftware.amazon.awscdk.services.appsync.FunctionRuntimecdk.support/lookup-entry:runtime
typeNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-graphql-api-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
graphQlEndpointArnjava.lang.Stringcdk.support/lookup-entry:graph-ql-endpoint-arn
graphqlApiArnjava.lang.Stringcdk.support/lookup-entry:graphql-api-arn
graphqlApiIdjava.lang.Stringcdk.support/lookup-entry:graphql-api-id
modesjava.util.Listcdk.support/lookup-entry:modes
visibilitysoftware.amazon.awscdk.services.appsync.Visibilitycdk.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` |
sourceraw docstring

build-graphql-api-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorizationConfigsoftware.amazon.awscdk.services.appsync.AuthorizationConfigcdk.support/lookup-entry:authorization-config
definitionsoftware.amazon.awscdk.services.appsync.Definitioncdk.support/lookup-entry:definition
domainNamesoftware.amazon.awscdk.services.appsync.DomainOptionscdk.support/lookup-entry:domain-name
environmentVariablesjava.util.Mapcdk.support/lookup-entry:environment-variables
introspectionConfigsoftware.amazon.awscdk.services.appsync.IntrospectionConfigcdk.api.services.appsync/introspection-config:introspection-config
logConfigsoftware.amazon.awscdk.services.appsync.LogConfigcdk.support/lookup-entry:log-config
namejava.lang.Stringcdk.support/lookup-entry:name
queryDepthLimitjava.lang.Numbercdk.support/lookup-entry:query-depth-limit
resolverCountLimitjava.lang.Numbercdk.support/lookup-entry:resolver-count-limit
schemasoftware.amazon.awscdk.services.appsync.ISchemacdk.support/lookup-entry:schema
visibilitysoftware.amazon.awscdk.services.appsync.Visibilitycdk.api.services.appsync/visibility:visibility
xrayEnabledjava.lang.Booleancdk.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` |
sourceraw docstring

build-graphql-api-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorizationConfigsoftware.amazon.awscdk.services.appsync.AuthorizationConfigcdk.support/lookup-entry:authorization-config
definitionsoftware.amazon.awscdk.services.appsync.Definitioncdk.support/lookup-entry:definition
domainNamesoftware.amazon.awscdk.services.appsync.DomainOptionscdk.support/lookup-entry:domain-name
environmentVariablesjava.util.Mapcdk.support/lookup-entry:environment-variables
introspectionConfigsoftware.amazon.awscdk.services.appsync.IntrospectionConfigcdk.api.services.appsync/introspection-config:introspection-config
logConfigsoftware.amazon.awscdk.services.appsync.LogConfigcdk.support/lookup-entry:log-config
namejava.lang.Stringcdk.support/lookup-entry:name
queryDepthLimitjava.lang.Numbercdk.support/lookup-entry:query-depth-limit
resolverCountLimitjava.lang.Numbercdk.support/lookup-entry:resolver-count-limit
schemasoftware.amazon.awscdk.services.appsync.ISchemacdk.support/lookup-entry:schema
visibilitysoftware.amazon.awscdk.services.appsync.Visibilitycdk.api.services.appsync/visibility:visibility
xrayEnabledjava.lang.Booleancdk.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` |
sourceraw docstring

build-http-data-source-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
authorizationConfigsoftware.amazon.awscdk.services.appsync.AwsIamConfigcdk.support/lookup-entry:authorization-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
endpointjava.lang.Stringcdk.support/lookup-entry:endpoint
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-http-data-source-options-builderclj

(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:

FieldDataTypeLookup FunctionData Key
authorizationConfigsoftware.amazon.awscdk.services.appsync.AwsIamConfigcdk.support/lookup-entry:authorization-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-http-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
authorizationConfigsoftware.amazon.awscdk.services.appsync.AwsIamConfigcdk.support/lookup-entry:authorization-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
endpointjava.lang.Stringcdk.support/lookup-entry:endpoint
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-lambda-authorizer-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
handlersoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:handler
resultsCacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:results-cache-ttl
validationRegexjava.lang.Stringcdk.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` |
sourceraw docstring

build-lambda-data-source-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
lambdaFunctionsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda-function
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-lambda-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
lambdaFunctionsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda-function
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-log-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
excludeVerboseContentjava.lang.Booleancdk.support/lookup-entry:exclude-verbose-content
fieldLogLevelsoftware.amazon.awscdk.services.appsync.FieldLogLevelcdk.api.services.appsync/field-log-level:field-log-level
retentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:retention
rolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-none-data-source-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-none-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-open-id-connect-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
oidcProviderjava.lang.Stringcdk.support/lookup-entry:oidc-provider
tokenExpiryFromAuthjava.lang.Numbercdk.support/lookup-entry:token-expiry-from-auth
tokenExpiryFromIssuejava.lang.Numbercdk.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` |
sourceraw docstring

build-open-search-data-source-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainsoftware.amazon.awscdk.services.opensearchservice.IDomaincdk.support/lookup-entry:domain
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-open-search-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainsoftware.amazon.awscdk.services.opensearchservice.IDomaincdk.support/lookup-entry:domain
namejava.lang.Stringcdk.support/lookup-entry:name
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-rds-data-source-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
secretStoresoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret-store
serverlessClustersoftware.amazon.awscdk.services.rds.IServerlessClustercdk.support/lookup-entry:serverless-cluster
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-rds-data-source-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
secretStoresoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret-store
serverlessClustersoftware.amazon.awscdk.services.rds.IServerlessClustercdk.support/lookup-entry:serverless-cluster
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-rds-data-source-props-v2-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
secretStoresoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:secret-store
serverlessClustersoftware.amazon.awscdk.services.rds.IDatabaseClustercdk.support/lookup-entry:serverless-cluster
serviceRolesoftware.amazon.awscdk.services.iam.IRolecdk.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` |
sourceraw docstring

build-resolver-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
cachingConfigsoftware.amazon.awscdk.services.appsync.CachingConfigcdk.support/lookup-entry:caching-config
codesoftware.amazon.awscdk.services.appsync.Codecdk.support/lookup-entry:code
dataSourcesoftware.amazon.awscdk.services.appsync.BaseDataSourcecdk.support/lookup-entry:data-source
fieldNamejava.lang.Stringcdk.support/lookup-entry:field-name
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
pipelineConfigjava.util.Listcdk.support/lookup-entry:pipeline-config
requestMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:request-mapping-template
responseMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:response-mapping-template
runtimesoftware.amazon.awscdk.services.appsync.FunctionRuntimecdk.support/lookup-entry:runtime
typeNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-resolver-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
apisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:api
cachingConfigsoftware.amazon.awscdk.services.appsync.CachingConfigcdk.support/lookup-entry:caching-config
codesoftware.amazon.awscdk.services.appsync.Codecdk.support/lookup-entry:code
dataSourcesoftware.amazon.awscdk.services.appsync.BaseDataSourcecdk.support/lookup-entry:data-source
fieldNamejava.lang.Stringcdk.support/lookup-entry:field-name
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
pipelineConfigjava.util.Listcdk.support/lookup-entry:pipeline-config
requestMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:request-mapping-template
responseMappingTemplatesoftware.amazon.awscdk.services.appsync.MappingTemplatecdk.support/lookup-entry:response-mapping-template
runtimesoftware.amazon.awscdk.services.appsync.FunctionRuntimecdk.support/lookup-entry:runtime
typeNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-runtime-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
runtimeVersionjava.lang.Stringcdk.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` |
sourceraw docstring

build-schema-file-builderclj

(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:

FieldDataTypeLookup FunctionData Key
filePathjava.lang.Stringcdk.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` |
sourceraw docstring

build-schema-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
filePathjava.lang.Stringcdk.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` |
sourceraw docstring

build-source-api-association-attributes-builderclj

(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:

FieldDataTypeLookup FunctionData Key
associationArnjava.lang.Stringcdk.support/lookup-entry:association-arn
mergedApisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:merged-api
sourceApisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.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` |
sourceraw docstring

build-source-api-association-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
mergeTypesoftware.amazon.awscdk.services.appsync.MergeTypecdk.api.services.appsync/merge-type:merge-type
mergedApisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:merged-api
mergedApiExecutionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:merged-api-execution-role
sourceApisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.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` |
sourceraw docstring

build-source-api-association-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
mergeTypesoftware.amazon.awscdk.services.appsync.MergeTypecdk.api.services.appsync/merge-type:merge-type
mergedApisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.support/lookup-entry:merged-api
mergedApiExecutionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:merged-api-execution-role
sourceApisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.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` |
sourceraw docstring

build-source-api-builderclj

(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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
mergeTypesoftware.amazon.awscdk.services.appsync.MergeTypecdk.api.services.appsync/merge-type:merge-type
sourceApisoftware.amazon.awscdk.services.appsync.IGraphqlApicdk.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` |
sourceraw docstring

build-source-api-options-builderclj

(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:

FieldDataTypeLookup FunctionData Key
mergedApiExecutionRolesoftware.amazon.awscdk.services.iam.Rolecdk.support/lookup-entry:merged-api-execution-role
sourceApisjava.util.Listcdk.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` |
sourceraw docstring

build-user-pool-config-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appIdClientRegexjava.lang.Stringcdk.support/lookup-entry:app-id-client-regex
defaultActionsoftware.amazon.awscdk.services.appsync.UserPoolDefaultActioncdk.api.services.appsync/user-pool-default-action:default-action
userPoolsoftware.amazon.awscdk.services.cognito.IUserPoolcdk.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` |
sourceraw docstring

caching-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-api-cache-builderclj

(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 |
sourceraw docstring

cfn-api-cache-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-api-key-builderclj

(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 |
sourceraw docstring

cfn-api-key-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-authorization-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-aws-iam-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-builderclj

(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 |
sourceraw docstring

cfn-data-source-delta-sync-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-dynamo-db-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-elasticsearch-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-event-bridge-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-http-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-lambda-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-open-search-service-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-rds-http-endpoint-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-data-source-relational-database-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-domain-name-api-association-builderclj

(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 |
sourceraw docstring

cfn-domain-name-api-association-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-domain-name-builderclj

(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 |
sourceraw docstring

cfn-domain-name-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-function-configuration-app-sync-runtime-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-function-configuration-builderclj

(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 |
sourceraw docstring

cfn-function-configuration-lambda-conflict-handler-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-function-configuration-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-function-configuration-sync-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-api-additional-authentication-provider-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-api-builderclj

(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 |
sourceraw docstring

cfn-graph-ql-api-cognito-user-pool-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-api-enhanced-metrics-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-api-lambda-authorizer-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-api-log-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-api-open-id-connect-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-api-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-api-user-pool-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-graph-ql-schema-builderclj

(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 |
sourceraw docstring

cfn-graph-ql-schema-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resolver-app-sync-runtime-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resolver-builderclj

(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 |
sourceraw docstring

cfn-resolver-caching-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resolver-lambda-conflict-handler-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resolver-pipeline-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resolver-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-resolver-sync-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-source-api-association-builderclj

(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 |
sourceraw docstring

cfn-source-api-association-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-source-api-association-source-api-association-config-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

code-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

data-source-options-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

domain-options-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

dynamo-db-data-source-builderclj

(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 |
sourceraw docstring

dynamo-db-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

event-bridge-data-source-builderclj

(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 |
sourceraw docstring

event-bridge-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

extended-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

extended-resolver-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

field-log-levelclj

(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:

  • 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.

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.
sourceraw docstring

function-runtime-familyclj

(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:

  • 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.

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.
sourceraw docstring

graphql-api-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

graphql-api-builderclj

(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 |
sourceraw docstring

graphql-api-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

http-data-source-builderclj

(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 |
sourceraw docstring

http-data-source-options-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

http-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

introspection-configclj

(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:

  • 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.

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.
sourceraw docstring

lambda-authorizer-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

lambda-data-source-builderclj

(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 |
sourceraw docstring

lambda-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

log-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

merge-typeclj

(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:

  • 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.

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.
sourceraw docstring

none-data-source-builderclj

(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 |
sourceraw docstring

none-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

open-id-connect-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

open-search-data-source-builderclj

(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 |
sourceraw docstring

open-search-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

rds-data-source-builderclj

(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 |
sourceraw docstring

rds-data-source-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

rds-data-source-props-v2-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

resolver-builderclj

(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 |
sourceraw docstring

resolver-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

runtime-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

schema-bind-options-builderclj

(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.
sourceraw docstring

schema-file-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

schema-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

source-api-association-attributes-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

source-api-association-builderclj

(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 |
sourceraw docstring

source-api-association-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

source-api-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

source-api-options-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

user-pool-config-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

user-pool-default-actionclj

(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:

  • 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.

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.
sourceraw docstring

visibilityclj

(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:

  • 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.

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close