Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.lambda

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.lambda package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.lambda package. 
raw docstring

adot-instrumentation-config-builderclj

(adot-instrumentation-config-builder id config)

Creates a AdotInstrumentationConfig$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  `AdotInstrumentationConfig$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

adot-lambda-exec-wrapperclj

(adot-lambda-exec-wrapper config id item-key)

The adot-lambda-exec-wrapper function data interprets values in the provided config data into a AdotLambdaExecWrapper 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 AdotLambdaExecWrapper - the value is returned.
  • is :regular-handler - AdotLambdaExecWrapper/REGULAR_HANDLER is returned
  • is :stream-handler - AdotLambdaExecWrapper/STREAM_HANDLER is returned
  • is :proxy-handler - AdotLambdaExecWrapper/PROXY_HANDLER is returned
  • is :instrument-handler - AdotLambdaExecWrapper/INSTRUMENT_HANDLER is returned

If a value is not found or matches the above criteria, nil is returned.

The `adot-lambda-exec-wrapper` function data interprets values in the provided config data into a 
`AdotLambdaExecWrapper` 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 `AdotLambdaExecWrapper` - the value is returned.
* is `:regular-handler` - `AdotLambdaExecWrapper/REGULAR_HANDLER` is returned
* is `:stream-handler` - `AdotLambdaExecWrapper/STREAM_HANDLER` is returned
* is `:proxy-handler` - `AdotLambdaExecWrapper/PROXY_HANDLER` is returned
* is `:instrument-handler` - `AdotLambdaExecWrapper/INSTRUMENT_HANDLER` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

alias-attributes-builderclj

(alias-attributes-builder id config)

Creates a AliasAttributes$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  `AliasAttributes$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

alias-builderclj

(alias-builder scope id config)

Creates a Alias$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  `Alias$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

alias-options-builderclj

(alias-options-builder id config)

Creates a AliasOptions$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  `AliasOptions$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

alias-props-builderclj

(alias-props-builder id config)

Creates a AliasProps$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  `AliasProps$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

application-log-levelclj

(application-log-level config id item-key)

The application-log-level function data interprets values in the provided config data into a ApplicationLogLevel 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 ApplicationLogLevel - the value is returned.
  • is :trace - ApplicationLogLevel/TRACE is returned
  • is :debug - ApplicationLogLevel/DEBUG is returned
  • is :info - ApplicationLogLevel/INFO is returned
  • is :fatal - ApplicationLogLevel/FATAL is returned
  • is :error - ApplicationLogLevel/ERROR is returned
  • is :warn - ApplicationLogLevel/WARN is returned

If a value is not found or matches the above criteria, nil is returned.

The `application-log-level` function data interprets values in the provided config data into a 
`ApplicationLogLevel` 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 `ApplicationLogLevel` - the value is returned.
* is `:trace` - `ApplicationLogLevel/TRACE` is returned
* is `:debug` - `ApplicationLogLevel/DEBUG` is returned
* is `:info` - `ApplicationLogLevel/INFO` is returned
* is `:fatal` - `ApplicationLogLevel/FATAL` is returned
* is `:error` - `ApplicationLogLevel/ERROR` is returned
* is `:warn` - `ApplicationLogLevel/WARN` is returned

 If a value is not found or matches the above criteria, nil is returned.
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

asset-image-code-builderclj

(asset-image-code-builder directory id config)

Creates a AssetImageCode$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | directory | 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  `AssetImageCode$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| directory | 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

asset-image-code-props-builderclj

(asset-image-code-props-builder id config)

Creates a AssetImageCodeProps$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  `AssetImageCodeProps$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

auto-scaling-options-builderclj

(auto-scaling-options-builder id config)

Creates a AutoScalingOptions$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  `AutoScalingOptions$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-adot-instrumentation-config-builderclj

(build-adot-instrumentation-config-builder builder id config)

The build-adot-instrumentation-config-builder function updates a AdotInstrumentationConfig$Builder instance using the provided configuration. The function takes the AdotInstrumentationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
execWrappersoftware.amazon.awscdk.services.lambda.AdotLambdaExecWrappercdk.api.services.lambda/adot-lambda-exec-wrapper:exec-wrapper
layerVersionsoftware.amazon.awscdk.services.lambda.AdotLayerVersioncdk.support/lookup-entry:layer-version
The build-adot-instrumentation-config-builder function updates a AdotInstrumentationConfig$Builder instance using the provided configuration.
  The function takes the AdotInstrumentationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `execWrapper` | software.amazon.awscdk.services.lambda.AdotLambdaExecWrapper | [[cdk.api.services.lambda/adot-lambda-exec-wrapper]] | `:exec-wrapper` |
| `layerVersion` | software.amazon.awscdk.services.lambda.AdotLayerVersion | [[cdk.support/lookup-entry]] | `:layer-version` |
sourceraw docstring

build-alias-attributes-builderclj

(build-alias-attributes-builder builder id config)

The build-alias-attributes-builder function updates a AliasAttributes$Builder instance using the provided configuration. The function takes the AliasAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
aliasNamejava.lang.Stringcdk.support/lookup-entry:alias-name
aliasVersionsoftware.amazon.awscdk.services.lambda.IVersioncdk.support/lookup-entry:alias-version
The build-alias-attributes-builder function updates a AliasAttributes$Builder instance using the provided configuration.
  The function takes the AliasAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `aliasName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alias-name` |
| `aliasVersion` | software.amazon.awscdk.services.lambda.IVersion | [[cdk.support/lookup-entry]] | `:alias-version` |
sourceraw docstring

build-alias-builderclj

(build-alias-builder builder id config)

The build-alias-builder function updates a Alias$Builder instance using the provided configuration. The function takes the Alias$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalVersionsjava.util.Listcdk.support/lookup-entry:additional-versions
aliasNamejava.lang.Stringcdk.support/lookup-entry:alias-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
provisionedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
versionsoftware.amazon.awscdk.services.lambda.IVersioncdk.support/lookup-entry:version
The build-alias-builder function updates a Alias$Builder instance using the provided configuration.
  The function takes the Alias$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-versions` |
| `aliasName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alias-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `provisionedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `version` | software.amazon.awscdk.services.lambda.IVersion | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-alias-options-builderclj

(build-alias-options-builder builder id config)

The build-alias-options-builder function updates a AliasOptions$Builder instance using the provided configuration. The function takes the AliasOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalVersionsjava.util.Listcdk.support/lookup-entry:additional-versions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
provisionedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
The build-alias-options-builder function updates a AliasOptions$Builder instance using the provided configuration.
  The function takes the AliasOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-versions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `provisionedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
sourceraw docstring

build-alias-props-builderclj

(build-alias-props-builder builder id config)

The build-alias-props-builder function updates a AliasProps$Builder instance using the provided configuration. The function takes the AliasProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalVersionsjava.util.Listcdk.support/lookup-entry:additional-versions
aliasNamejava.lang.Stringcdk.support/lookup-entry:alias-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
provisionedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
versionsoftware.amazon.awscdk.services.lambda.IVersioncdk.support/lookup-entry:version
The build-alias-props-builder function updates a AliasProps$Builder instance using the provided configuration.
  The function takes the AliasProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-versions` |
| `aliasName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alias-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `provisionedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `version` | software.amazon.awscdk.services.lambda.IVersion | [[cdk.support/lookup-entry]] | `:version` |
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-asset-image-code-builderclj

(build-asset-image-code-builder builder id config)

The build-asset-image-code-builder function updates a AssetImageCode$Builder instance using the provided configuration. The function takes the AssetImageCode$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
assetNamejava.lang.Stringcdk.support/lookup-entry:asset-name
buildArgsjava.util.Mapcdk.support/lookup-entry:build-args
buildSecretsjava.util.Mapcdk.support/lookup-entry:build-secrets
buildSshjava.lang.Stringcdk.support/lookup-entry:build-ssh
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.services.ecr.assets.DockerCacheOptioncdk.support/lookup-entry:cache-to
cmdjava.util.Listcdk.support/lookup-entry:cmd
entrypointjava.util.Listcdk.support/lookup-entry:entrypoint
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
filejava.lang.Stringcdk.support/lookup-entry:file
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
invalidationsoftware.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptionscdk.support/lookup-entry:invalidation
networkModesoftware.amazon.awscdk.services.ecr.assets.NetworkModecdk.support/lookup-entry:network-mode
outputsjava.util.Listcdk.support/lookup-entry:outputs
platformsoftware.amazon.awscdk.services.ecr.assets.Platformcdk.support/lookup-entry:platform
targetjava.lang.Stringcdk.support/lookup-entry:target
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-asset-image-code-builder function updates a AssetImageCode$Builder instance using the provided configuration.
  The function takes the AssetImageCode$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-name` |
| `buildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-args` |
| `buildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.services.ecr.assets.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `cmd` | java.util.List | [[cdk.support/lookup-entry]] | `:cmd` |
| `entrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entrypoint` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `invalidation` | software.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptions | [[cdk.support/lookup-entry]] | `:invalidation` |
| `networkMode` | software.amazon.awscdk.services.ecr.assets.NetworkMode | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `platform` | software.amazon.awscdk.services.ecr.assets.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-asset-image-code-props-builderclj

(build-asset-image-code-props-builder builder id config)

The build-asset-image-code-props-builder function updates a AssetImageCodeProps$Builder instance using the provided configuration. The function takes the AssetImageCodeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
assetNamejava.lang.Stringcdk.support/lookup-entry:asset-name
buildArgsjava.util.Mapcdk.support/lookup-entry:build-args
buildSecretsjava.util.Mapcdk.support/lookup-entry:build-secrets
buildSshjava.lang.Stringcdk.support/lookup-entry:build-ssh
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.services.ecr.assets.DockerCacheOptioncdk.support/lookup-entry:cache-to
cmdjava.util.Listcdk.support/lookup-entry:cmd
entrypointjava.util.Listcdk.support/lookup-entry:entrypoint
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
filejava.lang.Stringcdk.support/lookup-entry:file
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
invalidationsoftware.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptionscdk.support/lookup-entry:invalidation
networkModesoftware.amazon.awscdk.services.ecr.assets.NetworkModecdk.support/lookup-entry:network-mode
outputsjava.util.Listcdk.support/lookup-entry:outputs
platformsoftware.amazon.awscdk.services.ecr.assets.Platformcdk.support/lookup-entry:platform
targetjava.lang.Stringcdk.support/lookup-entry:target
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-asset-image-code-props-builder function updates a AssetImageCodeProps$Builder instance using the provided configuration.
  The function takes the AssetImageCodeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-name` |
| `buildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-args` |
| `buildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.services.ecr.assets.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `cmd` | java.util.List | [[cdk.support/lookup-entry]] | `:cmd` |
| `entrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entrypoint` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `invalidation` | software.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptions | [[cdk.support/lookup-entry]] | `:invalidation` |
| `networkMode` | software.amazon.awscdk.services.ecr.assets.NetworkMode | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `platform` | software.amazon.awscdk.services.ecr.assets.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-auto-scaling-options-builderclj

(build-auto-scaling-options-builder builder id config)

The build-auto-scaling-options-builder function updates a AutoScalingOptions$Builder instance using the provided configuration. The function takes the AutoScalingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
minCapacityjava.lang.Numbercdk.support/lookup-entry:min-capacity
The build-auto-scaling-options-builder function updates a AutoScalingOptions$Builder instance using the provided configuration.
  The function takes the AutoScalingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `minCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity` |
sourceraw docstring

build-cfn-alias-alias-routing-configuration-property-builderclj

(build-cfn-alias-alias-routing-configuration-property-builder builder id config)

The build-cfn-alias-alias-routing-configuration-property-builder function updates a CfnAlias$AliasRoutingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAlias$AliasRoutingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
additionalVersionWeightssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:additional-version-weights
The build-cfn-alias-alias-routing-configuration-property-builder function updates a CfnAlias$AliasRoutingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnAlias$AliasRoutingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalVersionWeights` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:additional-version-weights` |
sourceraw docstring

build-cfn-alias-builderclj

(build-cfn-alias-builder builder id config)

The build-cfn-alias-builder function updates a CfnAlias$Builder instance using the provided configuration. The function takes the CfnAlias$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
functionVersionjava.lang.Stringcdk.support/lookup-entry:function-version
namejava.lang.Stringcdk.support/lookup-entry:name
provisionedConcurrencyConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:provisioned-concurrency-config
routingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:routing-config
The build-cfn-alias-builder function updates a CfnAlias$Builder instance using the provided configuration.
  The function takes the CfnAlias$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `functionVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `provisionedConcurrencyConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:provisioned-concurrency-config` |
| `routingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:routing-config` |
sourceraw docstring

build-cfn-alias-props-builderclj

(build-cfn-alias-props-builder builder id config)

The build-cfn-alias-props-builder function updates a CfnAliasProps$Builder instance using the provided configuration. The function takes the CfnAliasProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
functionVersionjava.lang.Stringcdk.support/lookup-entry:function-version
namejava.lang.Stringcdk.support/lookup-entry:name
provisionedConcurrencyConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:provisioned-concurrency-config
routingConfigsoftware.amazon.awscdk.services.lambda.CfnAlias$AliasRoutingConfigurationPropertycdk.support/lookup-entry:routing-config
The build-cfn-alias-props-builder function updates a CfnAliasProps$Builder instance using the provided configuration.
  The function takes the CfnAliasProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `functionVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `provisionedConcurrencyConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:provisioned-concurrency-config` |
| `routingConfig` | software.amazon.awscdk.services.lambda.CfnAlias$AliasRoutingConfigurationProperty | [[cdk.support/lookup-entry]] | `:routing-config` |
sourceraw docstring

build-cfn-alias-provisioned-concurrency-configuration-property-builderclj

(build-cfn-alias-provisioned-concurrency-configuration-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-alias-provisioned-concurrency-configuration-property-builder function updates a CfnAlias$ProvisionedConcurrencyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAlias$ProvisionedConcurrencyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
provisionedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrent-executions
The build-cfn-alias-provisioned-concurrency-configuration-property-builder function updates a CfnAlias$ProvisionedConcurrencyConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnAlias$ProvisionedConcurrencyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `provisionedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
sourceraw docstring

build-cfn-alias-version-weight-property-builderclj

(build-cfn-alias-version-weight-property-builder builder id config)

The build-cfn-alias-version-weight-property-builder function updates a CfnAlias$VersionWeightProperty$Builder instance using the provided configuration. The function takes the CfnAlias$VersionWeightProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
functionVersionjava.lang.Stringcdk.support/lookup-entry:function-version
functionWeightjava.lang.Numbercdk.support/lookup-entry:function-weight
The build-cfn-alias-version-weight-property-builder function updates a CfnAlias$VersionWeightProperty$Builder instance using the provided configuration.
  The function takes the CfnAlias$VersionWeightProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `functionVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-version` |
| `functionWeight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:function-weight` |
sourceraw docstring

build-cfn-code-signing-config-allowed-publishers-property-builderclj

(build-cfn-code-signing-config-allowed-publishers-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-code-signing-config-allowed-publishers-property-builder function updates a CfnCodeSigningConfig$AllowedPublishersProperty$Builder instance using the provided configuration. The function takes the CfnCodeSigningConfig$AllowedPublishersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
signingProfileVersionArnsjava.util.Listcdk.support/lookup-entry:signing-profile-version-arns
The build-cfn-code-signing-config-allowed-publishers-property-builder function updates a CfnCodeSigningConfig$AllowedPublishersProperty$Builder instance using the provided configuration.
  The function takes the CfnCodeSigningConfig$AllowedPublishersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `signingProfileVersionArns` | java.util.List | [[cdk.support/lookup-entry]] | `:signing-profile-version-arns` |
sourceraw docstring

build-cfn-code-signing-config-builderclj

(build-cfn-code-signing-config-builder builder id config)

The build-cfn-code-signing-config-builder function updates a CfnCodeSigningConfig$Builder instance using the provided configuration. The function takes the CfnCodeSigningConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowedPublisherssoftware.amazon.awscdk.services.lambda.CfnCodeSigningConfig$AllowedPublishersPropertycdk.support/lookup-entry:allowed-publishers
codeSigningPoliciessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code-signing-policies
descriptionjava.lang.Stringcdk.support/lookup-entry:description
The build-cfn-code-signing-config-builder function updates a CfnCodeSigningConfig$Builder instance using the provided configuration.
  The function takes the CfnCodeSigningConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedPublishers` | software.amazon.awscdk.services.lambda.CfnCodeSigningConfig$AllowedPublishersProperty | [[cdk.support/lookup-entry]] | `:allowed-publishers` |
| `codeSigningPolicies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code-signing-policies` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
sourceraw docstring

build-cfn-code-signing-config-code-signing-policies-property-builderclj

(build-cfn-code-signing-config-code-signing-policies-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-code-signing-config-code-signing-policies-property-builder function updates a CfnCodeSigningConfig$CodeSigningPoliciesProperty$Builder instance using the provided configuration. The function takes the CfnCodeSigningConfig$CodeSigningPoliciesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
untrustedArtifactOnDeploymentjava.lang.Stringcdk.support/lookup-entry:untrusted-artifact-on-deployment
The build-cfn-code-signing-config-code-signing-policies-property-builder function updates a CfnCodeSigningConfig$CodeSigningPoliciesProperty$Builder instance using the provided configuration.
  The function takes the CfnCodeSigningConfig$CodeSigningPoliciesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `untrustedArtifactOnDeployment` | java.lang.String | [[cdk.support/lookup-entry]] | `:untrusted-artifact-on-deployment` |
sourceraw docstring

build-cfn-code-signing-config-props-builderclj

(build-cfn-code-signing-config-props-builder builder id config)

The build-cfn-code-signing-config-props-builder function updates a CfnCodeSigningConfigProps$Builder instance using the provided configuration. The function takes the CfnCodeSigningConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowedPublisherssoftware.amazon.awscdk.services.lambda.CfnCodeSigningConfig$AllowedPublishersPropertycdk.support/lookup-entry:allowed-publishers
codeSigningPoliciessoftware.amazon.awscdk.services.lambda.CfnCodeSigningConfig$CodeSigningPoliciesPropertycdk.support/lookup-entry:code-signing-policies
descriptionjava.lang.Stringcdk.support/lookup-entry:description
The build-cfn-code-signing-config-props-builder function updates a CfnCodeSigningConfigProps$Builder instance using the provided configuration.
  The function takes the CfnCodeSigningConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedPublishers` | software.amazon.awscdk.services.lambda.CfnCodeSigningConfig$AllowedPublishersProperty | [[cdk.support/lookup-entry]] | `:allowed-publishers` |
| `codeSigningPolicies` | software.amazon.awscdk.services.lambda.CfnCodeSigningConfig$CodeSigningPoliciesProperty | [[cdk.support/lookup-entry]] | `:code-signing-policies` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
sourceraw docstring

build-cfn-event-invoke-config-builderclj

(build-cfn-event-invoke-config-builder builder id config)

The build-cfn-event-invoke-config-builder function updates a CfnEventInvokeConfig$Builder instance using the provided configuration. The function takes the CfnEventInvokeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationConfigsoftware.amazon.awscdk.services.lambda.CfnEventInvokeConfig$DestinationConfigPropertycdk.support/lookup-entry:destination-config
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
maximumEventAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-event-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
The build-cfn-event-invoke-config-builder function updates a CfnEventInvokeConfig$Builder instance using the provided configuration.
  The function takes the CfnEventInvokeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destinationConfig` | software.amazon.awscdk.services.lambda.CfnEventInvokeConfig$DestinationConfigProperty | [[cdk.support/lookup-entry]] | `:destination-config` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `maximumEventAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-event-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
sourceraw docstring

build-cfn-event-invoke-config-destination-config-property-builderclj

(build-cfn-event-invoke-config-destination-config-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-event-invoke-config-destination-config-property-builder function updates a CfnEventInvokeConfig$DestinationConfigProperty$Builder instance using the provided configuration. The function takes the CfnEventInvokeConfig$DestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
onFailuresoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-success
The build-cfn-event-invoke-config-destination-config-property-builder function updates a CfnEventInvokeConfig$DestinationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEventInvokeConfig$DestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `onFailure` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-success` |
sourceraw docstring

build-cfn-event-invoke-config-on-failure-property-builderclj

(build-cfn-event-invoke-config-on-failure-property-builder builder id config)

The build-cfn-event-invoke-config-on-failure-property-builder function updates a CfnEventInvokeConfig$OnFailureProperty$Builder instance using the provided configuration. The function takes the CfnEventInvokeConfig$OnFailureProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationjava.lang.Stringcdk.support/lookup-entry:destination
The build-cfn-event-invoke-config-on-failure-property-builder function updates a CfnEventInvokeConfig$OnFailureProperty$Builder instance using the provided configuration.
  The function takes the CfnEventInvokeConfig$OnFailureProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
sourceraw docstring

build-cfn-event-invoke-config-on-success-property-builderclj

(build-cfn-event-invoke-config-on-success-property-builder builder id config)

The build-cfn-event-invoke-config-on-success-property-builder function updates a CfnEventInvokeConfig$OnSuccessProperty$Builder instance using the provided configuration. The function takes the CfnEventInvokeConfig$OnSuccessProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationjava.lang.Stringcdk.support/lookup-entry:destination
The build-cfn-event-invoke-config-on-success-property-builder function updates a CfnEventInvokeConfig$OnSuccessProperty$Builder instance using the provided configuration.
  The function takes the CfnEventInvokeConfig$OnSuccessProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
sourceraw docstring

build-cfn-event-invoke-config-props-builderclj

(build-cfn-event-invoke-config-props-builder builder id config)

The build-cfn-event-invoke-config-props-builder function updates a CfnEventInvokeConfigProps$Builder instance using the provided configuration. The function takes the CfnEventInvokeConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-config
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
maximumEventAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-event-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
The build-cfn-event-invoke-config-props-builder function updates a CfnEventInvokeConfigProps$Builder instance using the provided configuration.
  The function takes the CfnEventInvokeConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destinationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-config` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `maximumEventAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-event-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
sourceraw docstring

build-cfn-event-source-mapping-amazon-managed-kafka-event-source-config-property-builderclj

(build-cfn-event-source-mapping-amazon-managed-kafka-event-source-config-property-builder
  builder
  id
  config)

The build-cfn-event-source-mapping-amazon-managed-kafka-event-source-config-property-builder function updates a CfnEventSourceMapping$AmazonManagedKafkaEventSourceConfigProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$AmazonManagedKafkaEventSourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
consumerGroupIdjava.lang.Stringcdk.support/lookup-entry:consumer-group-id
The build-cfn-event-source-mapping-amazon-managed-kafka-event-source-config-property-builder function updates a CfnEventSourceMapping$AmazonManagedKafkaEventSourceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$AmazonManagedKafkaEventSourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `consumerGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:consumer-group-id` |
sourceraw docstring

build-cfn-event-source-mapping-builderclj

(build-cfn-event-source-mapping-builder builder id config)

The build-cfn-event-source-mapping-builder function updates a CfnEventSourceMapping$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
amazonManagedKafkaEventSourceConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:amazon-managed-kafka-event-source-config
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
bisectBatchOnFunctionErrorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:bisect-batch-on-function-error
destinationConfigsoftware.amazon.awscdk.services.lambda.CfnEventSourceMapping$DestinationConfigPropertycdk.support/lookup-entry:destination-config
documentDbEventSourceConfigsoftware.amazon.awscdk.services.lambda.CfnEventSourceMapping$DocumentDBEventSourceConfigPropertycdk.support/lookup-entry:document-db-event-source-config
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventSourceArnjava.lang.Stringcdk.support/lookup-entry:event-source-arn
filterCriteriasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter-criteria
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
functionResponseTypesjava.util.Listcdk.support/lookup-entry:function-response-types
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
maximumRecordAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-record-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
parallelizationFactorjava.lang.Numbercdk.support/lookup-entry:parallelization-factor
queuesjava.util.Listcdk.support/lookup-entry:queues
scalingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scaling-config
selfManagedEventSourcesoftware.amazon.awscdk.services.lambda.CfnEventSourceMapping$SelfManagedEventSourcePropertycdk.support/lookup-entry:self-managed-event-source
selfManagedKafkaEventSourceConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:self-managed-kafka-event-source-config
sourceAccessConfigurationsjava.util.Listcdk.support/lookup-entry:source-access-configurations
startingPositionjava.lang.Stringcdk.support/lookup-entry:starting-position
startingPositionTimestampjava.lang.Numbercdk.support/lookup-entry:starting-position-timestamp
topicsjava.util.Listcdk.support/lookup-entry:topics
tumblingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:tumbling-window-in-seconds
The build-cfn-event-source-mapping-builder function updates a CfnEventSourceMapping$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `amazonManagedKafkaEventSourceConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:amazon-managed-kafka-event-source-config` |
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `bisectBatchOnFunctionError` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:bisect-batch-on-function-error` |
| `destinationConfig` | software.amazon.awscdk.services.lambda.CfnEventSourceMapping$DestinationConfigProperty | [[cdk.support/lookup-entry]] | `:destination-config` |
| `documentDbEventSourceConfig` | software.amazon.awscdk.services.lambda.CfnEventSourceMapping$DocumentDBEventSourceConfigProperty | [[cdk.support/lookup-entry]] | `:document-db-event-source-config` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `eventSourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-arn` |
| `filterCriteria` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-criteria` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `functionResponseTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:function-response-types` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `maximumRecordAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-record-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
| `parallelizationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelization-factor` |
| `queues` | java.util.List | [[cdk.support/lookup-entry]] | `:queues` |
| `scalingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scaling-config` |
| `selfManagedEventSource` | software.amazon.awscdk.services.lambda.CfnEventSourceMapping$SelfManagedEventSourceProperty | [[cdk.support/lookup-entry]] | `:self-managed-event-source` |
| `selfManagedKafkaEventSourceConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:self-managed-kafka-event-source-config` |
| `sourceAccessConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:source-access-configurations` |
| `startingPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position` |
| `startingPositionTimestamp` | java.lang.Number | [[cdk.support/lookup-entry]] | `:starting-position-timestamp` |
| `topics` | java.util.List | [[cdk.support/lookup-entry]] | `:topics` |
| `tumblingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tumbling-window-in-seconds` |
sourceraw docstring

build-cfn-event-source-mapping-destination-config-property-builderclj

(build-cfn-event-source-mapping-destination-config-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-event-source-mapping-destination-config-property-builder function updates a CfnEventSourceMapping$DestinationConfigProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$DestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
onFailuresoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-failure
The build-cfn-event-source-mapping-destination-config-property-builder function updates a CfnEventSourceMapping$DestinationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$DestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `onFailure` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-failure` |
sourceraw docstring

build-cfn-event-source-mapping-document-db-event-source-config-property-builderclj

(build-cfn-event-source-mapping-document-db-event-source-config-property-builder
  builder
  id
  config)

The build-cfn-event-source-mapping-document-db-event-source-config-property-builder function updates a CfnEventSourceMapping$DocumentDBEventSourceConfigProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$DocumentDBEventSourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
collectionNamejava.lang.Stringcdk.support/lookup-entry:collection-name
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
fullDocumentjava.lang.Stringcdk.support/lookup-entry:full-document
The build-cfn-event-source-mapping-document-db-event-source-config-property-builder function updates a CfnEventSourceMapping$DocumentDBEventSourceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$DocumentDBEventSourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `collectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:collection-name` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `fullDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:full-document` |
sourceraw docstring

build-cfn-event-source-mapping-endpoints-property-builderclj

(build-cfn-event-source-mapping-endpoints-property-builder builder id config)

The build-cfn-event-source-mapping-endpoints-property-builder function updates a CfnEventSourceMapping$EndpointsProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$EndpointsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
kafkaBootstrapServersjava.util.Listcdk.support/lookup-entry:kafka-bootstrap-servers
The build-cfn-event-source-mapping-endpoints-property-builder function updates a CfnEventSourceMapping$EndpointsProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$EndpointsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kafkaBootstrapServers` | java.util.List | [[cdk.support/lookup-entry]] | `:kafka-bootstrap-servers` |
sourceraw docstring

build-cfn-event-source-mapping-filter-criteria-property-builderclj

(build-cfn-event-source-mapping-filter-criteria-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-event-source-mapping-filter-criteria-property-builder function updates a CfnEventSourceMapping$FilterCriteriaProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$FilterCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
filtersjava.util.Listcdk.support/lookup-entry:filters
The build-cfn-event-source-mapping-filter-criteria-property-builder function updates a CfnEventSourceMapping$FilterCriteriaProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$FilterCriteriaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `filters` | java.util.List | [[cdk.support/lookup-entry]] | `:filters` |
sourceraw docstring

build-cfn-event-source-mapping-filter-property-builderclj

(build-cfn-event-source-mapping-filter-property-builder builder id config)

The build-cfn-event-source-mapping-filter-property-builder function updates a CfnEventSourceMapping$FilterProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
patternjava.lang.Stringcdk.support/lookup-entry:pattern
The build-cfn-event-source-mapping-filter-property-builder function updates a CfnEventSourceMapping$FilterProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` |
sourceraw docstring

build-cfn-event-source-mapping-on-failure-property-builderclj

(build-cfn-event-source-mapping-on-failure-property-builder builder id config)

The build-cfn-event-source-mapping-on-failure-property-builder function updates a CfnEventSourceMapping$OnFailureProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$OnFailureProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationjava.lang.Stringcdk.support/lookup-entry:destination
The build-cfn-event-source-mapping-on-failure-property-builder function updates a CfnEventSourceMapping$OnFailureProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$OnFailureProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
sourceraw docstring

build-cfn-event-source-mapping-props-builderclj

(build-cfn-event-source-mapping-props-builder builder id config)

The build-cfn-event-source-mapping-props-builder function updates a CfnEventSourceMappingProps$Builder instance using the provided configuration. The function takes the CfnEventSourceMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
amazonManagedKafkaEventSourceConfigsoftware.amazon.awscdk.services.lambda.CfnEventSourceMapping$AmazonManagedKafkaEventSourceConfigPropertycdk.support/lookup-entry:amazon-managed-kafka-event-source-config
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
bisectBatchOnFunctionErrorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:bisect-batch-on-function-error
destinationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-config
documentDbEventSourceConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:document-db-event-source-config
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
eventSourceArnjava.lang.Stringcdk.support/lookup-entry:event-source-arn
filterCriteriasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter-criteria
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
functionResponseTypesjava.util.Listcdk.support/lookup-entry:function-response-types
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
maximumRecordAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-record-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
parallelizationFactorjava.lang.Numbercdk.support/lookup-entry:parallelization-factor
queuesjava.util.Listcdk.support/lookup-entry:queues
scalingConfigsoftware.amazon.awscdk.services.lambda.CfnEventSourceMapping$ScalingConfigPropertycdk.support/lookup-entry:scaling-config
selfManagedEventSourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:self-managed-event-source
selfManagedKafkaEventSourceConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:self-managed-kafka-event-source-config
sourceAccessConfigurationsjava.util.Listcdk.support/lookup-entry:source-access-configurations
startingPositionjava.lang.Stringcdk.support/lookup-entry:starting-position
startingPositionTimestampjava.lang.Numbercdk.support/lookup-entry:starting-position-timestamp
topicsjava.util.Listcdk.support/lookup-entry:topics
tumblingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:tumbling-window-in-seconds
The build-cfn-event-source-mapping-props-builder function updates a CfnEventSourceMappingProps$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `amazonManagedKafkaEventSourceConfig` | software.amazon.awscdk.services.lambda.CfnEventSourceMapping$AmazonManagedKafkaEventSourceConfigProperty | [[cdk.support/lookup-entry]] | `:amazon-managed-kafka-event-source-config` |
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `bisectBatchOnFunctionError` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:bisect-batch-on-function-error` |
| `destinationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-config` |
| `documentDbEventSourceConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:document-db-event-source-config` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `eventSourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-arn` |
| `filterCriteria` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-criteria` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `functionResponseTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:function-response-types` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `maximumRecordAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-record-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
| `parallelizationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelization-factor` |
| `queues` | java.util.List | [[cdk.support/lookup-entry]] | `:queues` |
| `scalingConfig` | software.amazon.awscdk.services.lambda.CfnEventSourceMapping$ScalingConfigProperty | [[cdk.support/lookup-entry]] | `:scaling-config` |
| `selfManagedEventSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:self-managed-event-source` |
| `selfManagedKafkaEventSourceConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:self-managed-kafka-event-source-config` |
| `sourceAccessConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:source-access-configurations` |
| `startingPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position` |
| `startingPositionTimestamp` | java.lang.Number | [[cdk.support/lookup-entry]] | `:starting-position-timestamp` |
| `topics` | java.util.List | [[cdk.support/lookup-entry]] | `:topics` |
| `tumblingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tumbling-window-in-seconds` |
sourceraw docstring

build-cfn-event-source-mapping-scaling-config-property-builderclj

(build-cfn-event-source-mapping-scaling-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-event-source-mapping-scaling-config-property-builder function updates a CfnEventSourceMapping$ScalingConfigProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$ScalingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
maximumConcurrencyjava.lang.Numbercdk.support/lookup-entry:maximum-concurrency
The build-cfn-event-source-mapping-scaling-config-property-builder function updates a CfnEventSourceMapping$ScalingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$ScalingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maximumConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-concurrency` |
sourceraw docstring

build-cfn-event-source-mapping-self-managed-event-source-property-builderclj

(build-cfn-event-source-mapping-self-managed-event-source-property-builder
  builder
  id
  config)

The build-cfn-event-source-mapping-self-managed-event-source-property-builder function updates a CfnEventSourceMapping$SelfManagedEventSourceProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$SelfManagedEventSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
endpointssoftware.amazon.awscdk.services.lambda.CfnEventSourceMapping$EndpointsPropertycdk.support/lookup-entry:endpoints
The build-cfn-event-source-mapping-self-managed-event-source-property-builder function updates a CfnEventSourceMapping$SelfManagedEventSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$SelfManagedEventSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `endpoints` | software.amazon.awscdk.services.lambda.CfnEventSourceMapping$EndpointsProperty | [[cdk.support/lookup-entry]] | `:endpoints` |
sourceraw docstring

build-cfn-event-source-mapping-self-managed-kafka-event-source-config-property-builderclj

(build-cfn-event-source-mapping-self-managed-kafka-event-source-config-property-builder
  builder
  id
  config)

The build-cfn-event-source-mapping-self-managed-kafka-event-source-config-property-builder function updates a CfnEventSourceMapping$SelfManagedKafkaEventSourceConfigProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$SelfManagedKafkaEventSourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
consumerGroupIdjava.lang.Stringcdk.support/lookup-entry:consumer-group-id
The build-cfn-event-source-mapping-self-managed-kafka-event-source-config-property-builder function updates a CfnEventSourceMapping$SelfManagedKafkaEventSourceConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$SelfManagedKafkaEventSourceConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `consumerGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:consumer-group-id` |
sourceraw docstring

build-cfn-event-source-mapping-source-access-configuration-property-builderclj

(build-cfn-event-source-mapping-source-access-configuration-property-builder
  builder
  id
  config)

The build-cfn-event-source-mapping-source-access-configuration-property-builder function updates a CfnEventSourceMapping$SourceAccessConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnEventSourceMapping$SourceAccessConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typejava.lang.Stringcdk.support/lookup-entry:type
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-cfn-event-source-mapping-source-access-configuration-property-builder function updates a CfnEventSourceMapping$SourceAccessConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnEventSourceMapping$SourceAccessConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-cfn-function-builderclj

(build-cfn-function-builder builder id config)

The build-cfn-function-builder function updates a CfnFunction$Builder instance using the provided configuration. The function takes the CfnFunction$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
architecturesjava.util.Listcdk.support/lookup-entry:architectures
codesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code
codeSigningConfigArnjava.lang.Stringcdk.support/lookup-entry:code-signing-config-arn
deadLetterConfigsoftware.amazon.awscdk.services.lambda.CfnFunction$DeadLetterConfigPropertycdk.support/lookup-entry:dead-letter-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentsoftware.amazon.awscdk.services.lambda.CfnFunction$EnvironmentPropertycdk.support/lookup-entry:environment
ephemeralStoragesoftware.amazon.awscdk.services.lambda.CfnFunction$EphemeralStoragePropertycdk.support/lookup-entry:ephemeral-storage
fileSystemConfigsjava.util.Listcdk.support/lookup-entry:file-system-configs
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
handlerjava.lang.Stringcdk.support/lookup-entry:handler
imageConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:image-config
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
layersjava.util.Listcdk.support/lookup-entry:layers
loggingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-config
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
packageTypejava.lang.Stringcdk.support/lookup-entry:package-type
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
rolejava.lang.Stringcdk.support/lookup-entry:role
runtimejava.lang.Stringcdk.support/lookup-entry:runtime
runtimeManagementConfigsoftware.amazon.awscdk.services.lambda.CfnFunction$RuntimeManagementConfigPropertycdk.support/lookup-entry:runtime-management-config
snapStartsoftware.amazon.awscdk.services.lambda.CfnFunction$SnapStartPropertycdk.support/lookup-entry:snap-start
tagsjava.util.Listcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
tracingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tracing-config
vpcConfigsoftware.amazon.awscdk.services.lambda.CfnFunction$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-function-builder function updates a CfnFunction$Builder instance using the provided configuration.
  The function takes the CfnFunction$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `architectures` | java.util.List | [[cdk.support/lookup-entry]] | `:architectures` |
| `code` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code` |
| `codeSigningConfigArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-signing-config-arn` |
| `deadLetterConfig` | software.amazon.awscdk.services.lambda.CfnFunction$DeadLetterConfigProperty | [[cdk.support/lookup-entry]] | `:dead-letter-config` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | software.amazon.awscdk.services.lambda.CfnFunction$EnvironmentProperty | [[cdk.support/lookup-entry]] | `:environment` |
| `ephemeralStorage` | software.amazon.awscdk.services.lambda.CfnFunction$EphemeralStorageProperty | [[cdk.support/lookup-entry]] | `:ephemeral-storage` |
| `fileSystemConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-configs` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `handler` | java.lang.String | [[cdk.support/lookup-entry]] | `:handler` |
| `imageConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-config` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `loggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-config` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `packageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-type` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `runtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime` |
| `runtimeManagementConfig` | software.amazon.awscdk.services.lambda.CfnFunction$RuntimeManagementConfigProperty | [[cdk.support/lookup-entry]] | `:runtime-management-config` |
| `snapStart` | software.amazon.awscdk.services.lambda.CfnFunction$SnapStartProperty | [[cdk.support/lookup-entry]] | `:snap-start` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tracing-config` |
| `vpcConfig` | software.amazon.awscdk.services.lambda.CfnFunction$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-function-code-property-builderclj

(build-cfn-function-code-property-builder builder id config)

The build-cfn-function-code-property-builder function updates a CfnFunction$CodeProperty$Builder instance using the provided configuration. The function takes the CfnFunction$CodeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
s3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:s3-object-version
zipFilejava.lang.Stringcdk.support/lookup-entry:zip-file
The build-cfn-function-code-property-builder function updates a CfnFunction$CodeProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$CodeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` |
| `s3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key` |
| `s3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-object-version` |
| `zipFile` | java.lang.String | [[cdk.support/lookup-entry]] | `:zip-file` |
sourceraw docstring

build-cfn-function-dead-letter-config-property-builderclj

(build-cfn-function-dead-letter-config-property-builder builder id config)

The build-cfn-function-dead-letter-config-property-builder function updates a CfnFunction$DeadLetterConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$DeadLetterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-function-dead-letter-config-property-builder function updates a CfnFunction$DeadLetterConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$DeadLetterConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-function-environment-property-builderclj

(build-cfn-function-environment-property-builder builder id config)

The build-cfn-function-environment-property-builder function updates a CfnFunction$EnvironmentProperty$Builder instance using the provided configuration. The function takes the CfnFunction$EnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
variablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:variables
The build-cfn-function-environment-property-builder function updates a CfnFunction$EnvironmentProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$EnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `variables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-function-ephemeral-storage-property-builderclj

(build-cfn-function-ephemeral-storage-property-builder builder id config)

The build-cfn-function-ephemeral-storage-property-builder function updates a CfnFunction$EphemeralStorageProperty$Builder instance using the provided configuration. The function takes the CfnFunction$EphemeralStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
sizejava.lang.Numbercdk.support/lookup-entry:size
The build-cfn-function-ephemeral-storage-property-builder function updates a CfnFunction$EphemeralStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$EphemeralStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
sourceraw docstring

build-cfn-function-file-system-config-property-builderclj

(build-cfn-function-file-system-config-property-builder builder id config)

The build-cfn-function-file-system-config-property-builder function updates a CfnFunction$FileSystemConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$FileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
arnjava.lang.Stringcdk.support/lookup-entry:arn
localMountPathjava.lang.Stringcdk.support/lookup-entry:local-mount-path
The build-cfn-function-file-system-config-property-builder function updates a CfnFunction$FileSystemConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$FileSystemConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
| `localMountPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-mount-path` |
sourceraw docstring

build-cfn-function-image-config-property-builderclj

(build-cfn-function-image-config-property-builder builder id config)

The build-cfn-function-image-config-property-builder function updates a CfnFunction$ImageConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$ImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-cfn-function-image-config-property-builder function updates a CfnFunction$ImageConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$ImageConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-cfn-function-logging-config-property-builderclj

(build-cfn-function-logging-config-property-builder builder id config)

The build-cfn-function-logging-config-property-builder function updates a CfnFunction$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$LoggingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
applicationLogLeveljava.lang.Stringcdk.support/lookup-entry:application-log-level
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logGroupjava.lang.Stringcdk.support/lookup-entry:log-group
systemLogLeveljava.lang.Stringcdk.support/lookup-entry:system-log-level
The build-cfn-function-logging-config-property-builder function updates a CfnFunction$LoggingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$LoggingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applicationLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-log-level` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group` |
| `systemLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-log-level` |
sourceraw docstring

build-cfn-function-props-builderclj

(build-cfn-function-props-builder builder id config)

The build-cfn-function-props-builder function updates a CfnFunctionProps$Builder instance using the provided configuration. The function takes the CfnFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
architecturesjava.util.Listcdk.support/lookup-entry:architectures
codesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code
codeSigningConfigArnjava.lang.Stringcdk.support/lookup-entry:code-signing-config-arn
deadLetterConfigsoftware.amazon.awscdk.services.lambda.CfnFunction$DeadLetterConfigPropertycdk.support/lookup-entry:dead-letter-config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentsoftware.amazon.awscdk.services.lambda.CfnFunction$EnvironmentPropertycdk.support/lookup-entry:environment
ephemeralStoragesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ephemeral-storage
fileSystemConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:file-system-configs
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
handlerjava.lang.Stringcdk.support/lookup-entry:handler
imageConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:image-config
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
layersjava.util.Listcdk.support/lookup-entry:layers
loggingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-config
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
packageTypejava.lang.Stringcdk.support/lookup-entry:package-type
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
rolejava.lang.Stringcdk.support/lookup-entry:role
runtimejava.lang.Stringcdk.support/lookup-entry:runtime
runtimeManagementConfigsoftware.amazon.awscdk.services.lambda.CfnFunction$RuntimeManagementConfigPropertycdk.support/lookup-entry:runtime-management-config
snapStartsoftware.amazon.awscdk.services.lambda.CfnFunction$SnapStartPropertycdk.support/lookup-entry:snap-start
tagsjava.util.Listcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
tracingConfigsoftware.amazon.awscdk.services.lambda.CfnFunction$TracingConfigPropertycdk.support/lookup-entry:tracing-config
vpcConfigsoftware.amazon.awscdk.services.lambda.CfnFunction$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-function-props-builder function updates a CfnFunctionProps$Builder instance using the provided configuration.
  The function takes the CfnFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `architectures` | java.util.List | [[cdk.support/lookup-entry]] | `:architectures` |
| `code` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code` |
| `codeSigningConfigArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-signing-config-arn` |
| `deadLetterConfig` | software.amazon.awscdk.services.lambda.CfnFunction$DeadLetterConfigProperty | [[cdk.support/lookup-entry]] | `:dead-letter-config` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | software.amazon.awscdk.services.lambda.CfnFunction$EnvironmentProperty | [[cdk.support/lookup-entry]] | `:environment` |
| `ephemeralStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ephemeral-storage` |
| `fileSystemConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:file-system-configs` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `handler` | java.lang.String | [[cdk.support/lookup-entry]] | `:handler` |
| `imageConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-config` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `loggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-config` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `packageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-type` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `runtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime` |
| `runtimeManagementConfig` | software.amazon.awscdk.services.lambda.CfnFunction$RuntimeManagementConfigProperty | [[cdk.support/lookup-entry]] | `:runtime-management-config` |
| `snapStart` | software.amazon.awscdk.services.lambda.CfnFunction$SnapStartProperty | [[cdk.support/lookup-entry]] | `:snap-start` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracingConfig` | software.amazon.awscdk.services.lambda.CfnFunction$TracingConfigProperty | [[cdk.support/lookup-entry]] | `:tracing-config` |
| `vpcConfig` | software.amazon.awscdk.services.lambda.CfnFunction$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-function-runtime-management-config-property-builderclj

(build-cfn-function-runtime-management-config-property-builder builder
                                                               id
                                                               config)

The build-cfn-function-runtime-management-config-property-builder function updates a CfnFunction$RuntimeManagementConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$RuntimeManagementConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
runtimeVersionArnjava.lang.Stringcdk.support/lookup-entry:runtime-version-arn
updateRuntimeOnjava.lang.Stringcdk.support/lookup-entry:update-runtime-on
The build-cfn-function-runtime-management-config-property-builder function updates a CfnFunction$RuntimeManagementConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$RuntimeManagementConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `runtimeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-version-arn` |
| `updateRuntimeOn` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-runtime-on` |
sourceraw docstring

build-cfn-function-snap-start-property-builderclj

(build-cfn-function-snap-start-property-builder builder id config)

The build-cfn-function-snap-start-property-builder function updates a CfnFunction$SnapStartProperty$Builder instance using the provided configuration. The function takes the CfnFunction$SnapStartProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
applyOnjava.lang.Stringcdk.support/lookup-entry:apply-on
The build-cfn-function-snap-start-property-builder function updates a CfnFunction$SnapStartProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$SnapStartProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applyOn` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-on` |
sourceraw docstring

build-cfn-function-snap-start-response-property-builderclj

(build-cfn-function-snap-start-response-property-builder builder id config)

The build-cfn-function-snap-start-response-property-builder function updates a CfnFunction$SnapStartResponseProperty$Builder instance using the provided configuration. The function takes the CfnFunction$SnapStartResponseProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
applyOnjava.lang.Stringcdk.support/lookup-entry:apply-on
optimizationStatusjava.lang.Stringcdk.support/lookup-entry:optimization-status
The build-cfn-function-snap-start-response-property-builder function updates a CfnFunction$SnapStartResponseProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$SnapStartResponseProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applyOn` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-on` |
| `optimizationStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:optimization-status` |
sourceraw docstring

build-cfn-function-tracing-config-property-builderclj

(build-cfn-function-tracing-config-property-builder builder id config)

The build-cfn-function-tracing-config-property-builder function updates a CfnFunction$TracingConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$TracingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
modejava.lang.Stringcdk.support/lookup-entry:mode
The build-cfn-function-tracing-config-property-builder function updates a CfnFunction$TracingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$TracingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
sourceraw docstring

build-cfn-function-vpc-config-property-builderclj

(build-cfn-function-vpc-config-property-builder builder id config)

The build-cfn-function-vpc-config-property-builder function updates a CfnFunction$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
ipv6AllowedForDualStacksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ipv6-allowed-for-dual-stack
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
The build-cfn-function-vpc-config-property-builder function updates a CfnFunction$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$VpcConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ipv6AllowedForDualStack` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ipv6-allowed-for-dual-stack` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
sourceraw docstring

build-cfn-layer-version-builderclj

(build-cfn-layer-version-builder builder id config)

The build-cfn-layer-version-builder function updates a CfnLayerVersion$Builder instance using the provided configuration. The function takes the CfnLayerVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
compatibleArchitecturesjava.util.Listcdk.support/lookup-entry:compatible-architectures
compatibleRuntimesjava.util.Listcdk.support/lookup-entry:compatible-runtimes
contentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:content
descriptionjava.lang.Stringcdk.support/lookup-entry:description
layerNamejava.lang.Stringcdk.support/lookup-entry:layer-name
licenseInfojava.lang.Stringcdk.support/lookup-entry:license-info
The build-cfn-layer-version-builder function updates a CfnLayerVersion$Builder instance using the provided configuration.
  The function takes the CfnLayerVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compatibleArchitectures` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-architectures` |
| `compatibleRuntimes` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-runtimes` |
| `content` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:content` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `layerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-name` |
| `licenseInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-info` |
sourceraw docstring

build-cfn-layer-version-content-property-builderclj

(build-cfn-layer-version-content-property-builder builder id config)

The build-cfn-layer-version-content-property-builder function updates a CfnLayerVersion$ContentProperty$Builder instance using the provided configuration. The function takes the CfnLayerVersion$ContentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
s3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:s3-object-version
The build-cfn-layer-version-content-property-builder function updates a CfnLayerVersion$ContentProperty$Builder instance using the provided configuration.
  The function takes the CfnLayerVersion$ContentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` |
| `s3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key` |
| `s3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-object-version` |
sourceraw docstring

build-cfn-layer-version-permission-builderclj

(build-cfn-layer-version-permission-builder builder id config)

The build-cfn-layer-version-permission-builder function updates a CfnLayerVersionPermission$Builder instance using the provided configuration. The function takes the CfnLayerVersionPermission$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
layerVersionArnjava.lang.Stringcdk.support/lookup-entry:layer-version-arn
organizationIdjava.lang.Stringcdk.support/lookup-entry:organization-id
principaljava.lang.Stringcdk.support/lookup-entry:principal
The build-cfn-layer-version-permission-builder function updates a CfnLayerVersionPermission$Builder instance using the provided configuration.
  The function takes the CfnLayerVersionPermission$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `layerVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-version-arn` |
| `organizationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-id` |
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
sourceraw docstring

build-cfn-layer-version-permission-props-builderclj

(build-cfn-layer-version-permission-props-builder builder id config)

The build-cfn-layer-version-permission-props-builder function updates a CfnLayerVersionPermissionProps$Builder instance using the provided configuration. The function takes the CfnLayerVersionPermissionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
layerVersionArnjava.lang.Stringcdk.support/lookup-entry:layer-version-arn
organizationIdjava.lang.Stringcdk.support/lookup-entry:organization-id
principaljava.lang.Stringcdk.support/lookup-entry:principal
The build-cfn-layer-version-permission-props-builder function updates a CfnLayerVersionPermissionProps$Builder instance using the provided configuration.
  The function takes the CfnLayerVersionPermissionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `layerVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-version-arn` |
| `organizationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-id` |
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
sourceraw docstring

build-cfn-layer-version-props-builderclj

(build-cfn-layer-version-props-builder builder id config)

The build-cfn-layer-version-props-builder function updates a CfnLayerVersionProps$Builder instance using the provided configuration. The function takes the CfnLayerVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
compatibleArchitecturesjava.util.Listcdk.support/lookup-entry:compatible-architectures
compatibleRuntimesjava.util.Listcdk.support/lookup-entry:compatible-runtimes
contentsoftware.amazon.awscdk.services.lambda.CfnLayerVersion$ContentPropertycdk.support/lookup-entry:content
descriptionjava.lang.Stringcdk.support/lookup-entry:description
layerNamejava.lang.Stringcdk.support/lookup-entry:layer-name
licenseInfojava.lang.Stringcdk.support/lookup-entry:license-info
The build-cfn-layer-version-props-builder function updates a CfnLayerVersionProps$Builder instance using the provided configuration.
  The function takes the CfnLayerVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compatibleArchitectures` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-architectures` |
| `compatibleRuntimes` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-runtimes` |
| `content` | software.amazon.awscdk.services.lambda.CfnLayerVersion$ContentProperty | [[cdk.support/lookup-entry]] | `:content` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `layerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-name` |
| `licenseInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-info` |
sourceraw docstring

build-cfn-parameters-code-builderclj

(build-cfn-parameters-code-builder builder id config)

The build-cfn-parameters-code-builder function updates a CfnParametersCode$Builder instance using the provided configuration. The function takes the CfnParametersCode$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bucketNameParamsoftware.amazon.awscdk.CfnParametercdk.support/lookup-entry:bucket-name-param
objectKeyParamsoftware.amazon.awscdk.CfnParametercdk.support/lookup-entry:object-key-param
The build-cfn-parameters-code-builder function updates a CfnParametersCode$Builder instance using the provided configuration.
  The function takes the CfnParametersCode$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketNameParam` | software.amazon.awscdk.CfnParameter | [[cdk.support/lookup-entry]] | `:bucket-name-param` |
| `objectKeyParam` | software.amazon.awscdk.CfnParameter | [[cdk.support/lookup-entry]] | `:object-key-param` |
sourceraw docstring

build-cfn-parameters-code-props-builderclj

(build-cfn-parameters-code-props-builder builder id config)

The build-cfn-parameters-code-props-builder function updates a CfnParametersCodeProps$Builder instance using the provided configuration. The function takes the CfnParametersCodeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bucketNameParamsoftware.amazon.awscdk.CfnParametercdk.support/lookup-entry:bucket-name-param
objectKeyParamsoftware.amazon.awscdk.CfnParametercdk.support/lookup-entry:object-key-param
The build-cfn-parameters-code-props-builder function updates a CfnParametersCodeProps$Builder instance using the provided configuration.
  The function takes the CfnParametersCodeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketNameParam` | software.amazon.awscdk.CfnParameter | [[cdk.support/lookup-entry]] | `:bucket-name-param` |
| `objectKeyParam` | software.amazon.awscdk.CfnParameter | [[cdk.support/lookup-entry]] | `:object-key-param` |
sourceraw docstring

build-cfn-permission-builderclj

(build-cfn-permission-builder builder id config)

The build-cfn-permission-builder function updates a CfnPermission$Builder instance using the provided configuration. The function takes the CfnPermission$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
eventSourceTokenjava.lang.Stringcdk.support/lookup-entry:event-source-token
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
functionUrlAuthTypejava.lang.Stringcdk.support/lookup-entry:function-url-auth-type
principaljava.lang.Stringcdk.support/lookup-entry:principal
principalOrgIdjava.lang.Stringcdk.support/lookup-entry:principal-org-id
sourceAccountjava.lang.Stringcdk.support/lookup-entry:source-account
sourceArnjava.lang.Stringcdk.support/lookup-entry:source-arn
The build-cfn-permission-builder function updates a CfnPermission$Builder instance using the provided configuration.
  The function takes the CfnPermission$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `eventSourceToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-token` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `functionUrlAuthType` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-url-auth-type` |
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
| `principalOrgId` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal-org-id` |
| `sourceAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-account` |
| `sourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-arn` |
sourceraw docstring

build-cfn-permission-props-builderclj

(build-cfn-permission-props-builder builder id config)

The build-cfn-permission-props-builder function updates a CfnPermissionProps$Builder instance using the provided configuration. The function takes the CfnPermissionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
eventSourceTokenjava.lang.Stringcdk.support/lookup-entry:event-source-token
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
functionUrlAuthTypejava.lang.Stringcdk.support/lookup-entry:function-url-auth-type
principaljava.lang.Stringcdk.support/lookup-entry:principal
principalOrgIdjava.lang.Stringcdk.support/lookup-entry:principal-org-id
sourceAccountjava.lang.Stringcdk.support/lookup-entry:source-account
sourceArnjava.lang.Stringcdk.support/lookup-entry:source-arn
The build-cfn-permission-props-builder function updates a CfnPermissionProps$Builder instance using the provided configuration.
  The function takes the CfnPermissionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `eventSourceToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-token` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `functionUrlAuthType` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-url-auth-type` |
| `principal` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal` |
| `principalOrgId` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal-org-id` |
| `sourceAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-account` |
| `sourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-arn` |
sourceraw docstring

build-cfn-url-builderclj

(build-cfn-url-builder builder id config)

The build-cfn-url-builder function updates a CfnUrl$Builder instance using the provided configuration. The function takes the CfnUrl$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
corssoftware.amazon.awscdk.services.lambda.CfnUrl$CorsPropertycdk.support/lookup-entry:cors
invokeModejava.lang.Stringcdk.support/lookup-entry:invoke-mode
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
targetFunctionArnjava.lang.Stringcdk.support/lookup-entry:target-function-arn
The build-cfn-url-builder function updates a CfnUrl$Builder instance using the provided configuration.
  The function takes the CfnUrl$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `cors` | software.amazon.awscdk.services.lambda.CfnUrl$CorsProperty | [[cdk.support/lookup-entry]] | `:cors` |
| `invokeMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:invoke-mode` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
| `targetFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-function-arn` |
sourceraw docstring

build-cfn-url-cors-property-builderclj

(build-cfn-url-cors-property-builder builder id config)

The build-cfn-url-cors-property-builder function updates a CfnUrl$CorsProperty$Builder instance using the provided configuration. The function takes the CfnUrl$CorsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowCredentialssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-credentials
allowHeadersjava.util.Listcdk.support/lookup-entry:allow-headers
allowMethodsjava.util.Listcdk.support/lookup-entry:allow-methods
allowOriginsjava.util.Listcdk.support/lookup-entry:allow-origins
exposeHeadersjava.util.Listcdk.support/lookup-entry:expose-headers
maxAgejava.lang.Numbercdk.support/lookup-entry:max-age
The build-cfn-url-cors-property-builder function updates a CfnUrl$CorsProperty$Builder instance using the provided configuration.
  The function takes the CfnUrl$CorsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowCredentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-credentials` |
| `allowHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-headers` |
| `allowMethods` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-methods` |
| `allowOrigins` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-origins` |
| `exposeHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:expose-headers` |
| `maxAge` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-age` |
sourceraw docstring

build-cfn-url-props-builderclj

(build-cfn-url-props-builder builder id config)

The build-cfn-url-props-builder function updates a CfnUrlProps$Builder instance using the provided configuration. The function takes the CfnUrlProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
corssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cors
invokeModejava.lang.Stringcdk.support/lookup-entry:invoke-mode
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
targetFunctionArnjava.lang.Stringcdk.support/lookup-entry:target-function-arn
The build-cfn-url-props-builder function updates a CfnUrlProps$Builder instance using the provided configuration.
  The function takes the CfnUrlProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `cors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cors` |
| `invokeMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:invoke-mode` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
| `targetFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-function-arn` |
sourceraw docstring

build-cfn-version-builderclj

(build-cfn-version-builder builder id config)

The build-cfn-version-builder function updates a CfnVersion$Builder instance using the provided configuration. The function takes the CfnVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
codeSha256java.lang.Stringcdk.support/lookup-entry:code-sha256
descriptionjava.lang.Stringcdk.support/lookup-entry:description
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
policyjava.lang.Objectcdk.support/lookup-entry:policy
provisionedConcurrencyConfigsoftware.amazon.awscdk.services.lambda.CfnVersion$ProvisionedConcurrencyConfigurationPropertycdk.support/lookup-entry:provisioned-concurrency-config
runtimePolicysoftware.amazon.awscdk.services.lambda.CfnVersion$RuntimePolicyPropertycdk.support/lookup-entry:runtime-policy
The build-cfn-version-builder function updates a CfnVersion$Builder instance using the provided configuration.
  The function takes the CfnVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-sha256` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` |
| `provisionedConcurrencyConfig` | software.amazon.awscdk.services.lambda.CfnVersion$ProvisionedConcurrencyConfigurationProperty | [[cdk.support/lookup-entry]] | `:provisioned-concurrency-config` |
| `runtimePolicy` | software.amazon.awscdk.services.lambda.CfnVersion$RuntimePolicyProperty | [[cdk.support/lookup-entry]] | `:runtime-policy` |
sourceraw docstring

build-cfn-version-props-builderclj

(build-cfn-version-props-builder builder id config)

The build-cfn-version-props-builder function updates a CfnVersionProps$Builder instance using the provided configuration. The function takes the CfnVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
codeSha256java.lang.Stringcdk.support/lookup-entry:code-sha256
descriptionjava.lang.Stringcdk.support/lookup-entry:description
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
policyjava.lang.Objectcdk.support/lookup-entry:policy
provisionedConcurrencyConfigsoftware.amazon.awscdk.services.lambda.CfnVersion$ProvisionedConcurrencyConfigurationPropertycdk.support/lookup-entry:provisioned-concurrency-config
runtimePolicysoftware.amazon.awscdk.services.lambda.CfnVersion$RuntimePolicyPropertycdk.support/lookup-entry:runtime-policy
The build-cfn-version-props-builder function updates a CfnVersionProps$Builder instance using the provided configuration.
  The function takes the CfnVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-sha256` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` |
| `provisionedConcurrencyConfig` | software.amazon.awscdk.services.lambda.CfnVersion$ProvisionedConcurrencyConfigurationProperty | [[cdk.support/lookup-entry]] | `:provisioned-concurrency-config` |
| `runtimePolicy` | software.amazon.awscdk.services.lambda.CfnVersion$RuntimePolicyProperty | [[cdk.support/lookup-entry]] | `:runtime-policy` |
sourceraw docstring

build-cfn-version-provisioned-concurrency-configuration-property-builderclj

(build-cfn-version-provisioned-concurrency-configuration-property-builder
  builder
  id
  config)

The build-cfn-version-provisioned-concurrency-configuration-property-builder function updates a CfnVersion$ProvisionedConcurrencyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnVersion$ProvisionedConcurrencyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
provisionedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrent-executions
The build-cfn-version-provisioned-concurrency-configuration-property-builder function updates a CfnVersion$ProvisionedConcurrencyConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnVersion$ProvisionedConcurrencyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `provisionedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
sourceraw docstring

build-cfn-version-runtime-policy-property-builderclj

(build-cfn-version-runtime-policy-property-builder builder id config)

The build-cfn-version-runtime-policy-property-builder function updates a CfnVersion$RuntimePolicyProperty$Builder instance using the provided configuration. The function takes the CfnVersion$RuntimePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
runtimeVersionArnjava.lang.Stringcdk.support/lookup-entry:runtime-version-arn
updateRuntimeOnjava.lang.Stringcdk.support/lookup-entry:update-runtime-on
The build-cfn-version-runtime-policy-property-builder function updates a CfnVersion$RuntimePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnVersion$RuntimePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `runtimeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-version-arn` |
| `updateRuntimeOn` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-runtime-on` |
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
imagesoftware.amazon.awscdk.services.lambda.CodeImageConfigcdk.support/lookup-entry:image
inlineCodejava.lang.Stringcdk.support/lookup-entry:inline-code
s3Locationsoftware.amazon.awscdk.services.s3.Locationcdk.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 |
|---|---|---|---|
| `image` | software.amazon.awscdk.services.lambda.CodeImageConfig | [[cdk.support/lookup-entry]] | `:image` |
| `inlineCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:inline-code` |
| `s3Location` | software.amazon.awscdk.services.s3.Location | [[cdk.support/lookup-entry]] | `:s3-location` |
sourceraw docstring

build-code-image-config-builderclj

(build-code-image-config-builder builder id config)

The build-code-image-config-builder function updates a CodeImageConfig$Builder instance using the provided configuration. The function takes the CodeImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cmdjava.util.Listcdk.support/lookup-entry:cmd
entrypointjava.util.Listcdk.support/lookup-entry:entrypoint
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-code-image-config-builder function updates a CodeImageConfig$Builder instance using the provided configuration.
  The function takes the CodeImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cmd` | java.util.List | [[cdk.support/lookup-entry]] | `:cmd` |
| `entrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entrypoint` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-code-signing-config-builderclj

(build-code-signing-config-builder builder id config)

The build-code-signing-config-builder function updates a CodeSigningConfig$Builder instance using the provided configuration. The function takes the CodeSigningConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
signingProfilesjava.util.Listcdk.support/lookup-entry:signing-profiles
untrustedArtifactOnDeploymentsoftware.amazon.awscdk.services.lambda.UntrustedArtifactOnDeploymentcdk.api.services.lambda/untrusted-artifact-on-deployment:untrusted-artifact-on-deployment
The build-code-signing-config-builder function updates a CodeSigningConfig$Builder instance using the provided configuration.
  The function takes the CodeSigningConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `signingProfiles` | java.util.List | [[cdk.support/lookup-entry]] | `:signing-profiles` |
| `untrustedArtifactOnDeployment` | software.amazon.awscdk.services.lambda.UntrustedArtifactOnDeployment | [[cdk.api.services.lambda/untrusted-artifact-on-deployment]] | `:untrusted-artifact-on-deployment` |
sourceraw docstring

build-code-signing-config-props-builderclj

(build-code-signing-config-props-builder builder id config)

The build-code-signing-config-props-builder function updates a CodeSigningConfigProps$Builder instance using the provided configuration. The function takes the CodeSigningConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
signingProfilesjava.util.Listcdk.support/lookup-entry:signing-profiles
untrustedArtifactOnDeploymentsoftware.amazon.awscdk.services.lambda.UntrustedArtifactOnDeploymentcdk.api.services.lambda/untrusted-artifact-on-deployment:untrusted-artifact-on-deployment
The build-code-signing-config-props-builder function updates a CodeSigningConfigProps$Builder instance using the provided configuration.
  The function takes the CodeSigningConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `signingProfiles` | java.util.List | [[cdk.support/lookup-entry]] | `:signing-profiles` |
| `untrustedArtifactOnDeployment` | software.amazon.awscdk.services.lambda.UntrustedArtifactOnDeployment | [[cdk.api.services.lambda/untrusted-artifact-on-deployment]] | `:untrusted-artifact-on-deployment` |
sourceraw docstring

build-custom-command-options-builderclj

(build-custom-command-options-builder builder id config)

The build-custom-command-options-builder function updates a CustomCommandOptions$Builder instance using the provided configuration. The function takes the CustomCommandOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandOptionsjava.util.Mapcdk.support/lookup-entry:command-options
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-custom-command-options-builder function updates a CustomCommandOptions$Builder instance using the provided configuration.
  The function takes the CustomCommandOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `commandOptions` | java.util.Map | [[cdk.support/lookup-entry]] | `:command-options` |
| `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-destination-config-builderclj

(build-destination-config-builder builder id config)

The build-destination-config-builder function updates a DestinationConfig$Builder instance using the provided configuration. The function takes the DestinationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationjava.lang.Stringcdk.support/lookup-entry:destination
The build-destination-config-builder function updates a DestinationConfig$Builder instance using the provided configuration.
  The function takes the DestinationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
sourceraw docstring

build-destination-options-builderclj

(build-destination-options-builder builder id config)

The build-destination-options-builder function updates a DestinationOptions$Builder instance using the provided configuration. The function takes the DestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typesoftware.amazon.awscdk.services.lambda.DestinationTypecdk.api.services.lambda/destination-type:type
The build-destination-options-builder function updates a DestinationOptions$Builder instance using the provided configuration.
  The function takes the DestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `type` | software.amazon.awscdk.services.lambda.DestinationType | [[cdk.api.services.lambda/destination-type]] | `:type` |
sourceraw docstring

build-dlq-destination-config-builderclj

(build-dlq-destination-config-builder builder id config)

The build-dlq-destination-config-builder function updates a DlqDestinationConfig$Builder instance using the provided configuration. The function takes the DlqDestinationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationjava.lang.Stringcdk.support/lookup-entry:destination
The build-dlq-destination-config-builder function updates a DlqDestinationConfig$Builder instance using the provided configuration.
  The function takes the DlqDestinationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
sourceraw docstring

build-docker-build-asset-options-builderclj

(build-docker-build-asset-options-builder builder id config)

The build-docker-build-asset-options-builder function updates a DockerBuildAssetOptions$Builder instance using the provided configuration. The function takes the DockerBuildAssetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
buildArgsjava.util.Mapcdk.support/lookup-entry:build-args
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.DockerCacheOptioncdk.support/lookup-entry:cache-to
filejava.lang.Stringcdk.support/lookup-entry:file
imagePathjava.lang.Stringcdk.support/lookup-entry:image-path
outputPathjava.lang.Stringcdk.support/lookup-entry:output-path
platformjava.lang.Stringcdk.support/lookup-entry:platform
targetStagejava.lang.Stringcdk.support/lookup-entry:target-stage
The build-docker-build-asset-options-builder function updates a DockerBuildAssetOptions$Builder instance using the provided configuration.
  The function takes the DockerBuildAssetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `buildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-args` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `imagePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-path` |
| `outputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-path` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `targetStage` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-stage` |
sourceraw docstring

build-docker-image-function-builderclj

(build-docker-image-function-builder builder id config)

The build-docker-image-function-builder function updates a DockerImageFunction$Builder instance using the provided configuration. The function takes the DockerImageFunction$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adotInstrumentationsoftware.amazon.awscdk.services.lambda.AdotInstrumentationConfigcdk.support/lookup-entry:adot-instrumentation
allowAllOutboundjava.lang.Booleancdk.support/lookup-entry:allow-all-outbound
allowPublicSubnetjava.lang.Booleancdk.support/lookup-entry:allow-public-subnet
applicationLogLeveljava.lang.Stringcdk.support/lookup-entry:application-log-level
applicationLogLevelV2software.amazon.awscdk.services.lambda.ApplicationLogLevelcdk.api.services.lambda/application-log-level:application-log-level-v2
architecturesoftware.amazon.awscdk.services.lambda.Architecturecdk.support/lookup-entry:architecture
codesoftware.amazon.awscdk.services.lambda.DockerImageCodecdk.support/lookup-entry:code
codeSigningConfigsoftware.amazon.awscdk.services.lambda.ICodeSigningConfigcdk.support/lookup-entry:code-signing-config
currentVersionOptionssoftware.amazon.awscdk.services.lambda.VersionOptionscdk.support/lookup-entry:current-version-options
deadLetterQueuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:dead-letter-queue
deadLetterQueueEnabledjava.lang.Booleancdk.support/lookup-entry:dead-letter-queue-enabled
deadLetterTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:dead-letter-topic
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentEncryptionsoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:environment-encryption
ephemeralStorageSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ephemeral-storage-size
eventsjava.util.Listcdk.support/lookup-entry:events
filesystemsoftware.amazon.awscdk.services.lambda.FileSystemcdk.support/lookup-entry:filesystem
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
initialPolicyjava.util.Listcdk.support/lookup-entry:initial-policy
insightsVersionsoftware.amazon.awscdk.services.lambda.LambdaInsightsVersioncdk.support/lookup-entry:insights-version
ipv6AllowedForDualStackjava.lang.Booleancdk.support/lookup-entry:ipv6-allowed-for-dual-stack
layersjava.util.Listcdk.support/lookup-entry:layers
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
logRetentionRetryOptionssoftware.amazon.awscdk.services.lambda.LogRetentionRetryOptionscdk.support/lookup-entry:log-retention-retry-options
logRetentionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:log-retention-role
loggingFormatsoftware.amazon.awscdk.services.lambda.LoggingFormatcdk.api.services.lambda/logging-format:logging-format
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
paramsAndSecretssoftware.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersioncdk.support/lookup-entry:params-and-secrets
profilingjava.lang.Booleancdk.support/lookup-entry:profiling
profilingGroupsoftware.amazon.awscdk.services.codeguruprofiler.IProfilingGroupcdk.support/lookup-entry:profiling-group
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runtimeManagementModesoftware.amazon.awscdk.services.lambda.RuntimeManagementModecdk.support/lookup-entry:runtime-management-mode
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
snapStartsoftware.amazon.awscdk.services.lambda.SnapStartConfcdk.support/lookup-entry:snap-start
systemLogLeveljava.lang.Stringcdk.support/lookup-entry:system-log-level
systemLogLevelV2software.amazon.awscdk.services.lambda.SystemLogLevelcdk.api.services.lambda/system-log-level:system-log-level-v2
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
tracingsoftware.amazon.awscdk.services.lambda.Tracingcdk.api.services.lambda/tracing:tracing
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-docker-image-function-builder function updates a DockerImageFunction$Builder instance using the provided configuration.
  The function takes the DockerImageFunction$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adotInstrumentation` | software.amazon.awscdk.services.lambda.AdotInstrumentationConfig | [[cdk.support/lookup-entry]] | `:adot-instrumentation` |
| `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` |
| `allowPublicSubnet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-subnet` |
| `applicationLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-log-level` |
| `applicationLogLevelV2` | software.amazon.awscdk.services.lambda.ApplicationLogLevel | [[cdk.api.services.lambda/application-log-level]] | `:application-log-level-v2` |
| `architecture` | software.amazon.awscdk.services.lambda.Architecture | [[cdk.support/lookup-entry]] | `:architecture` |
| `code` | software.amazon.awscdk.services.lambda.DockerImageCode | [[cdk.support/lookup-entry]] | `:code` |
| `codeSigningConfig` | software.amazon.awscdk.services.lambda.ICodeSigningConfig | [[cdk.support/lookup-entry]] | `:code-signing-config` |
| `currentVersionOptions` | software.amazon.awscdk.services.lambda.VersionOptions | [[cdk.support/lookup-entry]] | `:current-version-options` |
| `deadLetterQueue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deadLetterQueueEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dead-letter-queue-enabled` |
| `deadLetterTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:dead-letter-topic` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentEncryption` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:environment-encryption` |
| `ephemeralStorageSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ephemeral-storage-size` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
| `filesystem` | software.amazon.awscdk.services.lambda.FileSystem | [[cdk.support/lookup-entry]] | `:filesystem` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `initialPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:initial-policy` |
| `insightsVersion` | software.amazon.awscdk.services.lambda.LambdaInsightsVersion | [[cdk.support/lookup-entry]] | `:insights-version` |
| `ipv6AllowedForDualStack` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-allowed-for-dual-stack` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `logRetentionRetryOptions` | software.amazon.awscdk.services.lambda.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` |
| `logRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:log-retention-role` |
| `loggingFormat` | software.amazon.awscdk.services.lambda.LoggingFormat | [[cdk.api.services.lambda/logging-format]] | `:logging-format` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `paramsAndSecrets` | software.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersion | [[cdk.support/lookup-entry]] | `:params-and-secrets` |
| `profiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:profiling` |
| `profilingGroup` | software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup | [[cdk.support/lookup-entry]] | `:profiling-group` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `runtimeManagementMode` | software.amazon.awscdk.services.lambda.RuntimeManagementMode | [[cdk.support/lookup-entry]] | `:runtime-management-mode` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `snapStart` | software.amazon.awscdk.services.lambda.SnapStartConf | [[cdk.support/lookup-entry]] | `:snap-start` |
| `systemLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-log-level` |
| `systemLogLevelV2` | software.amazon.awscdk.services.lambda.SystemLogLevel | [[cdk.api.services.lambda/system-log-level]] | `:system-log-level-v2` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | software.amazon.awscdk.services.lambda.Tracing | [[cdk.api.services.lambda/tracing]] | `:tracing` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-docker-image-function-props-builderclj

(build-docker-image-function-props-builder builder id config)

The build-docker-image-function-props-builder function updates a DockerImageFunctionProps$Builder instance using the provided configuration. The function takes the DockerImageFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adotInstrumentationsoftware.amazon.awscdk.services.lambda.AdotInstrumentationConfigcdk.support/lookup-entry:adot-instrumentation
allowAllOutboundjava.lang.Booleancdk.support/lookup-entry:allow-all-outbound
allowPublicSubnetjava.lang.Booleancdk.support/lookup-entry:allow-public-subnet
applicationLogLeveljava.lang.Stringcdk.support/lookup-entry:application-log-level
applicationLogLevelV2software.amazon.awscdk.services.lambda.ApplicationLogLevelcdk.api.services.lambda/application-log-level:application-log-level-v2
architecturesoftware.amazon.awscdk.services.lambda.Architecturecdk.support/lookup-entry:architecture
codesoftware.amazon.awscdk.services.lambda.DockerImageCodecdk.support/lookup-entry:code
codeSigningConfigsoftware.amazon.awscdk.services.lambda.ICodeSigningConfigcdk.support/lookup-entry:code-signing-config
currentVersionOptionssoftware.amazon.awscdk.services.lambda.VersionOptionscdk.support/lookup-entry:current-version-options
deadLetterQueuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:dead-letter-queue
deadLetterQueueEnabledjava.lang.Booleancdk.support/lookup-entry:dead-letter-queue-enabled
deadLetterTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:dead-letter-topic
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentEncryptionsoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:environment-encryption
ephemeralStorageSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ephemeral-storage-size
eventsjava.util.Listcdk.support/lookup-entry:events
filesystemsoftware.amazon.awscdk.services.lambda.FileSystemcdk.support/lookup-entry:filesystem
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
initialPolicyjava.util.Listcdk.support/lookup-entry:initial-policy
insightsVersionsoftware.amazon.awscdk.services.lambda.LambdaInsightsVersioncdk.support/lookup-entry:insights-version
ipv6AllowedForDualStackjava.lang.Booleancdk.support/lookup-entry:ipv6-allowed-for-dual-stack
layersjava.util.Listcdk.support/lookup-entry:layers
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
logRetentionRetryOptionssoftware.amazon.awscdk.services.lambda.LogRetentionRetryOptionscdk.support/lookup-entry:log-retention-retry-options
logRetentionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:log-retention-role
loggingFormatsoftware.amazon.awscdk.services.lambda.LoggingFormatcdk.api.services.lambda/logging-format:logging-format
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
paramsAndSecretssoftware.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersioncdk.support/lookup-entry:params-and-secrets
profilingjava.lang.Booleancdk.support/lookup-entry:profiling
profilingGroupsoftware.amazon.awscdk.services.codeguruprofiler.IProfilingGroupcdk.support/lookup-entry:profiling-group
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runtimeManagementModesoftware.amazon.awscdk.services.lambda.RuntimeManagementModecdk.support/lookup-entry:runtime-management-mode
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
snapStartsoftware.amazon.awscdk.services.lambda.SnapStartConfcdk.support/lookup-entry:snap-start
systemLogLeveljava.lang.Stringcdk.support/lookup-entry:system-log-level
systemLogLevelV2software.amazon.awscdk.services.lambda.SystemLogLevelcdk.api.services.lambda/system-log-level:system-log-level-v2
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
tracingsoftware.amazon.awscdk.services.lambda.Tracingcdk.api.services.lambda/tracing:tracing
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-docker-image-function-props-builder function updates a DockerImageFunctionProps$Builder instance using the provided configuration.
  The function takes the DockerImageFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adotInstrumentation` | software.amazon.awscdk.services.lambda.AdotInstrumentationConfig | [[cdk.support/lookup-entry]] | `:adot-instrumentation` |
| `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` |
| `allowPublicSubnet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-subnet` |
| `applicationLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-log-level` |
| `applicationLogLevelV2` | software.amazon.awscdk.services.lambda.ApplicationLogLevel | [[cdk.api.services.lambda/application-log-level]] | `:application-log-level-v2` |
| `architecture` | software.amazon.awscdk.services.lambda.Architecture | [[cdk.support/lookup-entry]] | `:architecture` |
| `code` | software.amazon.awscdk.services.lambda.DockerImageCode | [[cdk.support/lookup-entry]] | `:code` |
| `codeSigningConfig` | software.amazon.awscdk.services.lambda.ICodeSigningConfig | [[cdk.support/lookup-entry]] | `:code-signing-config` |
| `currentVersionOptions` | software.amazon.awscdk.services.lambda.VersionOptions | [[cdk.support/lookup-entry]] | `:current-version-options` |
| `deadLetterQueue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deadLetterQueueEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dead-letter-queue-enabled` |
| `deadLetterTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:dead-letter-topic` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentEncryption` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:environment-encryption` |
| `ephemeralStorageSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ephemeral-storage-size` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
| `filesystem` | software.amazon.awscdk.services.lambda.FileSystem | [[cdk.support/lookup-entry]] | `:filesystem` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `initialPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:initial-policy` |
| `insightsVersion` | software.amazon.awscdk.services.lambda.LambdaInsightsVersion | [[cdk.support/lookup-entry]] | `:insights-version` |
| `ipv6AllowedForDualStack` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-allowed-for-dual-stack` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `logRetentionRetryOptions` | software.amazon.awscdk.services.lambda.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` |
| `logRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:log-retention-role` |
| `loggingFormat` | software.amazon.awscdk.services.lambda.LoggingFormat | [[cdk.api.services.lambda/logging-format]] | `:logging-format` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `paramsAndSecrets` | software.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersion | [[cdk.support/lookup-entry]] | `:params-and-secrets` |
| `profiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:profiling` |
| `profilingGroup` | software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup | [[cdk.support/lookup-entry]] | `:profiling-group` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `runtimeManagementMode` | software.amazon.awscdk.services.lambda.RuntimeManagementMode | [[cdk.support/lookup-entry]] | `:runtime-management-mode` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `snapStart` | software.amazon.awscdk.services.lambda.SnapStartConf | [[cdk.support/lookup-entry]] | `:snap-start` |
| `systemLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-log-level` |
| `systemLogLevelV2` | software.amazon.awscdk.services.lambda.SystemLogLevel | [[cdk.api.services.lambda/system-log-level]] | `:system-log-level-v2` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | software.amazon.awscdk.services.lambda.Tracing | [[cdk.api.services.lambda/tracing]] | `:tracing` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-ecr-image-code-builderclj

(build-ecr-image-code-builder builder id config)

The build-ecr-image-code-builder function updates a EcrImageCode$Builder instance using the provided configuration. The function takes the EcrImageCode$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cmdjava.util.Listcdk.support/lookup-entry:cmd
entrypointjava.util.Listcdk.support/lookup-entry:entrypoint
tagjava.lang.Stringcdk.support/lookup-entry:tag
tagOrDigestjava.lang.Stringcdk.support/lookup-entry:tag-or-digest
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-ecr-image-code-builder function updates a EcrImageCode$Builder instance using the provided configuration.
  The function takes the EcrImageCode$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cmd` | java.util.List | [[cdk.support/lookup-entry]] | `:cmd` |
| `entrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entrypoint` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
| `tagOrDigest` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-or-digest` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-ecr-image-code-props-builderclj

(build-ecr-image-code-props-builder builder id config)

The build-ecr-image-code-props-builder function updates a EcrImageCodeProps$Builder instance using the provided configuration. The function takes the EcrImageCodeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cmdjava.util.Listcdk.support/lookup-entry:cmd
entrypointjava.util.Listcdk.support/lookup-entry:entrypoint
tagjava.lang.Stringcdk.support/lookup-entry:tag
tagOrDigestjava.lang.Stringcdk.support/lookup-entry:tag-or-digest
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-ecr-image-code-props-builder function updates a EcrImageCodeProps$Builder instance using the provided configuration.
  The function takes the EcrImageCodeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cmd` | java.util.List | [[cdk.support/lookup-entry]] | `:cmd` |
| `entrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entrypoint` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
| `tagOrDigest` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag-or-digest` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-environment-options-builderclj

(build-environment-options-builder builder id config)

The build-environment-options-builder function updates a EnvironmentOptions$Builder instance using the provided configuration. The function takes the EnvironmentOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
removeInEdgejava.lang.Booleancdk.support/lookup-entry:remove-in-edge
The build-environment-options-builder function updates a EnvironmentOptions$Builder instance using the provided configuration.
  The function takes the EnvironmentOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `removeInEdge` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-in-edge` |
sourceraw docstring

build-event-invoke-config-builderclj

(build-event-invoke-config-builder builder id config)

The build-event-invoke-config-builder function updates a EventInvokeConfig$Builder instance using the provided configuration. The function takes the EventInvokeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
functionsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:function
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
The build-event-invoke-config-builder function updates a EventInvokeConfig$Builder instance using the provided configuration.
  The function takes the EventInvokeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `function` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:function` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
sourceraw docstring

build-event-invoke-config-options-builderclj

(build-event-invoke-config-options-builder builder id config)

The build-event-invoke-config-options-builder function updates a EventInvokeConfigOptions$Builder instance using the provided configuration. The function takes the EventInvokeConfigOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
The build-event-invoke-config-options-builder function updates a EventInvokeConfigOptions$Builder instance using the provided configuration.
  The function takes the EventInvokeConfigOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
sourceraw docstring

build-event-invoke-config-props-builderclj

(build-event-invoke-config-props-builder builder id config)

The build-event-invoke-config-props-builder function updates a EventInvokeConfigProps$Builder instance using the provided configuration. The function takes the EventInvokeConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
functionsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:function
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
The build-event-invoke-config-props-builder function updates a EventInvokeConfigProps$Builder instance using the provided configuration.
  The function takes the EventInvokeConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `function` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:function` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
sourceraw docstring

build-event-source-mapping-builderclj

(build-event-source-mapping-builder builder id config)

The build-event-source-mapping-builder function updates a EventSourceMapping$Builder instance using the provided configuration. The function takes the EventSourceMapping$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
bisectBatchOnErrorjava.lang.Booleancdk.support/lookup-entry:bisect-batch-on-error
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventSourceArnjava.lang.Stringcdk.support/lookup-entry:event-source-arn
filtersjava.util.Listcdk.support/lookup-entry:filters
kafkaBootstrapServersjava.util.Listcdk.support/lookup-entry:kafka-bootstrap-servers
kafkaConsumerGroupIdjava.lang.Stringcdk.support/lookup-entry:kafka-consumer-group-id
kafkaTopicjava.lang.Stringcdk.support/lookup-entry:kafka-topic
maxBatchingWindowsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-batching-window
maxConcurrencyjava.lang.Numbercdk.support/lookup-entry:max-concurrency
maxRecordAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-record-age
onFailuresoftware.amazon.awscdk.services.lambda.IEventSourceDlqcdk.support/lookup-entry:on-failure
parallelizationFactorjava.lang.Numbercdk.support/lookup-entry:parallelization-factor
reportBatchItemFailuresjava.lang.Booleancdk.support/lookup-entry:report-batch-item-failures
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
sourceAccessConfigurationsjava.util.Listcdk.support/lookup-entry:source-access-configurations
startingPositionsoftware.amazon.awscdk.services.lambda.StartingPositioncdk.api.services.lambda/starting-position:starting-position
startingPositionTimestampjava.lang.Numbercdk.support/lookup-entry:starting-position-timestamp
supportS3OnFailureDestinationjava.lang.Booleancdk.support/lookup-entry:support-s3-on-failure-destination
targetsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:target
tumblingWindowsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:tumbling-window
The build-event-source-mapping-builder function updates a EventSourceMapping$Builder instance using the provided configuration.
  The function takes the EventSourceMapping$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `bisectBatchOnError` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:bisect-batch-on-error` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `eventSourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-arn` |
| `filters` | java.util.List | [[cdk.support/lookup-entry]] | `:filters` |
| `kafkaBootstrapServers` | java.util.List | [[cdk.support/lookup-entry]] | `:kafka-bootstrap-servers` |
| `kafkaConsumerGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-consumer-group-id` |
| `kafkaTopic` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-topic` |
| `maxBatchingWindow` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-batching-window` |
| `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` |
| `maxRecordAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-record-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IEventSourceDlq | [[cdk.support/lookup-entry]] | `:on-failure` |
| `parallelizationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelization-factor` |
| `reportBatchItemFailures` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-batch-item-failures` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `sourceAccessConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:source-access-configurations` |
| `startingPosition` | software.amazon.awscdk.services.lambda.StartingPosition | [[cdk.api.services.lambda/starting-position]] | `:starting-position` |
| `startingPositionTimestamp` | java.lang.Number | [[cdk.support/lookup-entry]] | `:starting-position-timestamp` |
| `supportS3OnFailureDestination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:support-s3-on-failure-destination` |
| `target` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:target` |
| `tumblingWindow` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:tumbling-window` |
sourceraw docstring

build-event-source-mapping-options-builderclj

(build-event-source-mapping-options-builder builder id config)

The build-event-source-mapping-options-builder function updates a EventSourceMappingOptions$Builder instance using the provided configuration. The function takes the EventSourceMappingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
bisectBatchOnErrorjava.lang.Booleancdk.support/lookup-entry:bisect-batch-on-error
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventSourceArnjava.lang.Stringcdk.support/lookup-entry:event-source-arn
filtersjava.util.Listcdk.support/lookup-entry:filters
kafkaBootstrapServersjava.util.Listcdk.support/lookup-entry:kafka-bootstrap-servers
kafkaConsumerGroupIdjava.lang.Stringcdk.support/lookup-entry:kafka-consumer-group-id
kafkaTopicjava.lang.Stringcdk.support/lookup-entry:kafka-topic
maxBatchingWindowsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-batching-window
maxConcurrencyjava.lang.Numbercdk.support/lookup-entry:max-concurrency
maxRecordAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-record-age
onFailuresoftware.amazon.awscdk.services.lambda.IEventSourceDlqcdk.support/lookup-entry:on-failure
parallelizationFactorjava.lang.Numbercdk.support/lookup-entry:parallelization-factor
reportBatchItemFailuresjava.lang.Booleancdk.support/lookup-entry:report-batch-item-failures
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
sourceAccessConfigurationsjava.util.Listcdk.support/lookup-entry:source-access-configurations
startingPositionsoftware.amazon.awscdk.services.lambda.StartingPositioncdk.api.services.lambda/starting-position:starting-position
startingPositionTimestampjava.lang.Numbercdk.support/lookup-entry:starting-position-timestamp
supportS3OnFailureDestinationjava.lang.Booleancdk.support/lookup-entry:support-s3-on-failure-destination
tumblingWindowsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:tumbling-window
The build-event-source-mapping-options-builder function updates a EventSourceMappingOptions$Builder instance using the provided configuration.
  The function takes the EventSourceMappingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `bisectBatchOnError` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:bisect-batch-on-error` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `eventSourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-arn` |
| `filters` | java.util.List | [[cdk.support/lookup-entry]] | `:filters` |
| `kafkaBootstrapServers` | java.util.List | [[cdk.support/lookup-entry]] | `:kafka-bootstrap-servers` |
| `kafkaConsumerGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-consumer-group-id` |
| `kafkaTopic` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-topic` |
| `maxBatchingWindow` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-batching-window` |
| `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` |
| `maxRecordAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-record-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IEventSourceDlq | [[cdk.support/lookup-entry]] | `:on-failure` |
| `parallelizationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelization-factor` |
| `reportBatchItemFailures` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-batch-item-failures` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `sourceAccessConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:source-access-configurations` |
| `startingPosition` | software.amazon.awscdk.services.lambda.StartingPosition | [[cdk.api.services.lambda/starting-position]] | `:starting-position` |
| `startingPositionTimestamp` | java.lang.Number | [[cdk.support/lookup-entry]] | `:starting-position-timestamp` |
| `supportS3OnFailureDestination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:support-s3-on-failure-destination` |
| `tumblingWindow` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:tumbling-window` |
sourceraw docstring

build-event-source-mapping-props-builderclj

(build-event-source-mapping-props-builder builder id config)

The build-event-source-mapping-props-builder function updates a EventSourceMappingProps$Builder instance using the provided configuration. The function takes the EventSourceMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
bisectBatchOnErrorjava.lang.Booleancdk.support/lookup-entry:bisect-batch-on-error
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventSourceArnjava.lang.Stringcdk.support/lookup-entry:event-source-arn
filtersjava.util.Listcdk.support/lookup-entry:filters
kafkaBootstrapServersjava.util.Listcdk.support/lookup-entry:kafka-bootstrap-servers
kafkaConsumerGroupIdjava.lang.Stringcdk.support/lookup-entry:kafka-consumer-group-id
kafkaTopicjava.lang.Stringcdk.support/lookup-entry:kafka-topic
maxBatchingWindowsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-batching-window
maxConcurrencyjava.lang.Numbercdk.support/lookup-entry:max-concurrency
maxRecordAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-record-age
onFailuresoftware.amazon.awscdk.services.lambda.IEventSourceDlqcdk.support/lookup-entry:on-failure
parallelizationFactorjava.lang.Numbercdk.support/lookup-entry:parallelization-factor
reportBatchItemFailuresjava.lang.Booleancdk.support/lookup-entry:report-batch-item-failures
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
sourceAccessConfigurationsjava.util.Listcdk.support/lookup-entry:source-access-configurations
startingPositionsoftware.amazon.awscdk.services.lambda.StartingPositioncdk.api.services.lambda/starting-position:starting-position
startingPositionTimestampjava.lang.Numbercdk.support/lookup-entry:starting-position-timestamp
supportS3OnFailureDestinationjava.lang.Booleancdk.support/lookup-entry:support-s3-on-failure-destination
targetsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:target
tumblingWindowsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:tumbling-window
The build-event-source-mapping-props-builder function updates a EventSourceMappingProps$Builder instance using the provided configuration.
  The function takes the EventSourceMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `bisectBatchOnError` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:bisect-batch-on-error` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `eventSourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-arn` |
| `filters` | java.util.List | [[cdk.support/lookup-entry]] | `:filters` |
| `kafkaBootstrapServers` | java.util.List | [[cdk.support/lookup-entry]] | `:kafka-bootstrap-servers` |
| `kafkaConsumerGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-consumer-group-id` |
| `kafkaTopic` | java.lang.String | [[cdk.support/lookup-entry]] | `:kafka-topic` |
| `maxBatchingWindow` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-batching-window` |
| `maxConcurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrency` |
| `maxRecordAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-record-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IEventSourceDlq | [[cdk.support/lookup-entry]] | `:on-failure` |
| `parallelizationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelization-factor` |
| `reportBatchItemFailures` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-batch-item-failures` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `sourceAccessConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:source-access-configurations` |
| `startingPosition` | software.amazon.awscdk.services.lambda.StartingPosition | [[cdk.api.services.lambda/starting-position]] | `:starting-position` |
| `startingPositionTimestamp` | java.lang.Number | [[cdk.support/lookup-entry]] | `:starting-position-timestamp` |
| `supportS3OnFailureDestination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:support-s3-on-failure-destination` |
| `target` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:target` |
| `tumblingWindow` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:tumbling-window` |
sourceraw docstring

build-file-system-config-builderclj

(build-file-system-config-builder builder id config)

The build-file-system-config-builder function updates a FileSystemConfig$Builder instance using the provided configuration. The function takes the FileSystemConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
arnjava.lang.Stringcdk.support/lookup-entry:arn
connectionssoftware.amazon.awscdk.services.ec2.Connectionscdk.support/lookup-entry:connections
dependencyjava.util.Listcdk.support/lookup-entry:dependency
localMountPathjava.lang.Stringcdk.support/lookup-entry:local-mount-path
policiesjava.util.Listcdk.support/lookup-entry:policies
The build-file-system-config-builder function updates a FileSystemConfig$Builder instance using the provided configuration.
  The function takes the FileSystemConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
| `connections` | software.amazon.awscdk.services.ec2.Connections | [[cdk.support/lookup-entry]] | `:connections` |
| `dependency` | java.util.List | [[cdk.support/lookup-entry]] | `:dependency` |
| `localMountPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-mount-path` |
| `policies` | java.util.List | [[cdk.support/lookup-entry]] | `:policies` |
sourceraw docstring

build-function-attributes-builderclj

(build-function-attributes-builder builder id config)

The build-function-attributes-builder function updates a FunctionAttributes$Builder instance using the provided configuration. The function takes the FunctionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
architecturesoftware.amazon.awscdk.services.lambda.Architecturecdk.support/lookup-entry:architecture
functionArnjava.lang.Stringcdk.support/lookup-entry:function-arn
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
sameEnvironmentjava.lang.Booleancdk.support/lookup-entry:same-environment
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.support/lookup-entry:security-group
skipPermissionsjava.lang.Booleancdk.support/lookup-entry:skip-permissions
The build-function-attributes-builder function updates a FunctionAttributes$Builder instance using the provided configuration.
  The function takes the FunctionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `architecture` | software.amazon.awscdk.services.lambda.Architecture | [[cdk.support/lookup-entry]] | `:architecture` |
| `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `sameEnvironment` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:same-environment` |
| `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
| `skipPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:skip-permissions` |
sourceraw docstring

build-function-builderclj

(build-function-builder builder id config)

The build-function-builder function updates a Function$Builder instance using the provided configuration. The function takes the Function$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adotInstrumentationsoftware.amazon.awscdk.services.lambda.AdotInstrumentationConfigcdk.support/lookup-entry:adot-instrumentation
allowAllOutboundjava.lang.Booleancdk.support/lookup-entry:allow-all-outbound
allowPublicSubnetjava.lang.Booleancdk.support/lookup-entry:allow-public-subnet
applicationLogLeveljava.lang.Stringcdk.support/lookup-entry:application-log-level
applicationLogLevelV2software.amazon.awscdk.services.lambda.ApplicationLogLevelcdk.api.services.lambda/application-log-level:application-log-level-v2
architecturesoftware.amazon.awscdk.services.lambda.Architecturecdk.support/lookup-entry:architecture
codesoftware.amazon.awscdk.services.lambda.Codecdk.support/lookup-entry:code
codeSigningConfigsoftware.amazon.awscdk.services.lambda.ICodeSigningConfigcdk.support/lookup-entry:code-signing-config
currentVersionOptionssoftware.amazon.awscdk.services.lambda.VersionOptionscdk.support/lookup-entry:current-version-options
deadLetterQueuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:dead-letter-queue
deadLetterQueueEnabledjava.lang.Booleancdk.support/lookup-entry:dead-letter-queue-enabled
deadLetterTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:dead-letter-topic
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentEncryptionsoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:environment-encryption
ephemeralStorageSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ephemeral-storage-size
eventsjava.util.Listcdk.support/lookup-entry:events
filesystemsoftware.amazon.awscdk.services.lambda.FileSystemcdk.support/lookup-entry:filesystem
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
handlerjava.lang.Stringcdk.support/lookup-entry:handler
initialPolicyjava.util.Listcdk.support/lookup-entry:initial-policy
insightsVersionsoftware.amazon.awscdk.services.lambda.LambdaInsightsVersioncdk.support/lookup-entry:insights-version
ipv6AllowedForDualStackjava.lang.Booleancdk.support/lookup-entry:ipv6-allowed-for-dual-stack
layersjava.util.Listcdk.support/lookup-entry:layers
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
logRetentionRetryOptionssoftware.amazon.awscdk.services.lambda.LogRetentionRetryOptionscdk.support/lookup-entry:log-retention-retry-options
logRetentionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:log-retention-role
loggingFormatsoftware.amazon.awscdk.services.lambda.LoggingFormatcdk.api.services.lambda/logging-format:logging-format
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
paramsAndSecretssoftware.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersioncdk.support/lookup-entry:params-and-secrets
profilingjava.lang.Booleancdk.support/lookup-entry:profiling
profilingGroupsoftware.amazon.awscdk.services.codeguruprofiler.IProfilingGroupcdk.support/lookup-entry:profiling-group
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runtimesoftware.amazon.awscdk.services.lambda.Runtimecdk.support/lookup-entry:runtime
runtimeManagementModesoftware.amazon.awscdk.services.lambda.RuntimeManagementModecdk.support/lookup-entry:runtime-management-mode
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
snapStartsoftware.amazon.awscdk.services.lambda.SnapStartConfcdk.support/lookup-entry:snap-start
systemLogLeveljava.lang.Stringcdk.support/lookup-entry:system-log-level
systemLogLevelV2software.amazon.awscdk.services.lambda.SystemLogLevelcdk.api.services.lambda/system-log-level:system-log-level-v2
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
tracingsoftware.amazon.awscdk.services.lambda.Tracingcdk.api.services.lambda/tracing:tracing
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-function-builder function updates a Function$Builder instance using the provided configuration.
  The function takes the Function$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adotInstrumentation` | software.amazon.awscdk.services.lambda.AdotInstrumentationConfig | [[cdk.support/lookup-entry]] | `:adot-instrumentation` |
| `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` |
| `allowPublicSubnet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-subnet` |
| `applicationLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-log-level` |
| `applicationLogLevelV2` | software.amazon.awscdk.services.lambda.ApplicationLogLevel | [[cdk.api.services.lambda/application-log-level]] | `:application-log-level-v2` |
| `architecture` | software.amazon.awscdk.services.lambda.Architecture | [[cdk.support/lookup-entry]] | `:architecture` |
| `code` | software.amazon.awscdk.services.lambda.Code | [[cdk.support/lookup-entry]] | `:code` |
| `codeSigningConfig` | software.amazon.awscdk.services.lambda.ICodeSigningConfig | [[cdk.support/lookup-entry]] | `:code-signing-config` |
| `currentVersionOptions` | software.amazon.awscdk.services.lambda.VersionOptions | [[cdk.support/lookup-entry]] | `:current-version-options` |
| `deadLetterQueue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deadLetterQueueEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dead-letter-queue-enabled` |
| `deadLetterTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:dead-letter-topic` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentEncryption` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:environment-encryption` |
| `ephemeralStorageSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ephemeral-storage-size` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
| `filesystem` | software.amazon.awscdk.services.lambda.FileSystem | [[cdk.support/lookup-entry]] | `:filesystem` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `handler` | java.lang.String | [[cdk.support/lookup-entry]] | `:handler` |
| `initialPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:initial-policy` |
| `insightsVersion` | software.amazon.awscdk.services.lambda.LambdaInsightsVersion | [[cdk.support/lookup-entry]] | `:insights-version` |
| `ipv6AllowedForDualStack` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-allowed-for-dual-stack` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `logRetentionRetryOptions` | software.amazon.awscdk.services.lambda.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` |
| `logRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:log-retention-role` |
| `loggingFormat` | software.amazon.awscdk.services.lambda.LoggingFormat | [[cdk.api.services.lambda/logging-format]] | `:logging-format` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `paramsAndSecrets` | software.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersion | [[cdk.support/lookup-entry]] | `:params-and-secrets` |
| `profiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:profiling` |
| `profilingGroup` | software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup | [[cdk.support/lookup-entry]] | `:profiling-group` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `runtime` | software.amazon.awscdk.services.lambda.Runtime | [[cdk.support/lookup-entry]] | `:runtime` |
| `runtimeManagementMode` | software.amazon.awscdk.services.lambda.RuntimeManagementMode | [[cdk.support/lookup-entry]] | `:runtime-management-mode` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `snapStart` | software.amazon.awscdk.services.lambda.SnapStartConf | [[cdk.support/lookup-entry]] | `:snap-start` |
| `systemLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-log-level` |
| `systemLogLevelV2` | software.amazon.awscdk.services.lambda.SystemLogLevel | [[cdk.api.services.lambda/system-log-level]] | `:system-log-level-v2` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | software.amazon.awscdk.services.lambda.Tracing | [[cdk.api.services.lambda/tracing]] | `:tracing` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-function-options-builderclj

(build-function-options-builder builder id config)

The build-function-options-builder function updates a FunctionOptions$Builder instance using the provided configuration. The function takes the FunctionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adotInstrumentationsoftware.amazon.awscdk.services.lambda.AdotInstrumentationConfigcdk.support/lookup-entry:adot-instrumentation
allowAllOutboundjava.lang.Booleancdk.support/lookup-entry:allow-all-outbound
allowPublicSubnetjava.lang.Booleancdk.support/lookup-entry:allow-public-subnet
applicationLogLeveljava.lang.Stringcdk.support/lookup-entry:application-log-level
applicationLogLevelV2software.amazon.awscdk.services.lambda.ApplicationLogLevelcdk.api.services.lambda/application-log-level:application-log-level-v2
architecturesoftware.amazon.awscdk.services.lambda.Architecturecdk.support/lookup-entry:architecture
codeSigningConfigsoftware.amazon.awscdk.services.lambda.ICodeSigningConfigcdk.support/lookup-entry:code-signing-config
currentVersionOptionssoftware.amazon.awscdk.services.lambda.VersionOptionscdk.support/lookup-entry:current-version-options
deadLetterQueuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:dead-letter-queue
deadLetterQueueEnabledjava.lang.Booleancdk.support/lookup-entry:dead-letter-queue-enabled
deadLetterTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:dead-letter-topic
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentEncryptionsoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:environment-encryption
ephemeralStorageSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ephemeral-storage-size
eventsjava.util.Listcdk.support/lookup-entry:events
filesystemsoftware.amazon.awscdk.services.lambda.FileSystemcdk.support/lookup-entry:filesystem
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
initialPolicyjava.util.Listcdk.support/lookup-entry:initial-policy
insightsVersionsoftware.amazon.awscdk.services.lambda.LambdaInsightsVersioncdk.support/lookup-entry:insights-version
ipv6AllowedForDualStackjava.lang.Booleancdk.support/lookup-entry:ipv6-allowed-for-dual-stack
layersjava.util.Listcdk.support/lookup-entry:layers
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
logRetentionRetryOptionssoftware.amazon.awscdk.services.lambda.LogRetentionRetryOptionscdk.support/lookup-entry:log-retention-retry-options
logRetentionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:log-retention-role
loggingFormatsoftware.amazon.awscdk.services.lambda.LoggingFormatcdk.api.services.lambda/logging-format:logging-format
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
paramsAndSecretssoftware.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersioncdk.support/lookup-entry:params-and-secrets
profilingjava.lang.Booleancdk.support/lookup-entry:profiling
profilingGroupsoftware.amazon.awscdk.services.codeguruprofiler.IProfilingGroupcdk.support/lookup-entry:profiling-group
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runtimeManagementModesoftware.amazon.awscdk.services.lambda.RuntimeManagementModecdk.support/lookup-entry:runtime-management-mode
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
snapStartsoftware.amazon.awscdk.services.lambda.SnapStartConfcdk.support/lookup-entry:snap-start
systemLogLeveljava.lang.Stringcdk.support/lookup-entry:system-log-level
systemLogLevelV2software.amazon.awscdk.services.lambda.SystemLogLevelcdk.api.services.lambda/system-log-level:system-log-level-v2
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
tracingsoftware.amazon.awscdk.services.lambda.Tracingcdk.api.services.lambda/tracing:tracing
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-function-options-builder function updates a FunctionOptions$Builder instance using the provided configuration.
  The function takes the FunctionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adotInstrumentation` | software.amazon.awscdk.services.lambda.AdotInstrumentationConfig | [[cdk.support/lookup-entry]] | `:adot-instrumentation` |
| `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` |
| `allowPublicSubnet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-subnet` |
| `applicationLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-log-level` |
| `applicationLogLevelV2` | software.amazon.awscdk.services.lambda.ApplicationLogLevel | [[cdk.api.services.lambda/application-log-level]] | `:application-log-level-v2` |
| `architecture` | software.amazon.awscdk.services.lambda.Architecture | [[cdk.support/lookup-entry]] | `:architecture` |
| `codeSigningConfig` | software.amazon.awscdk.services.lambda.ICodeSigningConfig | [[cdk.support/lookup-entry]] | `:code-signing-config` |
| `currentVersionOptions` | software.amazon.awscdk.services.lambda.VersionOptions | [[cdk.support/lookup-entry]] | `:current-version-options` |
| `deadLetterQueue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deadLetterQueueEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dead-letter-queue-enabled` |
| `deadLetterTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:dead-letter-topic` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentEncryption` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:environment-encryption` |
| `ephemeralStorageSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ephemeral-storage-size` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
| `filesystem` | software.amazon.awscdk.services.lambda.FileSystem | [[cdk.support/lookup-entry]] | `:filesystem` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `initialPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:initial-policy` |
| `insightsVersion` | software.amazon.awscdk.services.lambda.LambdaInsightsVersion | [[cdk.support/lookup-entry]] | `:insights-version` |
| `ipv6AllowedForDualStack` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-allowed-for-dual-stack` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `logRetentionRetryOptions` | software.amazon.awscdk.services.lambda.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` |
| `logRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:log-retention-role` |
| `loggingFormat` | software.amazon.awscdk.services.lambda.LoggingFormat | [[cdk.api.services.lambda/logging-format]] | `:logging-format` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `paramsAndSecrets` | software.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersion | [[cdk.support/lookup-entry]] | `:params-and-secrets` |
| `profiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:profiling` |
| `profilingGroup` | software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup | [[cdk.support/lookup-entry]] | `:profiling-group` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `runtimeManagementMode` | software.amazon.awscdk.services.lambda.RuntimeManagementMode | [[cdk.support/lookup-entry]] | `:runtime-management-mode` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `snapStart` | software.amazon.awscdk.services.lambda.SnapStartConf | [[cdk.support/lookup-entry]] | `:snap-start` |
| `systemLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-log-level` |
| `systemLogLevelV2` | software.amazon.awscdk.services.lambda.SystemLogLevel | [[cdk.api.services.lambda/system-log-level]] | `:system-log-level-v2` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | software.amazon.awscdk.services.lambda.Tracing | [[cdk.api.services.lambda/tracing]] | `:tracing` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-function-props-builderclj

(build-function-props-builder builder id config)

The build-function-props-builder function updates a FunctionProps$Builder instance using the provided configuration. The function takes the FunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adotInstrumentationsoftware.amazon.awscdk.services.lambda.AdotInstrumentationConfigcdk.support/lookup-entry:adot-instrumentation
allowAllOutboundjava.lang.Booleancdk.support/lookup-entry:allow-all-outbound
allowPublicSubnetjava.lang.Booleancdk.support/lookup-entry:allow-public-subnet
applicationLogLeveljava.lang.Stringcdk.support/lookup-entry:application-log-level
applicationLogLevelV2software.amazon.awscdk.services.lambda.ApplicationLogLevelcdk.api.services.lambda/application-log-level:application-log-level-v2
architecturesoftware.amazon.awscdk.services.lambda.Architecturecdk.support/lookup-entry:architecture
codesoftware.amazon.awscdk.services.lambda.Codecdk.support/lookup-entry:code
codeSigningConfigsoftware.amazon.awscdk.services.lambda.ICodeSigningConfigcdk.support/lookup-entry:code-signing-config
currentVersionOptionssoftware.amazon.awscdk.services.lambda.VersionOptionscdk.support/lookup-entry:current-version-options
deadLetterQueuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:dead-letter-queue
deadLetterQueueEnabledjava.lang.Booleancdk.support/lookup-entry:dead-letter-queue-enabled
deadLetterTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:dead-letter-topic
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentEncryptionsoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:environment-encryption
ephemeralStorageSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ephemeral-storage-size
eventsjava.util.Listcdk.support/lookup-entry:events
filesystemsoftware.amazon.awscdk.services.lambda.FileSystemcdk.support/lookup-entry:filesystem
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
handlerjava.lang.Stringcdk.support/lookup-entry:handler
initialPolicyjava.util.Listcdk.support/lookup-entry:initial-policy
insightsVersionsoftware.amazon.awscdk.services.lambda.LambdaInsightsVersioncdk.support/lookup-entry:insights-version
ipv6AllowedForDualStackjava.lang.Booleancdk.support/lookup-entry:ipv6-allowed-for-dual-stack
layersjava.util.Listcdk.support/lookup-entry:layers
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
logRetentionRetryOptionssoftware.amazon.awscdk.services.lambda.LogRetentionRetryOptionscdk.support/lookup-entry:log-retention-retry-options
logRetentionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:log-retention-role
loggingFormatsoftware.amazon.awscdk.services.lambda.LoggingFormatcdk.api.services.lambda/logging-format:logging-format
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
paramsAndSecretssoftware.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersioncdk.support/lookup-entry:params-and-secrets
profilingjava.lang.Booleancdk.support/lookup-entry:profiling
profilingGroupsoftware.amazon.awscdk.services.codeguruprofiler.IProfilingGroupcdk.support/lookup-entry:profiling-group
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runtimesoftware.amazon.awscdk.services.lambda.Runtimecdk.support/lookup-entry:runtime
runtimeManagementModesoftware.amazon.awscdk.services.lambda.RuntimeManagementModecdk.support/lookup-entry:runtime-management-mode
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
snapStartsoftware.amazon.awscdk.services.lambda.SnapStartConfcdk.support/lookup-entry:snap-start
systemLogLeveljava.lang.Stringcdk.support/lookup-entry:system-log-level
systemLogLevelV2software.amazon.awscdk.services.lambda.SystemLogLevelcdk.api.services.lambda/system-log-level:system-log-level-v2
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
tracingsoftware.amazon.awscdk.services.lambda.Tracingcdk.api.services.lambda/tracing:tracing
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-function-props-builder function updates a FunctionProps$Builder instance using the provided configuration.
  The function takes the FunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adotInstrumentation` | software.amazon.awscdk.services.lambda.AdotInstrumentationConfig | [[cdk.support/lookup-entry]] | `:adot-instrumentation` |
| `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` |
| `allowPublicSubnet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-subnet` |
| `applicationLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-log-level` |
| `applicationLogLevelV2` | software.amazon.awscdk.services.lambda.ApplicationLogLevel | [[cdk.api.services.lambda/application-log-level]] | `:application-log-level-v2` |
| `architecture` | software.amazon.awscdk.services.lambda.Architecture | [[cdk.support/lookup-entry]] | `:architecture` |
| `code` | software.amazon.awscdk.services.lambda.Code | [[cdk.support/lookup-entry]] | `:code` |
| `codeSigningConfig` | software.amazon.awscdk.services.lambda.ICodeSigningConfig | [[cdk.support/lookup-entry]] | `:code-signing-config` |
| `currentVersionOptions` | software.amazon.awscdk.services.lambda.VersionOptions | [[cdk.support/lookup-entry]] | `:current-version-options` |
| `deadLetterQueue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deadLetterQueueEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dead-letter-queue-enabled` |
| `deadLetterTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:dead-letter-topic` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentEncryption` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:environment-encryption` |
| `ephemeralStorageSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ephemeral-storage-size` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
| `filesystem` | software.amazon.awscdk.services.lambda.FileSystem | [[cdk.support/lookup-entry]] | `:filesystem` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `handler` | java.lang.String | [[cdk.support/lookup-entry]] | `:handler` |
| `initialPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:initial-policy` |
| `insightsVersion` | software.amazon.awscdk.services.lambda.LambdaInsightsVersion | [[cdk.support/lookup-entry]] | `:insights-version` |
| `ipv6AllowedForDualStack` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-allowed-for-dual-stack` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `logRetentionRetryOptions` | software.amazon.awscdk.services.lambda.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` |
| `logRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:log-retention-role` |
| `loggingFormat` | software.amazon.awscdk.services.lambda.LoggingFormat | [[cdk.api.services.lambda/logging-format]] | `:logging-format` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `paramsAndSecrets` | software.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersion | [[cdk.support/lookup-entry]] | `:params-and-secrets` |
| `profiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:profiling` |
| `profilingGroup` | software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup | [[cdk.support/lookup-entry]] | `:profiling-group` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `runtime` | software.amazon.awscdk.services.lambda.Runtime | [[cdk.support/lookup-entry]] | `:runtime` |
| `runtimeManagementMode` | software.amazon.awscdk.services.lambda.RuntimeManagementMode | [[cdk.support/lookup-entry]] | `:runtime-management-mode` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `snapStart` | software.amazon.awscdk.services.lambda.SnapStartConf | [[cdk.support/lookup-entry]] | `:snap-start` |
| `systemLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-log-level` |
| `systemLogLevelV2` | software.amazon.awscdk.services.lambda.SystemLogLevel | [[cdk.api.services.lambda/system-log-level]] | `:system-log-level-v2` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | software.amazon.awscdk.services.lambda.Tracing | [[cdk.api.services.lambda/tracing]] | `:tracing` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-function-url-builderclj

(build-function-url-builder builder id config)

The build-function-url-builder function updates a FunctionUrl$Builder instance using the provided configuration. The function takes the FunctionUrl$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authTypesoftware.amazon.awscdk.services.lambda.FunctionUrlAuthTypecdk.api.services.lambda/function-url-auth-type:auth-type
corssoftware.amazon.awscdk.services.lambda.FunctionUrlCorsOptionscdk.support/lookup-entry:cors
functionsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:function
invokeModesoftware.amazon.awscdk.services.lambda.InvokeModecdk.api.services.lambda/invoke-mode:invoke-mode
The build-function-url-builder function updates a FunctionUrl$Builder instance using the provided configuration.
  The function takes the FunctionUrl$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authType` | software.amazon.awscdk.services.lambda.FunctionUrlAuthType | [[cdk.api.services.lambda/function-url-auth-type]] | `:auth-type` |
| `cors` | software.amazon.awscdk.services.lambda.FunctionUrlCorsOptions | [[cdk.support/lookup-entry]] | `:cors` |
| `function` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:function` |
| `invokeMode` | software.amazon.awscdk.services.lambda.InvokeMode | [[cdk.api.services.lambda/invoke-mode]] | `:invoke-mode` |
sourceraw docstring

build-function-url-cors-options-builderclj

(build-function-url-cors-options-builder builder id config)

The build-function-url-cors-options-builder function updates a FunctionUrlCorsOptions$Builder instance using the provided configuration. The function takes the FunctionUrlCorsOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowCredentialsjava.lang.Booleancdk.support/lookup-entry:allow-credentials
allowedHeadersjava.util.Listcdk.support/lookup-entry:allowed-headers
allowedMethodsjava.util.Listcdk.support/lookup-entry:allowed-methods
allowedOriginsjava.util.Listcdk.support/lookup-entry:allowed-origins
exposedHeadersjava.util.Listcdk.support/lookup-entry:exposed-headers
maxAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-age
The build-function-url-cors-options-builder function updates a FunctionUrlCorsOptions$Builder instance using the provided configuration.
  The function takes the FunctionUrlCorsOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowCredentials` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-credentials` |
| `allowedHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-headers` |
| `allowedMethods` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-methods` |
| `allowedOrigins` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-origins` |
| `exposedHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:exposed-headers` |
| `maxAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-age` |
sourceraw docstring

build-function-url-options-builderclj

(build-function-url-options-builder builder id config)

The build-function-url-options-builder function updates a FunctionUrlOptions$Builder instance using the provided configuration. The function takes the FunctionUrlOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authTypesoftware.amazon.awscdk.services.lambda.FunctionUrlAuthTypecdk.api.services.lambda/function-url-auth-type:auth-type
corssoftware.amazon.awscdk.services.lambda.FunctionUrlCorsOptionscdk.support/lookup-entry:cors
invokeModesoftware.amazon.awscdk.services.lambda.InvokeModecdk.api.services.lambda/invoke-mode:invoke-mode
The build-function-url-options-builder function updates a FunctionUrlOptions$Builder instance using the provided configuration.
  The function takes the FunctionUrlOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authType` | software.amazon.awscdk.services.lambda.FunctionUrlAuthType | [[cdk.api.services.lambda/function-url-auth-type]] | `:auth-type` |
| `cors` | software.amazon.awscdk.services.lambda.FunctionUrlCorsOptions | [[cdk.support/lookup-entry]] | `:cors` |
| `invokeMode` | software.amazon.awscdk.services.lambda.InvokeMode | [[cdk.api.services.lambda/invoke-mode]] | `:invoke-mode` |
sourceraw docstring

build-function-url-props-builderclj

(build-function-url-props-builder builder id config)

The build-function-url-props-builder function updates a FunctionUrlProps$Builder instance using the provided configuration. The function takes the FunctionUrlProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authTypesoftware.amazon.awscdk.services.lambda.FunctionUrlAuthTypecdk.api.services.lambda/function-url-auth-type:auth-type
corssoftware.amazon.awscdk.services.lambda.FunctionUrlCorsOptionscdk.support/lookup-entry:cors
functionsoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:function
invokeModesoftware.amazon.awscdk.services.lambda.InvokeModecdk.api.services.lambda/invoke-mode:invoke-mode
The build-function-url-props-builder function updates a FunctionUrlProps$Builder instance using the provided configuration.
  The function takes the FunctionUrlProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authType` | software.amazon.awscdk.services.lambda.FunctionUrlAuthType | [[cdk.api.services.lambda/function-url-auth-type]] | `:auth-type` |
| `cors` | software.amazon.awscdk.services.lambda.FunctionUrlCorsOptions | [[cdk.support/lookup-entry]] | `:cors` |
| `function` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:function` |
| `invokeMode` | software.amazon.awscdk.services.lambda.InvokeMode | [[cdk.api.services.lambda/invoke-mode]] | `:invoke-mode` |
sourceraw docstring

build-lambda-runtime-props-builderclj

(build-lambda-runtime-props-builder builder id config)

The build-lambda-runtime-props-builder function updates a LambdaRuntimeProps$Builder instance using the provided configuration. The function takes the LambdaRuntimeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bundlingDockerImagejava.lang.Stringcdk.support/lookup-entry:bundling-docker-image
isVariablejava.lang.Booleancdk.support/lookup-entry:is-variable
supportsCodeGuruProfilingjava.lang.Booleancdk.support/lookup-entry:supports-code-guru-profiling
supportsInlineCodejava.lang.Booleancdk.support/lookup-entry:supports-inline-code
supportsSnapStartjava.lang.Booleancdk.support/lookup-entry:supports-snap-start
The build-lambda-runtime-props-builder function updates a LambdaRuntimeProps$Builder instance using the provided configuration.
  The function takes the LambdaRuntimeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bundlingDockerImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundling-docker-image` |
| `isVariable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-variable` |
| `supportsCodeGuruProfiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:supports-code-guru-profiling` |
| `supportsInlineCode` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:supports-inline-code` |
| `supportsSnapStart` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:supports-snap-start` |
sourceraw docstring

build-layer-version-attributes-builderclj

(build-layer-version-attributes-builder builder id config)

The build-layer-version-attributes-builder function updates a LayerVersionAttributes$Builder instance using the provided configuration. The function takes the LayerVersionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
compatibleRuntimesjava.util.Listcdk.support/lookup-entry:compatible-runtimes
layerVersionArnjava.lang.Stringcdk.support/lookup-entry:layer-version-arn
The build-layer-version-attributes-builder function updates a LayerVersionAttributes$Builder instance using the provided configuration.
  The function takes the LayerVersionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compatibleRuntimes` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-runtimes` |
| `layerVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-version-arn` |
sourceraw docstring

build-layer-version-builderclj

(build-layer-version-builder builder id config)

The build-layer-version-builder function updates a LayerVersion$Builder instance using the provided configuration. The function takes the LayerVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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.lambda.Codecdk.support/lookup-entry:code
compatibleArchitecturesjava.util.Listcdk.support/lookup-entry:compatible-architectures
compatibleRuntimesjava.util.Listcdk.support/lookup-entry:compatible-runtimes
descriptionjava.lang.Stringcdk.support/lookup-entry:description
layerVersionNamejava.lang.Stringcdk.support/lookup-entry:layer-version-name
licensejava.lang.Stringcdk.support/lookup-entry:license
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
The build-layer-version-builder function updates a LayerVersion$Builder instance using the provided configuration.
  The function takes the LayerVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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.lambda.Code | [[cdk.support/lookup-entry]] | `:code` |
| `compatibleArchitectures` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-architectures` |
| `compatibleRuntimes` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-runtimes` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `layerVersionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-version-name` |
| `license` | java.lang.String | [[cdk.support/lookup-entry]] | `:license` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
sourceraw docstring

build-layer-version-options-builderclj

(build-layer-version-options-builder builder id config)

The build-layer-version-options-builder function updates a LayerVersionOptions$Builder instance using the provided configuration. The function takes the LayerVersionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
layerVersionNamejava.lang.Stringcdk.support/lookup-entry:layer-version-name
licensejava.lang.Stringcdk.support/lookup-entry:license
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
The build-layer-version-options-builder function updates a LayerVersionOptions$Builder instance using the provided configuration.
  The function takes the LayerVersionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `layerVersionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-version-name` |
| `license` | java.lang.String | [[cdk.support/lookup-entry]] | `:license` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
sourceraw docstring

build-layer-version-permission-builderclj

(build-layer-version-permission-builder builder id config)

The build-layer-version-permission-builder function updates a LayerVersionPermission$Builder instance using the provided configuration. The function takes the LayerVersionPermission$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
organizationIdjava.lang.Stringcdk.support/lookup-entry:organization-id
The build-layer-version-permission-builder function updates a LayerVersionPermission$Builder instance using the provided configuration.
  The function takes the LayerVersionPermission$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `organizationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-id` |
sourceraw docstring

build-layer-version-props-builderclj

(build-layer-version-props-builder builder id config)

The build-layer-version-props-builder function updates a LayerVersionProps$Builder instance using the provided configuration. The function takes the LayerVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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.lambda.Codecdk.support/lookup-entry:code
compatibleArchitecturesjava.util.Listcdk.support/lookup-entry:compatible-architectures
compatibleRuntimesjava.util.Listcdk.support/lookup-entry:compatible-runtimes
descriptionjava.lang.Stringcdk.support/lookup-entry:description
layerVersionNamejava.lang.Stringcdk.support/lookup-entry:layer-version-name
licensejava.lang.Stringcdk.support/lookup-entry:license
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
The build-layer-version-props-builder function updates a LayerVersionProps$Builder instance using the provided configuration.
  The function takes the LayerVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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.lambda.Code | [[cdk.support/lookup-entry]] | `:code` |
| `compatibleArchitectures` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-architectures` |
| `compatibleRuntimes` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-runtimes` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `layerVersionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-version-name` |
| `license` | java.lang.String | [[cdk.support/lookup-entry]] | `:license` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
sourceraw docstring

build-log-retention-retry-options-builderclj

(build-log-retention-retry-options-builder builder id config)

The build-log-retention-retry-options-builder function updates a LogRetentionRetryOptions$Builder instance using the provided configuration. The function takes the LogRetentionRetryOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
basesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:base
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
The build-log-retention-retry-options-builder function updates a LogRetentionRetryOptions$Builder instance using the provided configuration.
  The function takes the LogRetentionRetryOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `base` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:base` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
sourceraw docstring

build-params-and-secrets-options-builderclj

(build-params-and-secrets-options-builder builder id config)

The build-params-and-secrets-options-builder function updates a ParamsAndSecretsOptions$Builder instance using the provided configuration. The function takes the ParamsAndSecretsOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cacheEnabledjava.lang.Booleancdk.support/lookup-entry:cache-enabled
cacheSizejava.lang.Numbercdk.support/lookup-entry:cache-size
httpPortjava.lang.Numbercdk.support/lookup-entry:http-port
logLevelsoftware.amazon.awscdk.services.lambda.ParamsAndSecretsLogLevelcdk.api.services.lambda/params-and-secrets-log-level:log-level
maxConnectionsjava.lang.Numbercdk.support/lookup-entry:max-connections
parameterStoreTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:parameter-store-timeout
parameterStoreTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:parameter-store-ttl
secretsManagerTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:secrets-manager-timeout
secretsManagerTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:secrets-manager-ttl
The build-params-and-secrets-options-builder function updates a ParamsAndSecretsOptions$Builder instance using the provided configuration.
  The function takes the ParamsAndSecretsOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-enabled` |
| `cacheSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cache-size` |
| `httpPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-port` |
| `logLevel` | software.amazon.awscdk.services.lambda.ParamsAndSecretsLogLevel | [[cdk.api.services.lambda/params-and-secrets-log-level]] | `:log-level` |
| `maxConnections` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-connections` |
| `parameterStoreTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:parameter-store-timeout` |
| `parameterStoreTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:parameter-store-ttl` |
| `secretsManagerTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:secrets-manager-timeout` |
| `secretsManagerTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:secrets-manager-ttl` |
sourceraw docstring

build-permission-builderclj

(build-permission-builder builder id config)

The build-permission-builder function updates a Permission$Builder instance using the provided configuration. The function takes the Permission$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
actionjava.lang.Stringcdk.support/lookup-entry:action
eventSourceTokenjava.lang.Stringcdk.support/lookup-entry:event-source-token
functionUrlAuthTypesoftware.amazon.awscdk.services.lambda.FunctionUrlAuthTypecdk.api.services.lambda/function-url-auth-type:function-url-auth-type
organizationIdjava.lang.Stringcdk.support/lookup-entry:organization-id
principalsoftware.amazon.awscdk.services.iam.IPrincipalcdk.support/lookup-entry:principal
scopesoftware.constructs.Constructcdk.support/lookup-entry:scope
sourceAccountjava.lang.Stringcdk.support/lookup-entry:source-account
sourceArnjava.lang.Stringcdk.support/lookup-entry:source-arn
The build-permission-builder function updates a Permission$Builder instance using the provided configuration.
  The function takes the Permission$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `eventSourceToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-token` |
| `functionUrlAuthType` | software.amazon.awscdk.services.lambda.FunctionUrlAuthType | [[cdk.api.services.lambda/function-url-auth-type]] | `:function-url-auth-type` |
| `organizationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-id` |
| `principal` | software.amazon.awscdk.services.iam.IPrincipal | [[cdk.support/lookup-entry]] | `:principal` |
| `scope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:scope` |
| `sourceAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-account` |
| `sourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-arn` |
sourceraw docstring

build-resource-bind-options-builderclj

(build-resource-bind-options-builder builder id config)

The build-resource-bind-options-builder function updates a ResourceBindOptions$Builder instance using the provided configuration. The function takes the ResourceBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
resourcePropertyjava.lang.Stringcdk.support/lookup-entry:resource-property
The build-resource-bind-options-builder function updates a ResourceBindOptions$Builder instance using the provided configuration.
  The function takes the ResourceBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `resourceProperty` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-property` |
sourceraw docstring

build-runtime-builderclj

(build-runtime-builder builder id config)

The build-runtime-builder function updates a Runtime$Builder instance using the provided configuration. The function takes the Runtime$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bundlingDockerImagejava.lang.Stringcdk.support/lookup-entry:bundling-docker-image
isVariablejava.lang.Booleancdk.support/lookup-entry:is-variable
supportsCodeGuruProfilingjava.lang.Booleancdk.support/lookup-entry:supports-code-guru-profiling
supportsInlineCodejava.lang.Booleancdk.support/lookup-entry:supports-inline-code
supportsSnapStartjava.lang.Booleancdk.support/lookup-entry:supports-snap-start
The build-runtime-builder function updates a Runtime$Builder instance using the provided configuration.
  The function takes the Runtime$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bundlingDockerImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundling-docker-image` |
| `isVariable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-variable` |
| `supportsCodeGuruProfiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:supports-code-guru-profiling` |
| `supportsInlineCode` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:supports-inline-code` |
| `supportsSnapStart` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:supports-snap-start` |
sourceraw docstring

build-singleton-function-builderclj

(build-singleton-function-builder builder id config)

The build-singleton-function-builder function updates a SingletonFunction$Builder instance using the provided configuration. The function takes the SingletonFunction$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adotInstrumentationsoftware.amazon.awscdk.services.lambda.AdotInstrumentationConfigcdk.support/lookup-entry:adot-instrumentation
allowAllOutboundjava.lang.Booleancdk.support/lookup-entry:allow-all-outbound
allowPublicSubnetjava.lang.Booleancdk.support/lookup-entry:allow-public-subnet
applicationLogLeveljava.lang.Stringcdk.support/lookup-entry:application-log-level
applicationLogLevelV2software.amazon.awscdk.services.lambda.ApplicationLogLevelcdk.api.services.lambda/application-log-level:application-log-level-v2
architecturesoftware.amazon.awscdk.services.lambda.Architecturecdk.support/lookup-entry:architecture
codesoftware.amazon.awscdk.services.lambda.Codecdk.support/lookup-entry:code
codeSigningConfigsoftware.amazon.awscdk.services.lambda.ICodeSigningConfigcdk.support/lookup-entry:code-signing-config
currentVersionOptionssoftware.amazon.awscdk.services.lambda.VersionOptionscdk.support/lookup-entry:current-version-options
deadLetterQueuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:dead-letter-queue
deadLetterQueueEnabledjava.lang.Booleancdk.support/lookup-entry:dead-letter-queue-enabled
deadLetterTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:dead-letter-topic
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentEncryptionsoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:environment-encryption
ephemeralStorageSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ephemeral-storage-size
eventsjava.util.Listcdk.support/lookup-entry:events
filesystemsoftware.amazon.awscdk.services.lambda.FileSystemcdk.support/lookup-entry:filesystem
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
handlerjava.lang.Stringcdk.support/lookup-entry:handler
initialPolicyjava.util.Listcdk.support/lookup-entry:initial-policy
insightsVersionsoftware.amazon.awscdk.services.lambda.LambdaInsightsVersioncdk.support/lookup-entry:insights-version
ipv6AllowedForDualStackjava.lang.Booleancdk.support/lookup-entry:ipv6-allowed-for-dual-stack
lambdaPurposejava.lang.Stringcdk.support/lookup-entry:lambda-purpose
layersjava.util.Listcdk.support/lookup-entry:layers
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
logRetentionRetryOptionssoftware.amazon.awscdk.services.lambda.LogRetentionRetryOptionscdk.support/lookup-entry:log-retention-retry-options
logRetentionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:log-retention-role
loggingFormatsoftware.amazon.awscdk.services.lambda.LoggingFormatcdk.api.services.lambda/logging-format:logging-format
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
paramsAndSecretssoftware.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersioncdk.support/lookup-entry:params-and-secrets
profilingjava.lang.Booleancdk.support/lookup-entry:profiling
profilingGroupsoftware.amazon.awscdk.services.codeguruprofiler.IProfilingGroupcdk.support/lookup-entry:profiling-group
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runtimesoftware.amazon.awscdk.services.lambda.Runtimecdk.support/lookup-entry:runtime
runtimeManagementModesoftware.amazon.awscdk.services.lambda.RuntimeManagementModecdk.support/lookup-entry:runtime-management-mode
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
snapStartsoftware.amazon.awscdk.services.lambda.SnapStartConfcdk.support/lookup-entry:snap-start
systemLogLeveljava.lang.Stringcdk.support/lookup-entry:system-log-level
systemLogLevelV2software.amazon.awscdk.services.lambda.SystemLogLevelcdk.api.services.lambda/system-log-level:system-log-level-v2
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
tracingsoftware.amazon.awscdk.services.lambda.Tracingcdk.api.services.lambda/tracing:tracing
uuidjava.lang.Stringcdk.support/lookup-entry:uuid
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-singleton-function-builder function updates a SingletonFunction$Builder instance using the provided configuration.
  The function takes the SingletonFunction$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adotInstrumentation` | software.amazon.awscdk.services.lambda.AdotInstrumentationConfig | [[cdk.support/lookup-entry]] | `:adot-instrumentation` |
| `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` |
| `allowPublicSubnet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-subnet` |
| `applicationLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-log-level` |
| `applicationLogLevelV2` | software.amazon.awscdk.services.lambda.ApplicationLogLevel | [[cdk.api.services.lambda/application-log-level]] | `:application-log-level-v2` |
| `architecture` | software.amazon.awscdk.services.lambda.Architecture | [[cdk.support/lookup-entry]] | `:architecture` |
| `code` | software.amazon.awscdk.services.lambda.Code | [[cdk.support/lookup-entry]] | `:code` |
| `codeSigningConfig` | software.amazon.awscdk.services.lambda.ICodeSigningConfig | [[cdk.support/lookup-entry]] | `:code-signing-config` |
| `currentVersionOptions` | software.amazon.awscdk.services.lambda.VersionOptions | [[cdk.support/lookup-entry]] | `:current-version-options` |
| `deadLetterQueue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deadLetterQueueEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dead-letter-queue-enabled` |
| `deadLetterTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:dead-letter-topic` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentEncryption` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:environment-encryption` |
| `ephemeralStorageSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ephemeral-storage-size` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
| `filesystem` | software.amazon.awscdk.services.lambda.FileSystem | [[cdk.support/lookup-entry]] | `:filesystem` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `handler` | java.lang.String | [[cdk.support/lookup-entry]] | `:handler` |
| `initialPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:initial-policy` |
| `insightsVersion` | software.amazon.awscdk.services.lambda.LambdaInsightsVersion | [[cdk.support/lookup-entry]] | `:insights-version` |
| `ipv6AllowedForDualStack` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-allowed-for-dual-stack` |
| `lambdaPurpose` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-purpose` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `logRetentionRetryOptions` | software.amazon.awscdk.services.lambda.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` |
| `logRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:log-retention-role` |
| `loggingFormat` | software.amazon.awscdk.services.lambda.LoggingFormat | [[cdk.api.services.lambda/logging-format]] | `:logging-format` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `paramsAndSecrets` | software.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersion | [[cdk.support/lookup-entry]] | `:params-and-secrets` |
| `profiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:profiling` |
| `profilingGroup` | software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup | [[cdk.support/lookup-entry]] | `:profiling-group` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `runtime` | software.amazon.awscdk.services.lambda.Runtime | [[cdk.support/lookup-entry]] | `:runtime` |
| `runtimeManagementMode` | software.amazon.awscdk.services.lambda.RuntimeManagementMode | [[cdk.support/lookup-entry]] | `:runtime-management-mode` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `snapStart` | software.amazon.awscdk.services.lambda.SnapStartConf | [[cdk.support/lookup-entry]] | `:snap-start` |
| `systemLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-log-level` |
| `systemLogLevelV2` | software.amazon.awscdk.services.lambda.SystemLogLevel | [[cdk.api.services.lambda/system-log-level]] | `:system-log-level-v2` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | software.amazon.awscdk.services.lambda.Tracing | [[cdk.api.services.lambda/tracing]] | `:tracing` |
| `uuid` | java.lang.String | [[cdk.support/lookup-entry]] | `:uuid` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-singleton-function-props-builderclj

(build-singleton-function-props-builder builder id config)

The build-singleton-function-props-builder function updates a SingletonFunctionProps$Builder instance using the provided configuration. The function takes the SingletonFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
adotInstrumentationsoftware.amazon.awscdk.services.lambda.AdotInstrumentationConfigcdk.support/lookup-entry:adot-instrumentation
allowAllOutboundjava.lang.Booleancdk.support/lookup-entry:allow-all-outbound
allowPublicSubnetjava.lang.Booleancdk.support/lookup-entry:allow-public-subnet
applicationLogLeveljava.lang.Stringcdk.support/lookup-entry:application-log-level
applicationLogLevelV2software.amazon.awscdk.services.lambda.ApplicationLogLevelcdk.api.services.lambda/application-log-level:application-log-level-v2
architecturesoftware.amazon.awscdk.services.lambda.Architecturecdk.support/lookup-entry:architecture
codesoftware.amazon.awscdk.services.lambda.Codecdk.support/lookup-entry:code
codeSigningConfigsoftware.amazon.awscdk.services.lambda.ICodeSigningConfigcdk.support/lookup-entry:code-signing-config
currentVersionOptionssoftware.amazon.awscdk.services.lambda.VersionOptionscdk.support/lookup-entry:current-version-options
deadLetterQueuesoftware.amazon.awscdk.services.sqs.IQueuecdk.support/lookup-entry:dead-letter-queue
deadLetterQueueEnabledjava.lang.Booleancdk.support/lookup-entry:dead-letter-queue-enabled
deadLetterTopicsoftware.amazon.awscdk.services.sns.ITopiccdk.support/lookup-entry:dead-letter-topic
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentEncryptionsoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:environment-encryption
ephemeralStorageSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:ephemeral-storage-size
eventsjava.util.Listcdk.support/lookup-entry:events
filesystemsoftware.amazon.awscdk.services.lambda.FileSystemcdk.support/lookup-entry:filesystem
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
handlerjava.lang.Stringcdk.support/lookup-entry:handler
initialPolicyjava.util.Listcdk.support/lookup-entry:initial-policy
insightsVersionsoftware.amazon.awscdk.services.lambda.LambdaInsightsVersioncdk.support/lookup-entry:insights-version
ipv6AllowedForDualStackjava.lang.Booleancdk.support/lookup-entry:ipv6-allowed-for-dual-stack
lambdaPurposejava.lang.Stringcdk.support/lookup-entry:lambda-purpose
layersjava.util.Listcdk.support/lookup-entry:layers
logFormatjava.lang.Stringcdk.support/lookup-entry:log-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
logRetentionRetryOptionssoftware.amazon.awscdk.services.lambda.LogRetentionRetryOptionscdk.support/lookup-entry:log-retention-retry-options
logRetentionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:log-retention-role
loggingFormatsoftware.amazon.awscdk.services.lambda.LoggingFormatcdk.api.services.lambda/logging-format:logging-format
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
paramsAndSecretssoftware.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersioncdk.support/lookup-entry:params-and-secrets
profilingjava.lang.Booleancdk.support/lookup-entry:profiling
profilingGroupsoftware.amazon.awscdk.services.codeguruprofiler.IProfilingGroupcdk.support/lookup-entry:profiling-group
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
runtimesoftware.amazon.awscdk.services.lambda.Runtimecdk.support/lookup-entry:runtime
runtimeManagementModesoftware.amazon.awscdk.services.lambda.RuntimeManagementModecdk.support/lookup-entry:runtime-management-mode
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
snapStartsoftware.amazon.awscdk.services.lambda.SnapStartConfcdk.support/lookup-entry:snap-start
systemLogLeveljava.lang.Stringcdk.support/lookup-entry:system-log-level
systemLogLevelV2software.amazon.awscdk.services.lambda.SystemLogLevelcdk.api.services.lambda/system-log-level:system-log-level-v2
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
tracingsoftware.amazon.awscdk.services.lambda.Tracingcdk.api.services.lambda/tracing:tracing
uuidjava.lang.Stringcdk.support/lookup-entry:uuid
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-singleton-function-props-builder function updates a SingletonFunctionProps$Builder instance using the provided configuration.
  The function takes the SingletonFunctionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `adotInstrumentation` | software.amazon.awscdk.services.lambda.AdotInstrumentationConfig | [[cdk.support/lookup-entry]] | `:adot-instrumentation` |
| `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` |
| `allowPublicSubnet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-subnet` |
| `applicationLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-log-level` |
| `applicationLogLevelV2` | software.amazon.awscdk.services.lambda.ApplicationLogLevel | [[cdk.api.services.lambda/application-log-level]] | `:application-log-level-v2` |
| `architecture` | software.amazon.awscdk.services.lambda.Architecture | [[cdk.support/lookup-entry]] | `:architecture` |
| `code` | software.amazon.awscdk.services.lambda.Code | [[cdk.support/lookup-entry]] | `:code` |
| `codeSigningConfig` | software.amazon.awscdk.services.lambda.ICodeSigningConfig | [[cdk.support/lookup-entry]] | `:code-signing-config` |
| `currentVersionOptions` | software.amazon.awscdk.services.lambda.VersionOptions | [[cdk.support/lookup-entry]] | `:current-version-options` |
| `deadLetterQueue` | software.amazon.awscdk.services.sqs.IQueue | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deadLetterQueueEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dead-letter-queue-enabled` |
| `deadLetterTopic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:dead-letter-topic` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentEncryption` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:environment-encryption` |
| `ephemeralStorageSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:ephemeral-storage-size` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
| `filesystem` | software.amazon.awscdk.services.lambda.FileSystem | [[cdk.support/lookup-entry]] | `:filesystem` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `handler` | java.lang.String | [[cdk.support/lookup-entry]] | `:handler` |
| `initialPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:initial-policy` |
| `insightsVersion` | software.amazon.awscdk.services.lambda.LambdaInsightsVersion | [[cdk.support/lookup-entry]] | `:insights-version` |
| `ipv6AllowedForDualStack` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-allowed-for-dual-stack` |
| `lambdaPurpose` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-purpose` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `logRetentionRetryOptions` | software.amazon.awscdk.services.lambda.LogRetentionRetryOptions | [[cdk.support/lookup-entry]] | `:log-retention-retry-options` |
| `logRetentionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:log-retention-role` |
| `loggingFormat` | software.amazon.awscdk.services.lambda.LoggingFormat | [[cdk.api.services.lambda/logging-format]] | `:logging-format` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `paramsAndSecrets` | software.amazon.awscdk.services.lambda.ParamsAndSecretsLayerVersion | [[cdk.support/lookup-entry]] | `:params-and-secrets` |
| `profiling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:profiling` |
| `profilingGroup` | software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup | [[cdk.support/lookup-entry]] | `:profiling-group` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `runtime` | software.amazon.awscdk.services.lambda.Runtime | [[cdk.support/lookup-entry]] | `:runtime` |
| `runtimeManagementMode` | software.amazon.awscdk.services.lambda.RuntimeManagementMode | [[cdk.support/lookup-entry]] | `:runtime-management-mode` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `snapStart` | software.amazon.awscdk.services.lambda.SnapStartConf | [[cdk.support/lookup-entry]] | `:snap-start` |
| `systemLogLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:system-log-level` |
| `systemLogLevelV2` | software.amazon.awscdk.services.lambda.SystemLogLevel | [[cdk.api.services.lambda/system-log-level]] | `:system-log-level-v2` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | software.amazon.awscdk.services.lambda.Tracing | [[cdk.api.services.lambda/tracing]] | `:tracing` |
| `uuid` | java.lang.String | [[cdk.support/lookup-entry]] | `:uuid` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-source-access-configuration-builderclj

(build-source-access-configuration-builder builder id config)

The build-source-access-configuration-builder function updates a SourceAccessConfiguration$Builder instance using the provided configuration. The function takes the SourceAccessConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typesoftware.amazon.awscdk.services.lambda.SourceAccessConfigurationTypecdk.support/lookup-entry:type
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-source-access-configuration-builder function updates a SourceAccessConfiguration$Builder instance using the provided configuration.
  The function takes the SourceAccessConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `type` | software.amazon.awscdk.services.lambda.SourceAccessConfigurationType | [[cdk.support/lookup-entry]] | `:type` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-utilization-scaling-options-builderclj

(build-utilization-scaling-options-builder builder id config)

The build-utilization-scaling-options-builder function updates a UtilizationScalingOptions$Builder instance using the provided configuration. The function takes the UtilizationScalingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
disableScaleInjava.lang.Booleancdk.support/lookup-entry:disable-scale-in
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
scaleInCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-in-cooldown
scaleOutCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-out-cooldown
utilizationTargetjava.lang.Numbercdk.support/lookup-entry:utilization-target
The build-utilization-scaling-options-builder function updates a UtilizationScalingOptions$Builder instance using the provided configuration.
  The function takes the UtilizationScalingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `disableScaleIn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-scale-in` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `scaleInCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-in-cooldown` |
| `scaleOutCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-out-cooldown` |
| `utilizationTarget` | java.lang.Number | [[cdk.support/lookup-entry]] | `:utilization-target` |
sourceraw docstring

build-version-attributes-builderclj

(build-version-attributes-builder builder id config)

The build-version-attributes-builder function updates a VersionAttributes$Builder instance using the provided configuration. The function takes the VersionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
lambdasoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-version-attributes-builder function updates a VersionAttributes$Builder instance using the provided configuration.
  The function takes the VersionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `lambda` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-version-builderclj

(build-version-builder builder id config)

The build-version-builder function updates a Version$Builder instance using the provided configuration. The function takes the Version$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
codeSha256java.lang.Stringcdk.support/lookup-entry:code-sha256
descriptionjava.lang.Stringcdk.support/lookup-entry:description
lambdasoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
provisionedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrent-executions
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
The build-version-builder function updates a Version$Builder instance using the provided configuration.
  The function takes the Version$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-sha256` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `lambda` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `provisionedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
sourceraw docstring

build-version-options-builderclj

(build-version-options-builder builder id config)

The build-version-options-builder function updates a VersionOptions$Builder instance using the provided configuration. The function takes the VersionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
codeSha256java.lang.Stringcdk.support/lookup-entry:code-sha256
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
provisionedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrent-executions
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
The build-version-options-builder function updates a VersionOptions$Builder instance using the provided configuration.
  The function takes the VersionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-sha256` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `provisionedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
sourceraw docstring

build-version-props-builderclj

(build-version-props-builder builder id config)

The build-version-props-builder function updates a VersionProps$Builder instance using the provided configuration. The function takes the VersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
codeSha256java.lang.Stringcdk.support/lookup-entry:code-sha256
descriptionjava.lang.Stringcdk.support/lookup-entry:description
lambdasoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:lambda
maxEventAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-event-age
onFailuresoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.services.lambda.IDestinationcdk.support/lookup-entry:on-success
provisionedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:provisioned-concurrent-executions
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
The build-version-props-builder function updates a VersionProps$Builder instance using the provided configuration.
  The function takes the VersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-sha256` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `lambda` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:lambda` |
| `maxEventAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-event-age` |
| `onFailure` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.services.lambda.IDestination | [[cdk.support/lookup-entry]] | `:on-success` |
| `provisionedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
sourceraw docstring

build-version-weight-builderclj

(build-version-weight-builder builder id config)

The build-version-weight-builder function updates a VersionWeight$Builder instance using the provided configuration. The function takes the VersionWeight$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
versionsoftware.amazon.awscdk.services.lambda.IVersioncdk.support/lookup-entry:version
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-version-weight-builder function updates a VersionWeight$Builder instance using the provided configuration.
  The function takes the VersionWeight$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `version` | software.amazon.awscdk.services.lambda.IVersion | [[cdk.support/lookup-entry]] | `:version` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

cfn-alias-alias-routing-configuration-property-builderclj

(cfn-alias-alias-routing-configuration-property-builder id config)

Creates a CfnAlias$AliasRoutingConfigurationProperty$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  `CfnAlias$AliasRoutingConfigurationProperty$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-alias-builderclj

(cfn-alias-builder scope id config)

Creates a CfnAlias$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  `CfnAlias$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-alias-props-builderclj

(cfn-alias-props-builder id config)

Creates a CfnAliasProps$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  `CfnAliasProps$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-alias-provisioned-concurrency-configuration-property-builderclj

(cfn-alias-provisioned-concurrency-configuration-property-builder id config)

Creates a CfnAlias$ProvisionedConcurrencyConfigurationProperty$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  `CfnAlias$ProvisionedConcurrencyConfigurationProperty$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-alias-version-weight-property-builderclj

(cfn-alias-version-weight-property-builder id config)

Creates a CfnAlias$VersionWeightProperty$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  `CfnAlias$VersionWeightProperty$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-code-signing-config-allowed-publishers-property-builderclj

(cfn-code-signing-config-allowed-publishers-property-builder id config)

Creates a CfnCodeSigningConfig$AllowedPublishersProperty$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  `CfnCodeSigningConfig$AllowedPublishersProperty$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-code-signing-config-builderclj

(cfn-code-signing-config-builder scope id config)

Creates a CfnCodeSigningConfig$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  `CfnCodeSigningConfig$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-code-signing-config-code-signing-policies-property-builderclj

(cfn-code-signing-config-code-signing-policies-property-builder id config)

Creates a CfnCodeSigningConfig$CodeSigningPoliciesProperty$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  `CfnCodeSigningConfig$CodeSigningPoliciesProperty$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-code-signing-config-props-builderclj

(cfn-code-signing-config-props-builder id config)

Creates a CfnCodeSigningConfigProps$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  `CfnCodeSigningConfigProps$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-event-invoke-config-builderclj

(cfn-event-invoke-config-builder scope id config)

Creates a CfnEventInvokeConfig$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  `CfnEventInvokeConfig$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-event-invoke-config-destination-config-property-builderclj

(cfn-event-invoke-config-destination-config-property-builder id config)

Creates a CfnEventInvokeConfig$DestinationConfigProperty$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  `CfnEventInvokeConfig$DestinationConfigProperty$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-event-invoke-config-on-failure-property-builderclj

(cfn-event-invoke-config-on-failure-property-builder id config)

Creates a CfnEventInvokeConfig$OnFailureProperty$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  `CfnEventInvokeConfig$OnFailureProperty$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-event-invoke-config-on-success-property-builderclj

(cfn-event-invoke-config-on-success-property-builder id config)

Creates a CfnEventInvokeConfig$OnSuccessProperty$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  `CfnEventInvokeConfig$OnSuccessProperty$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-event-invoke-config-props-builderclj

(cfn-event-invoke-config-props-builder id config)

Creates a CfnEventInvokeConfigProps$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  `CfnEventInvokeConfigProps$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-event-source-mapping-amazon-managed-kafka-event-source-config-property-builderclj

(cfn-event-source-mapping-amazon-managed-kafka-event-source-config-property-builder
  id
  config)

Creates a CfnEventSourceMapping$AmazonManagedKafkaEventSourceConfigProperty$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  `CfnEventSourceMapping$AmazonManagedKafkaEventSourceConfigProperty$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-event-source-mapping-builderclj

(cfn-event-source-mapping-builder scope id config)

Creates a CfnEventSourceMapping$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  `CfnEventSourceMapping$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-event-source-mapping-destination-config-property-builderclj

(cfn-event-source-mapping-destination-config-property-builder id config)

Creates a CfnEventSourceMapping$DestinationConfigProperty$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  `CfnEventSourceMapping$DestinationConfigProperty$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-event-source-mapping-document-db-event-source-config-property-builderclj

(cfn-event-source-mapping-document-db-event-source-config-property-builder
  id
  config)

Creates a CfnEventSourceMapping$DocumentDBEventSourceConfigProperty$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  `CfnEventSourceMapping$DocumentDBEventSourceConfigProperty$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-event-source-mapping-endpoints-property-builderclj

(cfn-event-source-mapping-endpoints-property-builder id config)

Creates a CfnEventSourceMapping$EndpointsProperty$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  `CfnEventSourceMapping$EndpointsProperty$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-event-source-mapping-filter-criteria-property-builderclj

(cfn-event-source-mapping-filter-criteria-property-builder id config)

Creates a CfnEventSourceMapping$FilterCriteriaProperty$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  `CfnEventSourceMapping$FilterCriteriaProperty$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-event-source-mapping-filter-property-builderclj

(cfn-event-source-mapping-filter-property-builder id config)

Creates a CfnEventSourceMapping$FilterProperty$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  `CfnEventSourceMapping$FilterProperty$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-event-source-mapping-on-failure-property-builderclj

(cfn-event-source-mapping-on-failure-property-builder id config)

Creates a CfnEventSourceMapping$OnFailureProperty$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  `CfnEventSourceMapping$OnFailureProperty$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-event-source-mapping-props-builderclj

(cfn-event-source-mapping-props-builder id config)

Creates a CfnEventSourceMappingProps$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  `CfnEventSourceMappingProps$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-event-source-mapping-scaling-config-property-builderclj

(cfn-event-source-mapping-scaling-config-property-builder id config)

Creates a CfnEventSourceMapping$ScalingConfigProperty$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  `CfnEventSourceMapping$ScalingConfigProperty$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-event-source-mapping-self-managed-event-source-property-builderclj

(cfn-event-source-mapping-self-managed-event-source-property-builder id config)

Creates a CfnEventSourceMapping$SelfManagedEventSourceProperty$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  `CfnEventSourceMapping$SelfManagedEventSourceProperty$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-event-source-mapping-self-managed-kafka-event-source-config-property-builderclj

(cfn-event-source-mapping-self-managed-kafka-event-source-config-property-builder
  id
  config)

Creates a CfnEventSourceMapping$SelfManagedKafkaEventSourceConfigProperty$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  `CfnEventSourceMapping$SelfManagedKafkaEventSourceConfigProperty$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-event-source-mapping-source-access-configuration-property-builderclj

(cfn-event-source-mapping-source-access-configuration-property-builder id
                                                                       config)

Creates a CfnEventSourceMapping$SourceAccessConfigurationProperty$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  `CfnEventSourceMapping$SourceAccessConfigurationProperty$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-builderclj

(cfn-function-builder scope id config)

Creates a CfnFunction$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  `CfnFunction$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-code-property-builderclj

(cfn-function-code-property-builder id config)

Creates a CfnFunction$CodeProperty$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  `CfnFunction$CodeProperty$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-dead-letter-config-property-builderclj

(cfn-function-dead-letter-config-property-builder id config)

Creates a CfnFunction$DeadLetterConfigProperty$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  `CfnFunction$DeadLetterConfigProperty$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-environment-property-builderclj

(cfn-function-environment-property-builder id config)

Creates a CfnFunction$EnvironmentProperty$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  `CfnFunction$EnvironmentProperty$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-ephemeral-storage-property-builderclj

(cfn-function-ephemeral-storage-property-builder id config)

Creates a CfnFunction$EphemeralStorageProperty$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  `CfnFunction$EphemeralStorageProperty$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-file-system-config-property-builderclj

(cfn-function-file-system-config-property-builder id config)

Creates a CfnFunction$FileSystemConfigProperty$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  `CfnFunction$FileSystemConfigProperty$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-image-config-property-builderclj

(cfn-function-image-config-property-builder id config)

Creates a CfnFunction$ImageConfigProperty$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  `CfnFunction$ImageConfigProperty$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-logging-config-property-builderclj

(cfn-function-logging-config-property-builder id config)

Creates a CfnFunction$LoggingConfigProperty$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  `CfnFunction$LoggingConfigProperty$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-props-builderclj

(cfn-function-props-builder id config)

Creates a CfnFunctionProps$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  `CfnFunctionProps$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-runtime-management-config-property-builderclj

(cfn-function-runtime-management-config-property-builder id config)

Creates a CfnFunction$RuntimeManagementConfigProperty$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  `CfnFunction$RuntimeManagementConfigProperty$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-snap-start-property-builderclj

(cfn-function-snap-start-property-builder id config)

Creates a CfnFunction$SnapStartProperty$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  `CfnFunction$SnapStartProperty$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-snap-start-response-property-builderclj

(cfn-function-snap-start-response-property-builder id config)

Creates a CfnFunction$SnapStartResponseProperty$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  `CfnFunction$SnapStartResponseProperty$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-tracing-config-property-builderclj

(cfn-function-tracing-config-property-builder id config)

Creates a CfnFunction$TracingConfigProperty$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  `CfnFunction$TracingConfigProperty$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-vpc-config-property-builderclj

(cfn-function-vpc-config-property-builder id config)

Creates a CfnFunction$VpcConfigProperty$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  `CfnFunction$VpcConfigProperty$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-layer-version-builderclj

(cfn-layer-version-builder scope id config)

Creates a CfnLayerVersion$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  `CfnLayerVersion$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-layer-version-content-property-builderclj

(cfn-layer-version-content-property-builder id config)

Creates a CfnLayerVersion$ContentProperty$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  `CfnLayerVersion$ContentProperty$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-layer-version-permission-builderclj

(cfn-layer-version-permission-builder scope id config)

Creates a CfnLayerVersionPermission$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  `CfnLayerVersionPermission$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-layer-version-permission-props-builderclj

(cfn-layer-version-permission-props-builder id config)

Creates a CfnLayerVersionPermissionProps$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  `CfnLayerVersionPermissionProps$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-layer-version-props-builderclj

(cfn-layer-version-props-builder id config)

Creates a CfnLayerVersionProps$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  `CfnLayerVersionProps$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-parameters-code-builderclj

(cfn-parameters-code-builder id config)

Creates a CfnParametersCode$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  `CfnParametersCode$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

cfn-parameters-code-props-builderclj

(cfn-parameters-code-props-builder id config)

Creates a CfnParametersCodeProps$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  `CfnParametersCodeProps$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-permission-builderclj

(cfn-permission-builder scope id config)

Creates a CfnPermission$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  `CfnPermission$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-permission-props-builderclj

(cfn-permission-props-builder id config)

Creates a CfnPermissionProps$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  `CfnPermissionProps$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-url-builderclj

(cfn-url-builder scope id config)

Creates a CfnUrl$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  `CfnUrl$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-url-cors-property-builderclj

(cfn-url-cors-property-builder id config)

Creates a CfnUrl$CorsProperty$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  `CfnUrl$CorsProperty$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-url-props-builderclj

(cfn-url-props-builder id config)

Creates a CfnUrlProps$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  `CfnUrlProps$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-version-builderclj

(cfn-version-builder scope id config)

Creates a CfnVersion$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  `CfnVersion$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-version-props-builderclj

(cfn-version-props-builder id config)

Creates a CfnVersionProps$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  `CfnVersionProps$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-version-provisioned-concurrency-configuration-property-builderclj

(cfn-version-provisioned-concurrency-configuration-property-builder id config)

Creates a CfnVersion$ProvisionedConcurrencyConfigurationProperty$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  `CfnVersion$ProvisionedConcurrencyConfigurationProperty$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-version-runtime-policy-property-builderclj

(cfn-version-runtime-policy-property-builder id config)

Creates a CfnVersion$RuntimePolicyProperty$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  `CfnVersion$RuntimePolicyProperty$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

code-image-config-builderclj

(code-image-config-builder id config)

Creates a CodeImageConfig$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  `CodeImageConfig$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-signing-config-builderclj

(code-signing-config-builder scope id config)

Creates a CodeSigningConfig$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  `CodeSigningConfig$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

code-signing-config-props-builderclj

(code-signing-config-props-builder id config)

Creates a CodeSigningConfigProps$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  `CodeSigningConfigProps$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

custom-command-options-builderclj

(custom-command-options-builder id config)

Creates a CustomCommandOptions$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  `CustomCommandOptions$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

destination-config-builderclj

(destination-config-builder id config)

Creates a DestinationConfig$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  `DestinationConfig$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

destination-options-builderclj

(destination-options-builder id config)

Creates a DestinationOptions$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  `DestinationOptions$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

destination-typeclj

(destination-type config id item-key)

The destination-type function data interprets values in the provided config data into a DestinationType 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 DestinationType - the value is returned.
  • is :success - DestinationType/SUCCESS is returned
  • is :failure - DestinationType/FAILURE is returned

If a value is not found or matches the above criteria, nil is returned.

The `destination-type` function data interprets values in the provided config data into a 
`DestinationType` 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 `DestinationType` - the value is returned.
* is `:success` - `DestinationType/SUCCESS` is returned
* is `:failure` - `DestinationType/FAILURE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

dlq-destination-config-builderclj

(dlq-destination-config-builder id config)

Creates a DlqDestinationConfig$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  `DlqDestinationConfig$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

docker-build-asset-options-builderclj

(docker-build-asset-options-builder id config)

Creates a DockerBuildAssetOptions$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  `DockerBuildAssetOptions$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

docker-image-function-builderclj

(docker-image-function-builder scope id config)

Creates a DockerImageFunction$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  `DockerImageFunction$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

docker-image-function-props-builderclj

(docker-image-function-props-builder id config)

Creates a DockerImageFunctionProps$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  `DockerImageFunctionProps$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

ecr-image-code-builderclj

(ecr-image-code-builder repository id config)

Creates a EcrImageCode$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[software.amazon.awscdk.services.ecr.IRepository] | Argument | DataType | Description | |---|---|---| | repository | software.amazon.awscdk.services.ecr.IRepository | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `EcrImageCode$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[software.amazon.awscdk.services.ecr.IRepository]___
| Argument | DataType | Description |
|---|---|---|
| repository | software.amazon.awscdk.services.ecr.IRepository |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

ecr-image-code-props-builderclj

(ecr-image-code-props-builder id config)

Creates a EcrImageCodeProps$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  `EcrImageCodeProps$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

environment-options-builderclj

(environment-options-builder id config)

Creates a EnvironmentOptions$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  `EnvironmentOptions$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-invoke-config-builderclj

(event-invoke-config-builder scope id config)

Creates a EventInvokeConfig$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  `EventInvokeConfig$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-invoke-config-options-builderclj

(event-invoke-config-options-builder id config)

Creates a EventInvokeConfigOptions$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  `EventInvokeConfigOptions$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-invoke-config-props-builderclj

(event-invoke-config-props-builder id config)

Creates a EventInvokeConfigProps$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  `EventInvokeConfigProps$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-source-mapping-builderclj

(event-source-mapping-builder scope id config)

Creates a EventSourceMapping$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  `EventSourceMapping$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-source-mapping-options-builderclj

(event-source-mapping-options-builder id config)

Creates a EventSourceMappingOptions$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  `EventSourceMappingOptions$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-source-mapping-props-builderclj

(event-source-mapping-props-builder id config)

Creates a EventSourceMappingProps$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  `EventSourceMappingProps$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

file-system-config-builderclj

(file-system-config-builder id config)

Creates a FileSystemConfig$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  `FileSystemConfig$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

function-attributes-builderclj

(function-attributes-builder id config)

Creates a FunctionAttributes$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  `FunctionAttributes$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

function-builderclj

(function-builder scope id config)

Creates a Function$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  `Function$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

function-options-builderclj

(function-options-builder id config)

Creates a FunctionOptions$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  `FunctionOptions$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

function-props-builderclj

(function-props-builder id config)

Creates a FunctionProps$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  `FunctionProps$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

function-url-auth-typeclj

(function-url-auth-type config id item-key)

The function-url-auth-type function data interprets values in the provided config data into a FunctionUrlAuthType 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 FunctionUrlAuthType - the value is returned.
  • is :aws-iam - FunctionUrlAuthType/AWS_IAM is returned
  • is :none - FunctionUrlAuthType/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `function-url-auth-type` function data interprets values in the provided config data into a 
`FunctionUrlAuthType` 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 `FunctionUrlAuthType` - the value is returned.
* is `:aws-iam` - `FunctionUrlAuthType/AWS_IAM` is returned
* is `:none` - `FunctionUrlAuthType/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

function-url-builderclj

(function-url-builder scope id config)

Creates a FunctionUrl$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  `FunctionUrl$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

function-url-cors-options-builderclj

(function-url-cors-options-builder id config)

Creates a FunctionUrlCorsOptions$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  `FunctionUrlCorsOptions$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

function-url-options-builderclj

(function-url-options-builder id config)

Creates a FunctionUrlOptions$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  `FunctionUrlOptions$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

function-url-props-builderclj

(function-url-props-builder id config)

Creates a FunctionUrlProps$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  `FunctionUrlProps$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-methodclj

(http-method config id item-key)

The http-method function data interprets values in the provided config data into a HttpMethod 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 HttpMethod - the value is returned.
  • is :put - HttpMethod/PUT is returned
  • is :delete - HttpMethod/DELETE is returned
  • is :head - HttpMethod/HEAD is returned
  • is :options - HttpMethod/OPTIONS is returned
  • is :all - HttpMethod/ALL is returned
  • is :patch - HttpMethod/PATCH is returned
  • is :get - HttpMethod/GET is returned
  • is :post - HttpMethod/POST is returned

If a value is not found or matches the above criteria, nil is returned.

The `http-method` function data interprets values in the provided config data into a 
`HttpMethod` 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 `HttpMethod` - the value is returned.
* is `:put` - `HttpMethod/PUT` is returned
* is `:delete` - `HttpMethod/DELETE` is returned
* is `:head` - `HttpMethod/HEAD` is returned
* is `:options` - `HttpMethod/OPTIONS` is returned
* is `:all` - `HttpMethod/ALL` is returned
* is `:patch` - `HttpMethod/PATCH` is returned
* is `:get` - `HttpMethod/GET` is returned
* is `:post` - `HttpMethod/POST` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

invoke-modeclj

(invoke-mode config id item-key)

The invoke-mode function data interprets values in the provided config data into a InvokeMode 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 InvokeMode - the value is returned.
  • is :response-stream - InvokeMode/RESPONSE_STREAM is returned
  • is :buffered - InvokeMode/BUFFERED is returned

If a value is not found or matches the above criteria, nil is returned.

The `invoke-mode` function data interprets values in the provided config data into a 
`InvokeMode` 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 `InvokeMode` - the value is returned.
* is `:response-stream` - `InvokeMode/RESPONSE_STREAM` is returned
* is `:buffered` - `InvokeMode/BUFFERED` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

lambda-runtime-props-builderclj

(lambda-runtime-props-builder id config)

Creates a LambdaRuntimeProps$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  `LambdaRuntimeProps$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

layer-version-attributes-builderclj

(layer-version-attributes-builder id config)

Creates a LayerVersionAttributes$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  `LayerVersionAttributes$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

layer-version-builderclj

(layer-version-builder scope id config)

Creates a LayerVersion$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  `LayerVersion$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

layer-version-options-builderclj

(layer-version-options-builder id config)

Creates a LayerVersionOptions$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  `LayerVersionOptions$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

layer-version-permission-builderclj

(layer-version-permission-builder id config)

Creates a LayerVersionPermission$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  `LayerVersionPermission$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

layer-version-props-builderclj

(layer-version-props-builder id config)

Creates a LayerVersionProps$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  `LayerVersionProps$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-formatclj

(log-format config id item-key)

The log-format function data interprets values in the provided config data into a LogFormat 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 LogFormat - the value is returned.
  • is :text - LogFormat/TEXT is returned
  • is :json - LogFormat/JSON is returned

If a value is not found or matches the above criteria, nil is returned.

The `log-format` function data interprets values in the provided config data into a 
`LogFormat` 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 `LogFormat` - the value is returned.
* is `:text` - `LogFormat/TEXT` is returned
* is `:json` - `LogFormat/JSON` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

log-retention-retry-options-builderclj

(log-retention-retry-options-builder id config)

Creates a LogRetentionRetryOptions$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  `LogRetentionRetryOptions$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

logging-formatclj

(logging-format config id item-key)

The logging-format function data interprets values in the provided config data into a LoggingFormat 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 LoggingFormat - the value is returned.
  • is :text - LoggingFormat/TEXT is returned
  • is :json - LoggingFormat/JSON is returned

If a value is not found or matches the above criteria, nil is returned.

The `logging-format` function data interprets values in the provided config data into a 
`LoggingFormat` 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 `LoggingFormat` - the value is returned.
* is `:text` - `LoggingFormat/TEXT` is returned
* is `:json` - `LoggingFormat/JSON` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

params-and-secrets-log-levelclj

(params-and-secrets-log-level config id item-key)

The params-and-secrets-log-level function data interprets values in the provided config data into a ParamsAndSecretsLogLevel 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 ParamsAndSecretsLogLevel - the value is returned.
  • is :warn - ParamsAndSecretsLogLevel/WARN is returned
  • is :info - ParamsAndSecretsLogLevel/INFO is returned
  • is :error - ParamsAndSecretsLogLevel/ERROR is returned
  • is :debug - ParamsAndSecretsLogLevel/DEBUG is returned
  • is :none - ParamsAndSecretsLogLevel/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `params-and-secrets-log-level` function data interprets values in the provided config data into a 
`ParamsAndSecretsLogLevel` 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 `ParamsAndSecretsLogLevel` - the value is returned.
* is `:warn` - `ParamsAndSecretsLogLevel/WARN` is returned
* is `:info` - `ParamsAndSecretsLogLevel/INFO` is returned
* is `:error` - `ParamsAndSecretsLogLevel/ERROR` is returned
* is `:debug` - `ParamsAndSecretsLogLevel/DEBUG` is returned
* is `:none` - `ParamsAndSecretsLogLevel/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

params-and-secrets-options-builderclj

(params-and-secrets-options-builder id config)

Creates a ParamsAndSecretsOptions$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  `ParamsAndSecretsOptions$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

params-and-secrets-versionsclj

(params-and-secrets-versions config id item-key)

The params-and-secrets-versions function data interprets values in the provided config data into a ParamsAndSecretsVersions 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 ParamsAndSecretsVersions - the value is returned.
  • is :v1-0-103 - ParamsAndSecretsVersions/V1_0_103 is returned

If a value is not found or matches the above criteria, nil is returned.

The `params-and-secrets-versions` function data interprets values in the provided config data into a 
`ParamsAndSecretsVersions` 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 `ParamsAndSecretsVersions` - the value is returned.
* is `:v1-0-103` - `ParamsAndSecretsVersions/V1_0_103` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

permission-builderclj

(permission-builder id config)

Creates a Permission$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  `Permission$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

resource-bind-options-builderclj

(resource-bind-options-builder id config)

Creates a ResourceBindOptions$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  `ResourceBindOptions$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-builderclj

(runtime-builder runtime-name id config)
(runtime-builder runtime-name runtime-family id config)

Creates a Runtime$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | runtime-name | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Create Form: _[java.lang.String software.amazon.awscdk.services.lambda.RuntimeFamily] | Argument | DataType | Description | |---|---|---| | runtime-name | java.lang.String | | | runtime-family | software.amazon.awscdk.services.lambda.RuntimeFamily | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `Runtime$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| runtime-name | java.lang.String |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |


__Create Form:__ ____[java.lang.String software.amazon.awscdk.services.lambda.RuntimeFamily]___
| Argument | DataType | Description |
|---|---|---|
| runtime-name | java.lang.String |  |
| runtime-family | software.amazon.awscdk.services.lambda.RuntimeFamily |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

runtime-familyclj

(runtime-family config id item-key)

The runtime-family function data interprets values in the provided config data into a RuntimeFamily 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 RuntimeFamily - the value is returned.
  • is :ruby - RuntimeFamily/RUBY is returned
  • is :dotnet-core - RuntimeFamily/DOTNET_CORE is returned
  • is :python - RuntimeFamily/PYTHON is returned
  • is :java - RuntimeFamily/JAVA is returned
  • is :go - RuntimeFamily/GO is returned
  • is :nodejs - RuntimeFamily/NODEJS is returned
  • is :other - RuntimeFamily/OTHER is returned

If a value is not found or matches the above criteria, nil is returned.

The `runtime-family` function data interprets values in the provided config data into a 
`RuntimeFamily` 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 `RuntimeFamily` - the value is returned.
* is `:ruby` - `RuntimeFamily/RUBY` is returned
* is `:dotnet-core` - `RuntimeFamily/DOTNET_CORE` is returned
* is `:python` - `RuntimeFamily/PYTHON` is returned
* is `:java` - `RuntimeFamily/JAVA` is returned
* is `:go` - `RuntimeFamily/GO` is returned
* is `:nodejs` - `RuntimeFamily/NODEJS` is returned
* is `:other` - `RuntimeFamily/OTHER` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

singleton-function-builderclj

(singleton-function-builder scope id config)

Creates a SingletonFunction$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  `SingletonFunction$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

singleton-function-props-builderclj

(singleton-function-props-builder id config)

Creates a SingletonFunctionProps$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  `SingletonFunctionProps$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-access-configuration-builderclj

(source-access-configuration-builder id config)

Creates a SourceAccessConfiguration$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  `SourceAccessConfiguration$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

starting-positionclj

(starting-position config id item-key)

The starting-position function data interprets values in the provided config data into a StartingPosition 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 StartingPosition - the value is returned.
  • is :latest - StartingPosition/LATEST is returned
  • is :trim-horizon - StartingPosition/TRIM_HORIZON is returned
  • is :at-timestamp - StartingPosition/AT_TIMESTAMP is returned

If a value is not found or matches the above criteria, nil is returned.

The `starting-position` function data interprets values in the provided config data into a 
`StartingPosition` 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 `StartingPosition` - the value is returned.
* is `:latest` - `StartingPosition/LATEST` is returned
* is `:trim-horizon` - `StartingPosition/TRIM_HORIZON` is returned
* is `:at-timestamp` - `StartingPosition/AT_TIMESTAMP` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

system-log-levelclj

(system-log-level config id item-key)

The system-log-level function data interprets values in the provided config data into a SystemLogLevel 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 SystemLogLevel - the value is returned.
  • is :warn - SystemLogLevel/WARN is returned
  • is :info - SystemLogLevel/INFO is returned
  • is :debug - SystemLogLevel/DEBUG is returned

If a value is not found or matches the above criteria, nil is returned.

The `system-log-level` function data interprets values in the provided config data into a 
`SystemLogLevel` 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 `SystemLogLevel` - the value is returned.
* is `:warn` - `SystemLogLevel/WARN` is returned
* is `:info` - `SystemLogLevel/INFO` is returned
* is `:debug` - `SystemLogLevel/DEBUG` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

tracingclj

(tracing config id item-key)

The tracing function data interprets values in the provided config data into a Tracing 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 Tracing - the value is returned.
  • is :pass-through - Tracing/PASS_THROUGH is returned
  • is :disabled - Tracing/DISABLED is returned
  • is :active - Tracing/ACTIVE is returned

If a value is not found or matches the above criteria, nil is returned.

The `tracing` function data interprets values in the provided config data into a 
`Tracing` 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 `Tracing` - the value is returned.
* is `:pass-through` - `Tracing/PASS_THROUGH` is returned
* is `:disabled` - `Tracing/DISABLED` is returned
* is `:active` - `Tracing/ACTIVE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

untrusted-artifact-on-deploymentclj

(untrusted-artifact-on-deployment config id item-key)

The untrusted-artifact-on-deployment function data interprets values in the provided config data into a UntrustedArtifactOnDeployment 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 UntrustedArtifactOnDeployment - the value is returned.
  • is :enforce - UntrustedArtifactOnDeployment/ENFORCE is returned
  • is :warn - UntrustedArtifactOnDeployment/WARN is returned

If a value is not found or matches the above criteria, nil is returned.

The `untrusted-artifact-on-deployment` function data interprets values in the provided config data into a 
`UntrustedArtifactOnDeployment` 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 `UntrustedArtifactOnDeployment` - the value is returned.
* is `:enforce` - `UntrustedArtifactOnDeployment/ENFORCE` is returned
* is `:warn` - `UntrustedArtifactOnDeployment/WARN` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

utilization-scaling-options-builderclj

(utilization-scaling-options-builder id config)

Creates a UtilizationScalingOptions$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  `UtilizationScalingOptions$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

version-attributes-builderclj

(version-attributes-builder id config)

Creates a VersionAttributes$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  `VersionAttributes$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

version-builderclj

(version-builder scope id config)

Creates a Version$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  `Version$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

version-options-builderclj

(version-options-builder id config)

Creates a VersionOptions$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  `VersionOptions$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

version-props-builderclj

(version-props-builder id config)

Creates a VersionProps$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  `VersionProps$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

version-weight-builderclj

(version-weight-builder id config)

Creates a VersionWeight$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  `VersionWeight$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

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

× close