Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api

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

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

app-builderclj

(app-builder id config)

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

app-props-builderclj

(app-props-builder id config)

Creates a AppProps$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  `AppProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

arn-components-builderclj

(arn-components-builder id config)

Creates a ArnComponents$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  `ArnComponents$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

arn-formatclj

(arn-format config id item-key)

The arn-format function data interprets values in the provided config data into a ArnFormat 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 ArnFormat - the value is returned.
  • is :slash-resource-name - ArnFormat/SLASH_RESOURCE_NAME is returned
  • is :no-resource-name - ArnFormat/NO_RESOURCE_NAME is returned
  • is :slash-resource-slash-resource-name - ArnFormat/SLASH_RESOURCE_SLASH_RESOURCE_NAME is returned
  • is :colon-resource-name - ArnFormat/COLON_RESOURCE_NAME is returned

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

The `arn-format` function data interprets values in the provided config data into a 
`ArnFormat` 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 `ArnFormat` - the value is returned.
* is `:slash-resource-name` - `ArnFormat/SLASH_RESOURCE_NAME` is returned
* is `:no-resource-name` - `ArnFormat/NO_RESOURCE_NAME` is returned
* is `:slash-resource-slash-resource-name` - `ArnFormat/SLASH_RESOURCE_SLASH_RESOURCE_NAME` is returned
* is `:colon-resource-name` - `ArnFormat/COLON_RESOURCE_NAME` is returned

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

asset-hash-typeclj

(asset-hash-type config id item-key)

The asset-hash-type function data interprets values in the provided config data into a AssetHashType 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 AssetHashType - the value is returned.
  • is :output - AssetHashType/OUTPUT is returned
  • is :source - AssetHashType/SOURCE is returned
  • is :custom - AssetHashType/CUSTOM is returned

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

The `asset-hash-type` function data interprets values in the provided config data into a 
`AssetHashType` 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 `AssetHashType` - the value is returned.
* is `:output` - `AssetHashType/OUTPUT` is returned
* is `:source` - `AssetHashType/SOURCE` is returned
* is `:custom` - `AssetHashType/CUSTOM` is returned

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

asset-manifest-docker-image-destination-builderclj

(asset-manifest-docker-image-destination-builder id config)

Creates a AssetManifestDockerImageDestination$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  `AssetManifestDockerImageDestination$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

asset-manifest-file-destination-builderclj

(asset-manifest-file-destination-builder id config)

Creates a AssetManifestFileDestination$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  `AssetManifestFileDestination$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

asset-options-builderclj

(asset-options-builder id config)

Creates a AssetOptions$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  `AssetOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

asset-staging-builderclj

(asset-staging-builder scope id config)

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

asset-staging-props-builderclj

(asset-staging-props-builder id config)

Creates a AssetStagingProps$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  `AssetStagingProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

bootstrapless-synthesizer-builderclj

(bootstrapless-synthesizer-builder id config)

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

bootstrapless-synthesizer-props-builderclj

(bootstrapless-synthesizer-props-builder id config)

Creates a BootstraplessSynthesizerProps$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  `BootstraplessSynthesizerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-app-builderclj

(build-app-builder builder id config)

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

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
analyticsReportingjava.lang.Booleancdk.support/lookup-entry:analytics-reporting
autoSynthjava.lang.Booleancdk.support/lookup-entry:auto-synth
contextjava.util.Mapcdk.support/lookup-entry:context
defaultStackSynthesizersoftware.amazon.awscdk.IReusableStackSynthesizercdk.support/lookup-entry:default-stack-synthesizer
outdirjava.lang.Stringcdk.support/lookup-entry:outdir
policyValidationBeta1java.util.Listcdk.support/lookup-entry:policy-validation-beta1
postCliContextjava.util.Mapcdk.support/lookup-entry:post-cli-context
stackTracesjava.lang.Booleancdk.support/lookup-entry:stack-traces
treeMetadatajava.lang.Booleancdk.support/lookup-entry:tree-metadata
The build-app-builder function updates a App$Builder instance using the provided configuration.
  The function takes the App$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `analyticsReporting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:analytics-reporting` |
| `autoSynth` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-synth` |
| `context` | java.util.Map | [[cdk.support/lookup-entry]] | `:context` |
| `defaultStackSynthesizer` | software.amazon.awscdk.IReusableStackSynthesizer | [[cdk.support/lookup-entry]] | `:default-stack-synthesizer` |
| `outdir` | java.lang.String | [[cdk.support/lookup-entry]] | `:outdir` |
| `policyValidationBeta1` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-validation-beta1` |
| `postCliContext` | java.util.Map | [[cdk.support/lookup-entry]] | `:post-cli-context` |
| `stackTraces` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stack-traces` |
| `treeMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tree-metadata` |
sourceraw docstring

build-app-props-builderclj

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

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

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
analyticsReportingjava.lang.Booleancdk.support/lookup-entry:analytics-reporting
autoSynthjava.lang.Booleancdk.support/lookup-entry:auto-synth
contextjava.util.Mapcdk.support/lookup-entry:context
defaultStackSynthesizersoftware.amazon.awscdk.IReusableStackSynthesizercdk.support/lookup-entry:default-stack-synthesizer
outdirjava.lang.Stringcdk.support/lookup-entry:outdir
policyValidationBeta1java.util.Listcdk.support/lookup-entry:policy-validation-beta1
postCliContextjava.util.Mapcdk.support/lookup-entry:post-cli-context
stackTracesjava.lang.Booleancdk.support/lookup-entry:stack-traces
treeMetadatajava.lang.Booleancdk.support/lookup-entry:tree-metadata
The build-app-props-builder function updates a AppProps$Builder instance using the provided configuration.
  The function takes the AppProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `analyticsReporting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:analytics-reporting` |
| `autoSynth` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-synth` |
| `context` | java.util.Map | [[cdk.support/lookup-entry]] | `:context` |
| `defaultStackSynthesizer` | software.amazon.awscdk.IReusableStackSynthesizer | [[cdk.support/lookup-entry]] | `:default-stack-synthesizer` |
| `outdir` | java.lang.String | [[cdk.support/lookup-entry]] | `:outdir` |
| `policyValidationBeta1` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-validation-beta1` |
| `postCliContext` | java.util.Map | [[cdk.support/lookup-entry]] | `:post-cli-context` |
| `stackTraces` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stack-traces` |
| `treeMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tree-metadata` |
sourceraw docstring

build-arn-components-builderclj

(build-arn-components-builder builder id config)

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

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
accountjava.lang.Stringcdk.support/lookup-entry:account
arnFormatsoftware.amazon.awscdk.ArnFormatcdk.api/arn-format:arn-format
partitionjava.lang.Stringcdk.support/lookup-entry:partition
regionjava.lang.Stringcdk.support/lookup-entry:region
resourcejava.lang.Stringcdk.support/lookup-entry:resource
resourceNamejava.lang.Stringcdk.support/lookup-entry:resource-name
servicejava.lang.Stringcdk.support/lookup-entry:service
The build-arn-components-builder function updates a ArnComponents$Builder instance using the provided configuration.
  The function takes the ArnComponents$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` |
| `arnFormat` | software.amazon.awscdk.ArnFormat | [[cdk.api/arn-format]] | `:arn-format` |
| `partition` | java.lang.String | [[cdk.support/lookup-entry]] | `:partition` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `resource` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource` |
| `resourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-name` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
sourceraw docstring

build-asset-manifest-docker-image-destination-builderclj

(build-asset-manifest-docker-image-destination-builder builder id config)

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

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
dockerTagPrefixjava.lang.Stringcdk.support/lookup-entry:docker-tag-prefix
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
rolesoftware.amazon.awscdk.RoleOptionscdk.support/lookup-entry:role
The build-asset-manifest-docker-image-destination-builder function updates a AssetManifestDockerImageDestination$Builder instance using the provided configuration.
  The function takes the AssetManifestDockerImageDestination$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dockerTagPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:docker-tag-prefix` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
| `role` | software.amazon.awscdk.RoleOptions | [[cdk.support/lookup-entry]] | `:role` |
sourceraw docstring

build-asset-manifest-file-destination-builderclj

(build-asset-manifest-file-destination-builder builder id config)

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

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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
rolesoftware.amazon.awscdk.RoleOptionscdk.support/lookup-entry:role
The build-asset-manifest-file-destination-builder function updates a AssetManifestFileDestination$Builder instance using the provided configuration.
  The function takes the AssetManifestFileDestination$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `role` | software.amazon.awscdk.RoleOptions | [[cdk.support/lookup-entry]] | `:role` |
sourceraw docstring

build-asset-options-builderclj

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

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

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
The build-asset-options-builder function updates a AssetOptions$Builder instance using the provided configuration.
  The function takes the AssetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
sourceraw docstring

build-asset-staging-builderclj

(build-asset-staging-builder builder id config)

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

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
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
followsoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-asset-staging-builder function updates a AssetStaging$Builder instance using the provided configuration.
  The function takes the AssetStaging$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `follow` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `sourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-path` |
sourceraw docstring

build-asset-staging-props-builderclj

(build-asset-staging-props-builder builder id config)

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

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
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
followsoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-asset-staging-props-builder function updates a AssetStagingProps$Builder instance using the provided configuration.
  The function takes the AssetStagingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `follow` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `sourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-path` |
sourceraw docstring

build-bootstrapless-synthesizer-builderclj

(build-bootstrapless-synthesizer-builder builder id config)

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

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
cloudFormationExecutionRoleArnjava.lang.Stringcdk.support/lookup-entry:cloud-formation-execution-role-arn
deployRoleArnjava.lang.Stringcdk.support/lookup-entry:deploy-role-arn
The build-bootstrapless-synthesizer-builder function updates a BootstraplessSynthesizer$Builder instance using the provided configuration.
  The function takes the BootstraplessSynthesizer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudFormationExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-formation-execution-role-arn` |
| `deployRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:deploy-role-arn` |
sourceraw docstring

build-bootstrapless-synthesizer-props-builderclj

(build-bootstrapless-synthesizer-props-builder builder id config)

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

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
cloudFormationExecutionRoleArnjava.lang.Stringcdk.support/lookup-entry:cloud-formation-execution-role-arn
deployRoleArnjava.lang.Stringcdk.support/lookup-entry:deploy-role-arn
The build-bootstrapless-synthesizer-props-builder function updates a BootstraplessSynthesizerProps$Builder instance using the provided configuration.
  The function takes the BootstraplessSynthesizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudFormationExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-formation-execution-role-arn` |
| `deployRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:deploy-role-arn` |
sourceraw docstring

build-bundling-options-builderclj

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

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

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
bundlingFileAccesssoftware.amazon.awscdk.BundlingFileAccesscdk.api/bundling-file-access:bundling-file-access
commandjava.util.Listcdk.support/lookup-entry:command
entrypointjava.util.Listcdk.support/lookup-entry:entrypoint
environmentjava.util.Mapcdk.support/lookup-entry:environment
imagesoftware.amazon.awscdk.DockerImagecdk.support/lookup-entry:image
localsoftware.amazon.awscdk.ILocalBundlingcdk.support/lookup-entry:local
networkjava.lang.Stringcdk.support/lookup-entry:network
outputTypesoftware.amazon.awscdk.BundlingOutputcdk.api/bundling-output:output-type
platformjava.lang.Stringcdk.support/lookup-entry:platform
securityOptjava.lang.Stringcdk.support/lookup-entry:security-opt
userjava.lang.Stringcdk.support/lookup-entry:user
volumesjava.util.Listcdk.support/lookup-entry:volumes
volumesFromjava.util.Listcdk.support/lookup-entry:volumes-from
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-bundling-options-builder function updates a BundlingOptions$Builder instance using the provided configuration.
  The function takes the BundlingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bundlingFileAccess` | software.amazon.awscdk.BundlingFileAccess | [[cdk.api/bundling-file-access]] | `:bundling-file-access` |
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `entrypoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entrypoint` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `image` | software.amazon.awscdk.DockerImage | [[cdk.support/lookup-entry]] | `:image` |
| `local` | software.amazon.awscdk.ILocalBundling | [[cdk.support/lookup-entry]] | `:local` |
| `network` | java.lang.String | [[cdk.support/lookup-entry]] | `:network` |
| `outputType` | software.amazon.awscdk.BundlingOutput | [[cdk.api/bundling-output]] | `:output-type` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `securityOpt` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-opt` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
| `volumesFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes-from` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-cfn-auto-scaling-replacing-update-builderclj

(build-cfn-auto-scaling-replacing-update-builder builder id config)

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

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
willReplacejava.lang.Booleancdk.support/lookup-entry:will-replace
The build-cfn-auto-scaling-replacing-update-builder function updates a CfnAutoScalingReplacingUpdate$Builder instance using the provided configuration.
  The function takes the CfnAutoScalingReplacingUpdate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `willReplace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:will-replace` |
sourceraw docstring

build-cfn-auto-scaling-rolling-update-builderclj

(build-cfn-auto-scaling-rolling-update-builder builder id config)

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

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
maxBatchSizejava.lang.Numbercdk.support/lookup-entry:max-batch-size
minInstancesInServicejava.lang.Numbercdk.support/lookup-entry:min-instances-in-service
minSuccessfulInstancesPercentjava.lang.Numbercdk.support/lookup-entry:min-successful-instances-percent
pauseTimejava.lang.Stringcdk.support/lookup-entry:pause-time
suspendProcessesjava.util.Listcdk.support/lookup-entry:suspend-processes
waitOnResourceSignalsjava.lang.Booleancdk.support/lookup-entry:wait-on-resource-signals
The build-cfn-auto-scaling-rolling-update-builder function updates a CfnAutoScalingRollingUpdate$Builder instance using the provided configuration.
  The function takes the CfnAutoScalingRollingUpdate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxBatchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-batch-size` |
| `minInstancesInService` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-instances-in-service` |
| `minSuccessfulInstancesPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-successful-instances-percent` |
| `pauseTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:pause-time` |
| `suspendProcesses` | java.util.List | [[cdk.support/lookup-entry]] | `:suspend-processes` |
| `waitOnResourceSignals` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:wait-on-resource-signals` |
sourceraw docstring

build-cfn-auto-scaling-scheduled-action-builderclj

(build-cfn-auto-scaling-scheduled-action-builder builder id config)

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

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
ignoreUnmodifiedGroupSizePropertiesjava.lang.Booleancdk.support/lookup-entry:ignore-unmodified-group-size-properties
The build-cfn-auto-scaling-scheduled-action-builder function updates a CfnAutoScalingScheduledAction$Builder instance using the provided configuration.
  The function takes the CfnAutoScalingScheduledAction$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ignoreUnmodifiedGroupSizeProperties` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-unmodified-group-size-properties` |
sourceraw docstring

build-cfn-code-deploy-blue-green-additional-options-builderclj

(build-cfn-code-deploy-blue-green-additional-options-builder builder id config)

The build-cfn-code-deploy-blue-green-additional-options-builder function updates a CfnCodeDeployBlueGreenAdditionalOptions$Builder instance using the provided configuration. The function takes the CfnCodeDeployBlueGreenAdditionalOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
terminationWaitTimeInMinutesjava.lang.Numbercdk.support/lookup-entry:termination-wait-time-in-minutes
The build-cfn-code-deploy-blue-green-additional-options-builder function updates a CfnCodeDeployBlueGreenAdditionalOptions$Builder instance using the provided configuration.
  The function takes the CfnCodeDeployBlueGreenAdditionalOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `terminationWaitTimeInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:termination-wait-time-in-minutes` |
sourceraw docstring

build-cfn-code-deploy-blue-green-application-builderclj

(build-cfn-code-deploy-blue-green-application-builder builder id config)

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

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
ecsAttributessoftware.amazon.awscdk.CfnCodeDeployBlueGreenEcsAttributescdk.support/lookup-entry:ecs-attributes
targetsoftware.amazon.awscdk.CfnCodeDeployBlueGreenApplicationTargetcdk.support/lookup-entry:target
The build-cfn-code-deploy-blue-green-application-builder function updates a CfnCodeDeployBlueGreenApplication$Builder instance using the provided configuration.
  The function takes the CfnCodeDeployBlueGreenApplication$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ecsAttributes` | software.amazon.awscdk.CfnCodeDeployBlueGreenEcsAttributes | [[cdk.support/lookup-entry]] | `:ecs-attributes` |
| `target` | software.amazon.awscdk.CfnCodeDeployBlueGreenApplicationTarget | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-code-deploy-blue-green-application-target-builderclj

(build-cfn-code-deploy-blue-green-application-target-builder builder id config)

The build-cfn-code-deploy-blue-green-application-target-builder function updates a CfnCodeDeployBlueGreenApplicationTarget$Builder instance using the provided configuration. The function takes the CfnCodeDeployBlueGreenApplicationTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
logicalIdjava.lang.Stringcdk.support/lookup-entry:logical-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-code-deploy-blue-green-application-target-builder function updates a CfnCodeDeployBlueGreenApplicationTarget$Builder instance using the provided configuration.
  The function takes the CfnCodeDeployBlueGreenApplicationTarget$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-code-deploy-blue-green-ecs-attributes-builderclj

(build-cfn-code-deploy-blue-green-ecs-attributes-builder builder id config)

The build-cfn-code-deploy-blue-green-ecs-attributes-builder function updates a CfnCodeDeployBlueGreenEcsAttributes$Builder instance using the provided configuration. The function takes the CfnCodeDeployBlueGreenEcsAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
taskDefinitionsjava.util.Listcdk.support/lookup-entry:task-definitions
taskSetsjava.util.Listcdk.support/lookup-entry:task-sets
trafficRoutingsoftware.amazon.awscdk.CfnTrafficRoutingcdk.support/lookup-entry:traffic-routing
The build-cfn-code-deploy-blue-green-ecs-attributes-builder function updates a CfnCodeDeployBlueGreenEcsAttributes$Builder instance using the provided configuration.
  The function takes the CfnCodeDeployBlueGreenEcsAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `taskDefinitions` | java.util.List | [[cdk.support/lookup-entry]] | `:task-definitions` |
| `taskSets` | java.util.List | [[cdk.support/lookup-entry]] | `:task-sets` |
| `trafficRouting` | software.amazon.awscdk.CfnTrafficRouting | [[cdk.support/lookup-entry]] | `:traffic-routing` |
sourceraw docstring

build-cfn-code-deploy-blue-green-hook-builderclj

(build-cfn-code-deploy-blue-green-hook-builder builder id config)

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

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
additionalOptionssoftware.amazon.awscdk.CfnCodeDeployBlueGreenAdditionalOptionscdk.support/lookup-entry:additional-options
applicationsjava.util.Listcdk.support/lookup-entry:applications
lifecycleEventHookssoftware.amazon.awscdk.CfnCodeDeployBlueGreenLifecycleEventHookscdk.support/lookup-entry:lifecycle-event-hooks
serviceRolejava.lang.Stringcdk.support/lookup-entry:service-role
trafficRoutingConfigsoftware.amazon.awscdk.CfnTrafficRoutingConfigcdk.support/lookup-entry:traffic-routing-config
The build-cfn-code-deploy-blue-green-hook-builder function updates a CfnCodeDeployBlueGreenHook$Builder instance using the provided configuration.
  The function takes the CfnCodeDeployBlueGreenHook$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalOptions` | software.amazon.awscdk.CfnCodeDeployBlueGreenAdditionalOptions | [[cdk.support/lookup-entry]] | `:additional-options` |
| `applications` | java.util.List | [[cdk.support/lookup-entry]] | `:applications` |
| `lifecycleEventHooks` | software.amazon.awscdk.CfnCodeDeployBlueGreenLifecycleEventHooks | [[cdk.support/lookup-entry]] | `:lifecycle-event-hooks` |
| `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` |
| `trafficRoutingConfig` | software.amazon.awscdk.CfnTrafficRoutingConfig | [[cdk.support/lookup-entry]] | `:traffic-routing-config` |
sourceraw docstring

build-cfn-code-deploy-blue-green-hook-props-builderclj

(build-cfn-code-deploy-blue-green-hook-props-builder builder id config)

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

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
additionalOptionssoftware.amazon.awscdk.CfnCodeDeployBlueGreenAdditionalOptionscdk.support/lookup-entry:additional-options
applicationsjava.util.Listcdk.support/lookup-entry:applications
lifecycleEventHookssoftware.amazon.awscdk.CfnCodeDeployBlueGreenLifecycleEventHookscdk.support/lookup-entry:lifecycle-event-hooks
serviceRolejava.lang.Stringcdk.support/lookup-entry:service-role
trafficRoutingConfigsoftware.amazon.awscdk.CfnTrafficRoutingConfigcdk.support/lookup-entry:traffic-routing-config
The build-cfn-code-deploy-blue-green-hook-props-builder function updates a CfnCodeDeployBlueGreenHookProps$Builder instance using the provided configuration.
  The function takes the CfnCodeDeployBlueGreenHookProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalOptions` | software.amazon.awscdk.CfnCodeDeployBlueGreenAdditionalOptions | [[cdk.support/lookup-entry]] | `:additional-options` |
| `applications` | java.util.List | [[cdk.support/lookup-entry]] | `:applications` |
| `lifecycleEventHooks` | software.amazon.awscdk.CfnCodeDeployBlueGreenLifecycleEventHooks | [[cdk.support/lookup-entry]] | `:lifecycle-event-hooks` |
| `serviceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role` |
| `trafficRoutingConfig` | software.amazon.awscdk.CfnTrafficRoutingConfig | [[cdk.support/lookup-entry]] | `:traffic-routing-config` |
sourceraw docstring

build-cfn-code-deploy-blue-green-lifecycle-event-hooks-builderclj

(build-cfn-code-deploy-blue-green-lifecycle-event-hooks-builder builder
                                                                id
                                                                config)

The build-cfn-code-deploy-blue-green-lifecycle-event-hooks-builder function updates a CfnCodeDeployBlueGreenLifecycleEventHooks$Builder instance using the provided configuration. The function takes the CfnCodeDeployBlueGreenLifecycleEventHooks$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
afterAllowTestTrafficjava.lang.Stringcdk.support/lookup-entry:after-allow-test-traffic
afterAllowTrafficjava.lang.Stringcdk.support/lookup-entry:after-allow-traffic
afterInstalljava.lang.Stringcdk.support/lookup-entry:after-install
beforeAllowTrafficjava.lang.Stringcdk.support/lookup-entry:before-allow-traffic
beforeInstalljava.lang.Stringcdk.support/lookup-entry:before-install
The build-cfn-code-deploy-blue-green-lifecycle-event-hooks-builder function updates a CfnCodeDeployBlueGreenLifecycleEventHooks$Builder instance using the provided configuration.
  The function takes the CfnCodeDeployBlueGreenLifecycleEventHooks$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `afterAllowTestTraffic` | java.lang.String | [[cdk.support/lookup-entry]] | `:after-allow-test-traffic` |
| `afterAllowTraffic` | java.lang.String | [[cdk.support/lookup-entry]] | `:after-allow-traffic` |
| `afterInstall` | java.lang.String | [[cdk.support/lookup-entry]] | `:after-install` |
| `beforeAllowTraffic` | java.lang.String | [[cdk.support/lookup-entry]] | `:before-allow-traffic` |
| `beforeInstall` | java.lang.String | [[cdk.support/lookup-entry]] | `:before-install` |
sourceraw docstring

build-cfn-code-deploy-lambda-alias-update-builderclj

(build-cfn-code-deploy-lambda-alias-update-builder builder id config)

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

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
afterAllowTrafficHookjava.lang.Stringcdk.support/lookup-entry:after-allow-traffic-hook
applicationNamejava.lang.Stringcdk.support/lookup-entry:application-name
beforeAllowTrafficHookjava.lang.Stringcdk.support/lookup-entry:before-allow-traffic-hook
deploymentGroupNamejava.lang.Stringcdk.support/lookup-entry:deployment-group-name
The build-cfn-code-deploy-lambda-alias-update-builder function updates a CfnCodeDeployLambdaAliasUpdate$Builder instance using the provided configuration.
  The function takes the CfnCodeDeployLambdaAliasUpdate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `afterAllowTrafficHook` | java.lang.String | [[cdk.support/lookup-entry]] | `:after-allow-traffic-hook` |
| `applicationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-name` |
| `beforeAllowTrafficHook` | java.lang.String | [[cdk.support/lookup-entry]] | `:before-allow-traffic-hook` |
| `deploymentGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-group-name` |
sourceraw docstring

build-cfn-condition-builderclj

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

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

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
expressionsoftware.amazon.awscdk.ICfnConditionExpressioncdk.support/lookup-entry:expression
The build-cfn-condition-builder function updates a CfnCondition$Builder instance using the provided configuration.
  The function takes the CfnCondition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-condition-props-builderclj

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

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

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
expressionsoftware.amazon.awscdk.ICfnConditionExpressioncdk.support/lookup-entry:expression
The build-cfn-condition-props-builder function updates a CfnConditionProps$Builder instance using the provided configuration.
  The function takes the CfnConditionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-creation-policy-builderclj

(build-cfn-creation-policy-builder builder id config)

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

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
autoScalingCreationPolicysoftware.amazon.awscdk.CfnResourceAutoScalingCreationPolicycdk.support/lookup-entry:auto-scaling-creation-policy
resourceSignalsoftware.amazon.awscdk.CfnResourceSignalcdk.support/lookup-entry:resource-signal
startFleetjava.lang.Booleancdk.support/lookup-entry:start-fleet
The build-cfn-creation-policy-builder function updates a CfnCreationPolicy$Builder instance using the provided configuration.
  The function takes the CfnCreationPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingCreationPolicy` | software.amazon.awscdk.CfnResourceAutoScalingCreationPolicy | [[cdk.support/lookup-entry]] | `:auto-scaling-creation-policy` |
| `resourceSignal` | software.amazon.awscdk.CfnResourceSignal | [[cdk.support/lookup-entry]] | `:resource-signal` |
| `startFleet` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:start-fleet` |
sourceraw docstring

build-cfn-custom-resource-builderclj

(build-cfn-custom-resource-builder builder id config)

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

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

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

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

build-cfn-custom-resource-props-builderclj

(build-cfn-custom-resource-props-builder builder id config)

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

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
serviceTokenjava.lang.Stringcdk.support/lookup-entry:service-token
The build-cfn-custom-resource-props-builder function updates a CfnCustomResourceProps$Builder instance using the provided configuration.
  The function takes the CfnCustomResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-dynamic-reference-props-builderclj

(build-cfn-dynamic-reference-props-builder builder id config)

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

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
referenceKeyjava.lang.Stringcdk.support/lookup-entry:reference-key
servicesoftware.amazon.awscdk.CfnDynamicReferenceServicecdk.api/cfn-dynamic-reference-service:service
The build-cfn-dynamic-reference-props-builder function updates a CfnDynamicReferenceProps$Builder instance using the provided configuration.
  The function takes the CfnDynamicReferenceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `referenceKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:reference-key` |
| `service` | software.amazon.awscdk.CfnDynamicReferenceService | [[cdk.api/cfn-dynamic-reference-service]] | `:service` |
sourceraw docstring

build-cfn-hook-builderclj

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

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

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
propertiesjava.util.Mapcdk.support/lookup-entry:properties
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-hook-builder function updates a CfnHook$Builder instance using the provided configuration.
  The function takes the CfnHook$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-hook-default-version-builderclj

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

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

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
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
typeVersionArnjava.lang.Stringcdk.support/lookup-entry:type-version-arn
versionIdjava.lang.Stringcdk.support/lookup-entry:version-id
The build-cfn-hook-default-version-builder function updates a CfnHookDefaultVersion$Builder instance using the provided configuration.
  The function takes the CfnHookDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
| `typeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-version-arn` |
| `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
sourceraw docstring

build-cfn-hook-default-version-props-builderclj

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

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

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
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
typeVersionArnjava.lang.Stringcdk.support/lookup-entry:type-version-arn
versionIdjava.lang.Stringcdk.support/lookup-entry:version-id
The build-cfn-hook-default-version-props-builder function updates a CfnHookDefaultVersionProps$Builder instance using the provided configuration.
  The function takes the CfnHookDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
| `typeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-version-arn` |
| `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
sourceraw docstring

build-cfn-hook-props-builderclj

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

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

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
propertiesjava.util.Mapcdk.support/lookup-entry:properties
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-hook-props-builder function updates a CfnHookProps$Builder instance using the provided configuration.
  The function takes the CfnHookProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-hook-type-config-builderclj

(build-cfn-hook-type-config-builder builder id config)

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

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
configurationjava.lang.Stringcdk.support/lookup-entry:configuration
configurationAliasjava.lang.Stringcdk.support/lookup-entry:configuration-alias
typeArnjava.lang.Stringcdk.support/lookup-entry:type-arn
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
The build-cfn-hook-type-config-builder function updates a CfnHookTypeConfig$Builder instance using the provided configuration.
  The function takes the CfnHookTypeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` |
| `configurationAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-alias` |
| `typeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-arn` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
sourceraw docstring

build-cfn-hook-type-config-props-builderclj

(build-cfn-hook-type-config-props-builder builder id config)

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

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
configurationjava.lang.Stringcdk.support/lookup-entry:configuration
configurationAliasjava.lang.Stringcdk.support/lookup-entry:configuration-alias
typeArnjava.lang.Stringcdk.support/lookup-entry:type-arn
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
The build-cfn-hook-type-config-props-builder function updates a CfnHookTypeConfigProps$Builder instance using the provided configuration.
  The function takes the CfnHookTypeConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` |
| `configurationAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-alias` |
| `typeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-arn` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
sourceraw docstring

build-cfn-hook-version-builderclj

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

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

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
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
loggingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-config
schemaHandlerPackagejava.lang.Stringcdk.support/lookup-entry:schema-handler-package
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
The build-cfn-hook-version-builder function updates a CfnHookVersion$Builder instance using the provided configuration.
  The function takes the CfnHookVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `loggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-config` |
| `schemaHandlerPackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-handler-package` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
sourceraw docstring

build-cfn-hook-version-logging-config-property-builderclj

(build-cfn-hook-version-logging-config-property-builder builder id config)

The build-cfn-hook-version-logging-config-property-builder function updates a CfnHookVersion$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnHookVersion$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
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
logRoleArnjava.lang.Stringcdk.support/lookup-entry:log-role-arn
The build-cfn-hook-version-logging-config-property-builder function updates a CfnHookVersion$LoggingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnHookVersion$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 |
|---|---|---|---|
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
| `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` |
sourceraw docstring

build-cfn-hook-version-props-builderclj

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

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

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
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
loggingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-config
schemaHandlerPackagejava.lang.Stringcdk.support/lookup-entry:schema-handler-package
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
The build-cfn-hook-version-props-builder function updates a CfnHookVersionProps$Builder instance using the provided configuration.
  The function takes the CfnHookVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `loggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-config` |
| `schemaHandlerPackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-handler-package` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
sourceraw docstring

build-cfn-json-builderclj

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

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

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

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

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

build-cfn-json-props-builderclj

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

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

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
valuejava.lang.Objectcdk.support/lookup-entry:value
The build-cfn-json-props-builder function updates a CfnJsonProps$Builder instance using the provided configuration.
  The function takes the CfnJsonProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-macro-builderclj

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

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

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
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
logRoleArnjava.lang.Stringcdk.support/lookup-entry:log-role-arn
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-macro-builder function updates a CfnMacro$Builder instance using the provided configuration.
  The function takes the CfnMacro$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
| `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-macro-props-builderclj

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

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

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
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
logRoleArnjava.lang.Stringcdk.support/lookup-entry:log-role-arn
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-macro-props-builder function updates a CfnMacroProps$Builder instance using the provided configuration.
  The function takes the CfnMacroProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
| `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-mapping-builderclj

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

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

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
lazyjava.lang.Booleancdk.support/lookup-entry:lazy
mappingjava.util.Mapcdk.support/lookup-entry:mapping
The build-cfn-mapping-builder function updates a CfnMapping$Builder instance using the provided configuration.
  The function takes the CfnMapping$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `lazy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:lazy` |
| `mapping` | java.util.Map | [[cdk.support/lookup-entry]] | `:mapping` |
sourceraw docstring

build-cfn-mapping-props-builderclj

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

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

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
lazyjava.lang.Booleancdk.support/lookup-entry:lazy
mappingjava.util.Mapcdk.support/lookup-entry:mapping
The build-cfn-mapping-props-builder function updates a CfnMappingProps$Builder instance using the provided configuration.
  The function takes the CfnMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `lazy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:lazy` |
| `mapping` | java.util.Map | [[cdk.support/lookup-entry]] | `:mapping` |
sourceraw docstring

build-cfn-module-default-version-builderclj

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

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

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
moduleNamejava.lang.Stringcdk.support/lookup-entry:module-name
versionIdjava.lang.Stringcdk.support/lookup-entry:version-id
The build-cfn-module-default-version-builder function updates a CfnModuleDefaultVersion$Builder instance using the provided configuration.
  The function takes the CfnModuleDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `moduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-name` |
| `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
sourceraw docstring

build-cfn-module-default-version-props-builderclj

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

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

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
moduleNamejava.lang.Stringcdk.support/lookup-entry:module-name
versionIdjava.lang.Stringcdk.support/lookup-entry:version-id
The build-cfn-module-default-version-props-builder function updates a CfnModuleDefaultVersionProps$Builder instance using the provided configuration.
  The function takes the CfnModuleDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `moduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-name` |
| `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
sourceraw docstring

build-cfn-module-version-builderclj

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

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

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
moduleNamejava.lang.Stringcdk.support/lookup-entry:module-name
modulePackagejava.lang.Stringcdk.support/lookup-entry:module-package
The build-cfn-module-version-builder function updates a CfnModuleVersion$Builder instance using the provided configuration.
  The function takes the CfnModuleVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `moduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-name` |
| `modulePackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-package` |
sourceraw docstring

build-cfn-module-version-props-builderclj

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

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

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
moduleNamejava.lang.Stringcdk.support/lookup-entry:module-name
modulePackagejava.lang.Stringcdk.support/lookup-entry:module-package
The build-cfn-module-version-props-builder function updates a CfnModuleVersionProps$Builder instance using the provided configuration.
  The function takes the CfnModuleVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `moduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-name` |
| `modulePackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-package` |
sourceraw docstring

build-cfn-output-builderclj

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

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

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
conditionsoftware.amazon.awscdk.CfnConditioncdk.support/lookup-entry:condition
descriptionjava.lang.Stringcdk.support/lookup-entry:description
exportNamejava.lang.Stringcdk.support/lookup-entry:export-name
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-output-builder function updates a CfnOutput$Builder instance using the provided configuration.
  The function takes the CfnOutput$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `condition` | software.amazon.awscdk.CfnCondition | [[cdk.support/lookup-entry]] | `:condition` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `exportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:export-name` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-output-props-builderclj

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

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

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
conditionsoftware.amazon.awscdk.CfnConditioncdk.support/lookup-entry:condition
descriptionjava.lang.Stringcdk.support/lookup-entry:description
exportNamejava.lang.Stringcdk.support/lookup-entry:export-name
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-output-props-builder function updates a CfnOutputProps$Builder instance using the provided configuration.
  The function takes the CfnOutputProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `condition` | software.amazon.awscdk.CfnCondition | [[cdk.support/lookup-entry]] | `:condition` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `exportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:export-name` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-parameter-builderclj

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

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

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
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
allowedValuesjava.util.Listcdk.support/lookup-entry:allowed-values
constraintDescriptionjava.lang.Stringcdk.support/lookup-entry:constraint-description
defaultValuejava.lang.Objectcdk.support/lookup-entry:default-value
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxLengthjava.lang.Numbercdk.support/lookup-entry:max-length
maxValuejava.lang.Numbercdk.support/lookup-entry:max-value
minLengthjava.lang.Numbercdk.support/lookup-entry:min-length
minValuejava.lang.Numbercdk.support/lookup-entry:min-value
noEchojava.lang.Booleancdk.support/lookup-entry:no-echo
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-parameter-builder function updates a CfnParameter$Builder instance using the provided configuration.
  The function takes the CfnParameter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` |
| `allowedValues` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` |
| `constraintDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:constraint-description` |
| `defaultValue` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-value` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-length` |
| `maxValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-value` |
| `minLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-length` |
| `minValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-value` |
| `noEcho` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:no-echo` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-parameter-props-builderclj

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

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

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
allowedPatternjava.lang.Stringcdk.support/lookup-entry:allowed-pattern
allowedValuesjava.util.Listcdk.support/lookup-entry:allowed-values
constraintDescriptionjava.lang.Stringcdk.support/lookup-entry:constraint-description
defaultValuejava.lang.Objectcdk.support/lookup-entry:default-value
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxLengthjava.lang.Numbercdk.support/lookup-entry:max-length
maxValuejava.lang.Numbercdk.support/lookup-entry:max-value
minLengthjava.lang.Numbercdk.support/lookup-entry:min-length
minValuejava.lang.Numbercdk.support/lookup-entry:min-value
noEchojava.lang.Booleancdk.support/lookup-entry:no-echo
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-parameter-props-builder function updates a CfnParameterProps$Builder instance using the provided configuration.
  The function takes the CfnParameterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-pattern` |
| `allowedValues` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` |
| `constraintDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:constraint-description` |
| `defaultValue` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-value` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-length` |
| `maxValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-value` |
| `minLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-length` |
| `minValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-value` |
| `noEcho` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:no-echo` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-public-type-version-builderclj

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

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

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
logDeliveryBucketjava.lang.Stringcdk.support/lookup-entry:log-delivery-bucket
publicVersionNumberjava.lang.Stringcdk.support/lookup-entry:public-version-number
typejava.lang.Stringcdk.support/lookup-entry:type
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
The build-cfn-public-type-version-builder function updates a CfnPublicTypeVersion$Builder instance using the provided configuration.
  The function takes the CfnPublicTypeVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `logDeliveryBucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-delivery-bucket` |
| `publicVersionNumber` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-version-number` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
sourceraw docstring

build-cfn-public-type-version-props-builderclj

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

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

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
logDeliveryBucketjava.lang.Stringcdk.support/lookup-entry:log-delivery-bucket
publicVersionNumberjava.lang.Stringcdk.support/lookup-entry:public-version-number
typejava.lang.Stringcdk.support/lookup-entry:type
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
The build-cfn-public-type-version-props-builder function updates a CfnPublicTypeVersionProps$Builder instance using the provided configuration.
  The function takes the CfnPublicTypeVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `logDeliveryBucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-delivery-bucket` |
| `publicVersionNumber` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-version-number` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
sourceraw docstring

build-cfn-publisher-builderclj

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

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

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
acceptTermsAndConditionsjava.lang.Booleancdk.support/lookup-entry:accept-terms-and-conditions
connectionArnjava.lang.Stringcdk.support/lookup-entry:connection-arn
The build-cfn-publisher-builder function updates a CfnPublisher$Builder instance using the provided configuration.
  The function takes the CfnPublisher$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acceptTermsAndConditions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:accept-terms-and-conditions` |
| `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` |
sourceraw docstring

build-cfn-publisher-props-builderclj

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

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

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
acceptTermsAndConditionsjava.lang.Booleancdk.support/lookup-entry:accept-terms-and-conditions
connectionArnjava.lang.Stringcdk.support/lookup-entry:connection-arn
The build-cfn-publisher-props-builder function updates a CfnPublisherProps$Builder instance using the provided configuration.
  The function takes the CfnPublisherProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acceptTermsAndConditions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:accept-terms-and-conditions` |
| `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` |
sourceraw docstring

build-cfn-resource-auto-scaling-creation-policy-builderclj

(build-cfn-resource-auto-scaling-creation-policy-builder builder id config)

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

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
minSuccessfulInstancesPercentjava.lang.Numbercdk.support/lookup-entry:min-successful-instances-percent
The build-cfn-resource-auto-scaling-creation-policy-builder function updates a CfnResourceAutoScalingCreationPolicy$Builder instance using the provided configuration.
  The function takes the CfnResourceAutoScalingCreationPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `minSuccessfulInstancesPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-successful-instances-percent` |
sourceraw docstring

build-cfn-resource-builderclj

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

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

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
propertiesjava.util.Mapcdk.support/lookup-entry:properties
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-resource-builder function updates a CfnResource$Builder instance using the provided configuration.
  The function takes the CfnResource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-resource-default-version-builderclj

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

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

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
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
typeVersionArnjava.lang.Stringcdk.support/lookup-entry:type-version-arn
versionIdjava.lang.Stringcdk.support/lookup-entry:version-id
The build-cfn-resource-default-version-builder function updates a CfnResourceDefaultVersion$Builder instance using the provided configuration.
  The function takes the CfnResourceDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
| `typeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-version-arn` |
| `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
sourceraw docstring

build-cfn-resource-default-version-props-builderclj

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

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

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
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
typeVersionArnjava.lang.Stringcdk.support/lookup-entry:type-version-arn
versionIdjava.lang.Stringcdk.support/lookup-entry:version-id
The build-cfn-resource-default-version-props-builder function updates a CfnResourceDefaultVersionProps$Builder instance using the provided configuration.
  The function takes the CfnResourceDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
| `typeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-version-arn` |
| `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
sourceraw docstring

build-cfn-resource-props-builderclj

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

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

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
propertiesjava.util.Mapcdk.support/lookup-entry:properties
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-resource-props-builder function updates a CfnResourceProps$Builder instance using the provided configuration.
  The function takes the CfnResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-resource-signal-builderclj

(build-cfn-resource-signal-builder builder id config)

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

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
countjava.lang.Numbercdk.support/lookup-entry:count
timeoutjava.lang.Stringcdk.support/lookup-entry:timeout
The build-cfn-resource-signal-builder function updates a CfnResourceSignal$Builder instance using the provided configuration.
  The function takes the CfnResourceSignal$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-resource-version-builderclj

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

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

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
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
loggingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-config
schemaHandlerPackagejava.lang.Stringcdk.support/lookup-entry:schema-handler-package
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
The build-cfn-resource-version-builder function updates a CfnResourceVersion$Builder instance using the provided configuration.
  The function takes the CfnResourceVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `loggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-config` |
| `schemaHandlerPackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-handler-package` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
sourceraw docstring

build-cfn-resource-version-logging-config-property-builderclj

(build-cfn-resource-version-logging-config-property-builder builder id config)

The build-cfn-resource-version-logging-config-property-builder function updates a CfnResourceVersion$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnResourceVersion$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
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
logRoleArnjava.lang.Stringcdk.support/lookup-entry:log-role-arn
The build-cfn-resource-version-logging-config-property-builder function updates a CfnResourceVersion$LoggingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnResourceVersion$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 |
|---|---|---|---|
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
| `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` |
sourceraw docstring

build-cfn-resource-version-props-builderclj

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

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

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
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
loggingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging-config
schemaHandlerPackagejava.lang.Stringcdk.support/lookup-entry:schema-handler-package
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
The build-cfn-resource-version-props-builder function updates a CfnResourceVersionProps$Builder instance using the provided configuration.
  The function takes the CfnResourceVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `loggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-config` |
| `schemaHandlerPackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-handler-package` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
sourceraw docstring

build-cfn-rule-assertion-builderclj

(build-cfn-rule-assertion-builder builder id config)

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

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
assertDescriptionjava.lang.Stringcdk.support/lookup-entry:assert-description
assertValuesoftware.amazon.awscdk.ICfnConditionExpressioncdk.support/lookup-entry:assert-value
The build-cfn-rule-assertion-builder function updates a CfnRuleAssertion$Builder instance using the provided configuration.
  The function takes the CfnRuleAssertion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assertDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:assert-description` |
| `assertValue` | software.amazon.awscdk.ICfnConditionExpression | [[cdk.support/lookup-entry]] | `:assert-value` |
sourceraw docstring

build-cfn-rule-builderclj

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

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

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
assertionsjava.util.Listcdk.support/lookup-entry:assertions
ruleConditionsoftware.amazon.awscdk.ICfnConditionExpressioncdk.support/lookup-entry:rule-condition
The build-cfn-rule-builder function updates a CfnRule$Builder instance using the provided configuration.
  The function takes the CfnRule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assertions` | java.util.List | [[cdk.support/lookup-entry]] | `:assertions` |
| `ruleCondition` | software.amazon.awscdk.ICfnConditionExpression | [[cdk.support/lookup-entry]] | `:rule-condition` |
sourceraw docstring

build-cfn-rule-props-builderclj

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

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

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
assertionsjava.util.Listcdk.support/lookup-entry:assertions
ruleConditionsoftware.amazon.awscdk.ICfnConditionExpressioncdk.support/lookup-entry:rule-condition
The build-cfn-rule-props-builder function updates a CfnRuleProps$Builder instance using the provided configuration.
  The function takes the CfnRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assertions` | java.util.List | [[cdk.support/lookup-entry]] | `:assertions` |
| `ruleCondition` | software.amazon.awscdk.ICfnConditionExpression | [[cdk.support/lookup-entry]] | `:rule-condition` |
sourceraw docstring

build-cfn-stack-builderclj

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

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

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
notificationArnsjava.util.Listcdk.support/lookup-entry:notification-arns
parameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameters
tagsjava.util.Listcdk.support/lookup-entry:tags
templateUrljava.lang.Stringcdk.support/lookup-entry:template-url
timeoutInMinutesjava.lang.Numbercdk.support/lookup-entry:timeout-in-minutes
The build-cfn-stack-builder function updates a CfnStack$Builder instance using the provided configuration.
  The function takes the CfnStack$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` |
| `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `templateUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-url` |
| `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` |
sourceraw docstring

build-cfn-stack-output-property-builderclj

(build-cfn-stack-output-property-builder builder id config)

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

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
exportNamejava.lang.Stringcdk.support/lookup-entry:export-name
outputKeyjava.lang.Stringcdk.support/lookup-entry:output-key
outputValuejava.lang.Stringcdk.support/lookup-entry:output-value
The build-cfn-stack-output-property-builder function updates a CfnStack$OutputProperty$Builder instance using the provided configuration.
  The function takes the CfnStack$OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `exportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:export-name` |
| `outputKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-key` |
| `outputValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-value` |
sourceraw docstring

build-cfn-stack-props-builderclj

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

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

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
notificationArnsjava.util.Listcdk.support/lookup-entry:notification-arns
parametersjava.util.Mapcdk.support/lookup-entry:parameters
tagsjava.util.Listcdk.support/lookup-entry:tags
templateUrljava.lang.Stringcdk.support/lookup-entry:template-url
timeoutInMinutesjava.lang.Numbercdk.support/lookup-entry:timeout-in-minutes
The build-cfn-stack-props-builder function updates a CfnStackProps$Builder instance using the provided configuration.
  The function takes the CfnStackProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `templateUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-url` |
| `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` |
sourceraw docstring

build-cfn-stack-set-auto-deployment-property-builderclj

(build-cfn-stack-set-auto-deployment-property-builder builder id config)

The build-cfn-stack-set-auto-deployment-property-builder function updates a CfnStackSet$AutoDeploymentProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$AutoDeploymentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
retainStacksOnAccountRemovalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retain-stacks-on-account-removal
The build-cfn-stack-set-auto-deployment-property-builder function updates a CfnStackSet$AutoDeploymentProperty$Builder instance using the provided configuration.
  The function takes the CfnStackSet$AutoDeploymentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `retainStacksOnAccountRemoval` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retain-stacks-on-account-removal` |
sourceraw docstring

build-cfn-stack-set-builderclj

(build-cfn-stack-set-builder builder id config)

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

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
administrationRoleArnjava.lang.Stringcdk.support/lookup-entry:administration-role-arn
autoDeploymentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-deployment
callAsjava.lang.Stringcdk.support/lookup-entry:call-as
capabilitiesjava.util.Listcdk.support/lookup-entry:capabilities
descriptionjava.lang.Stringcdk.support/lookup-entry:description
executionRoleNamejava.lang.Stringcdk.support/lookup-entry:execution-role-name
managedExecutionjava.lang.Objectcdk.support/lookup-entry:managed-execution
operationPreferencessoftware.amazon.awscdk.CfnStackSet$OperationPreferencesPropertycdk.support/lookup-entry:operation-preferences
parametersjava.util.Listcdk.support/lookup-entry:parameters
permissionModeljava.lang.Stringcdk.support/lookup-entry:permission-model
stackInstancesGroupsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stack-instances-group
stackSetNamejava.lang.Stringcdk.support/lookup-entry:stack-set-name
tagsjava.util.Listcdk.support/lookup-entry:tags
templateBodyjava.lang.Stringcdk.support/lookup-entry:template-body
templateUrljava.lang.Stringcdk.support/lookup-entry:template-url
The build-cfn-stack-set-builder function updates a CfnStackSet$Builder instance using the provided configuration.
  The function takes the CfnStackSet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `administrationRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:administration-role-arn` |
| `autoDeployment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-deployment` |
| `callAs` | java.lang.String | [[cdk.support/lookup-entry]] | `:call-as` |
| `capabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:capabilities` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `executionRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-name` |
| `managedExecution` | java.lang.Object | [[cdk.support/lookup-entry]] | `:managed-execution` |
| `operationPreferences` | software.amazon.awscdk.CfnStackSet$OperationPreferencesProperty | [[cdk.support/lookup-entry]] | `:operation-preferences` |
| `parameters` | java.util.List | [[cdk.support/lookup-entry]] | `:parameters` |
| `permissionModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission-model` |
| `stackInstancesGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stack-instances-group` |
| `stackSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` |
| `templateUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-url` |
sourceraw docstring

build-cfn-stack-set-deployment-targets-property-builderclj

(build-cfn-stack-set-deployment-targets-property-builder builder id config)

The build-cfn-stack-set-deployment-targets-property-builder function updates a CfnStackSet$DeploymentTargetsProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$DeploymentTargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
accountFilterTypejava.lang.Stringcdk.support/lookup-entry:account-filter-type
accountsjava.util.Listcdk.support/lookup-entry:accounts
accountsUrljava.lang.Stringcdk.support/lookup-entry:accounts-url
organizationalUnitIdsjava.util.Listcdk.support/lookup-entry:organizational-unit-ids
The build-cfn-stack-set-deployment-targets-property-builder function updates a CfnStackSet$DeploymentTargetsProperty$Builder instance using the provided configuration.
  The function takes the CfnStackSet$DeploymentTargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accountFilterType` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-filter-type` |
| `accounts` | java.util.List | [[cdk.support/lookup-entry]] | `:accounts` |
| `accountsUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:accounts-url` |
| `organizationalUnitIds` | java.util.List | [[cdk.support/lookup-entry]] | `:organizational-unit-ids` |
sourceraw docstring

build-cfn-stack-set-managed-execution-property-builderclj

(build-cfn-stack-set-managed-execution-property-builder builder id config)

The build-cfn-stack-set-managed-execution-property-builder function updates a CfnStackSet$ManagedExecutionProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$ManagedExecutionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
activesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:active
The build-cfn-stack-set-managed-execution-property-builder function updates a CfnStackSet$ManagedExecutionProperty$Builder instance using the provided configuration.
  The function takes the CfnStackSet$ManagedExecutionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-stack-set-operation-preferences-property-builderclj

(build-cfn-stack-set-operation-preferences-property-builder builder id config)

The build-cfn-stack-set-operation-preferences-property-builder function updates a CfnStackSet$OperationPreferencesProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$OperationPreferencesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
failureToleranceCountjava.lang.Numbercdk.support/lookup-entry:failure-tolerance-count
failureTolerancePercentagejava.lang.Numbercdk.support/lookup-entry:failure-tolerance-percentage
maxConcurrentCountjava.lang.Numbercdk.support/lookup-entry:max-concurrent-count
maxConcurrentPercentagejava.lang.Numbercdk.support/lookup-entry:max-concurrent-percentage
regionConcurrencyTypejava.lang.Stringcdk.support/lookup-entry:region-concurrency-type
regionOrderjava.util.Listcdk.support/lookup-entry:region-order
The build-cfn-stack-set-operation-preferences-property-builder function updates a CfnStackSet$OperationPreferencesProperty$Builder instance using the provided configuration.
  The function takes the CfnStackSet$OperationPreferencesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `failureToleranceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-count` |
| `failureTolerancePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-percentage` |
| `maxConcurrentCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-count` |
| `maxConcurrentPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-percentage` |
| `regionConcurrencyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-concurrency-type` |
| `regionOrder` | java.util.List | [[cdk.support/lookup-entry]] | `:region-order` |
sourceraw docstring

build-cfn-stack-set-parameter-property-builderclj

(build-cfn-stack-set-parameter-property-builder builder id config)

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

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
parameterKeyjava.lang.Stringcdk.support/lookup-entry:parameter-key
parameterValuejava.lang.Stringcdk.support/lookup-entry:parameter-value
The build-cfn-stack-set-parameter-property-builder function updates a CfnStackSet$ParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnStackSet$ParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `parameterKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-key` |
| `parameterValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-value` |
sourceraw docstring

build-cfn-stack-set-props-builderclj

(build-cfn-stack-set-props-builder builder id config)

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

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
administrationRoleArnjava.lang.Stringcdk.support/lookup-entry:administration-role-arn
autoDeploymentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-deployment
callAsjava.lang.Stringcdk.support/lookup-entry:call-as
capabilitiesjava.util.Listcdk.support/lookup-entry:capabilities
descriptionjava.lang.Stringcdk.support/lookup-entry:description
executionRoleNamejava.lang.Stringcdk.support/lookup-entry:execution-role-name
managedExecutionjava.lang.Objectcdk.support/lookup-entry:managed-execution
operationPreferencessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:operation-preferences
parameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameters
permissionModeljava.lang.Stringcdk.support/lookup-entry:permission-model
stackInstancesGroupjava.util.Listcdk.support/lookup-entry:stack-instances-group
stackSetNamejava.lang.Stringcdk.support/lookup-entry:stack-set-name
tagsjava.util.Listcdk.support/lookup-entry:tags
templateBodyjava.lang.Stringcdk.support/lookup-entry:template-body
templateUrljava.lang.Stringcdk.support/lookup-entry:template-url
The build-cfn-stack-set-props-builder function updates a CfnStackSetProps$Builder instance using the provided configuration.
  The function takes the CfnStackSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `administrationRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:administration-role-arn` |
| `autoDeployment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-deployment` |
| `callAs` | java.lang.String | [[cdk.support/lookup-entry]] | `:call-as` |
| `capabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:capabilities` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `executionRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-name` |
| `managedExecution` | java.lang.Object | [[cdk.support/lookup-entry]] | `:managed-execution` |
| `operationPreferences` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:operation-preferences` |
| `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` |
| `permissionModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission-model` |
| `stackInstancesGroup` | java.util.List | [[cdk.support/lookup-entry]] | `:stack-instances-group` |
| `stackSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` |
| `templateUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-url` |
sourceraw docstring

build-cfn-stack-set-stack-instances-property-builderclj

(build-cfn-stack-set-stack-instances-property-builder builder id config)

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

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
deploymentTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deployment-targets
parameterOverridessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameter-overrides
regionsjava.util.Listcdk.support/lookup-entry:regions
The build-cfn-stack-set-stack-instances-property-builder function updates a CfnStackSet$StackInstancesProperty$Builder instance using the provided configuration.
  The function takes the CfnStackSet$StackInstancesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deploymentTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-targets` |
| `parameterOverrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameter-overrides` |
| `regions` | java.util.List | [[cdk.support/lookup-entry]] | `:regions` |
sourceraw docstring

build-cfn-tag-builderclj

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

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

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

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

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

build-cfn-traffic-route-builderclj

(build-cfn-traffic-route-builder builder id config)

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

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
logicalIdjava.lang.Stringcdk.support/lookup-entry:logical-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-traffic-route-builder function updates a CfnTrafficRoute$Builder instance using the provided configuration.
  The function takes the CfnTrafficRoute$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-traffic-routing-builderclj

(build-cfn-traffic-routing-builder builder id config)

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

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
prodTrafficRoutesoftware.amazon.awscdk.CfnTrafficRoutecdk.support/lookup-entry:prod-traffic-route
targetGroupsjava.util.Listcdk.support/lookup-entry:target-groups
testTrafficRoutesoftware.amazon.awscdk.CfnTrafficRoutecdk.support/lookup-entry:test-traffic-route
The build-cfn-traffic-routing-builder function updates a CfnTrafficRouting$Builder instance using the provided configuration.
  The function takes the CfnTrafficRouting$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `prodTrafficRoute` | software.amazon.awscdk.CfnTrafficRoute | [[cdk.support/lookup-entry]] | `:prod-traffic-route` |
| `targetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:target-groups` |
| `testTrafficRoute` | software.amazon.awscdk.CfnTrafficRoute | [[cdk.support/lookup-entry]] | `:test-traffic-route` |
sourceraw docstring

build-cfn-traffic-routing-config-builderclj

(build-cfn-traffic-routing-config-builder builder id config)

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

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
timeBasedCanarysoftware.amazon.awscdk.CfnTrafficRoutingTimeBasedCanarycdk.support/lookup-entry:time-based-canary
timeBasedLinearsoftware.amazon.awscdk.CfnTrafficRoutingTimeBasedLinearcdk.support/lookup-entry:time-based-linear
typesoftware.amazon.awscdk.CfnTrafficRoutingTypecdk.api/cfn-traffic-routing-type:type
The build-cfn-traffic-routing-config-builder function updates a CfnTrafficRoutingConfig$Builder instance using the provided configuration.
  The function takes the CfnTrafficRoutingConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `timeBasedCanary` | software.amazon.awscdk.CfnTrafficRoutingTimeBasedCanary | [[cdk.support/lookup-entry]] | `:time-based-canary` |
| `timeBasedLinear` | software.amazon.awscdk.CfnTrafficRoutingTimeBasedLinear | [[cdk.support/lookup-entry]] | `:time-based-linear` |
| `type` | software.amazon.awscdk.CfnTrafficRoutingType | [[cdk.api/cfn-traffic-routing-type]] | `:type` |
sourceraw docstring

build-cfn-traffic-routing-time-based-canary-builderclj

(build-cfn-traffic-routing-time-based-canary-builder builder id config)

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

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
bakeTimeMinsjava.lang.Numbercdk.support/lookup-entry:bake-time-mins
stepPercentagejava.lang.Numbercdk.support/lookup-entry:step-percentage
The build-cfn-traffic-routing-time-based-canary-builder function updates a CfnTrafficRoutingTimeBasedCanary$Builder instance using the provided configuration.
  The function takes the CfnTrafficRoutingTimeBasedCanary$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bakeTimeMins` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bake-time-mins` |
| `stepPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:step-percentage` |
sourceraw docstring

build-cfn-traffic-routing-time-based-linear-builderclj

(build-cfn-traffic-routing-time-based-linear-builder builder id config)

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

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
bakeTimeMinsjava.lang.Numbercdk.support/lookup-entry:bake-time-mins
stepPercentagejava.lang.Numbercdk.support/lookup-entry:step-percentage
The build-cfn-traffic-routing-time-based-linear-builder function updates a CfnTrafficRoutingTimeBasedLinear$Builder instance using the provided configuration.
  The function takes the CfnTrafficRoutingTimeBasedLinear$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bakeTimeMins` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bake-time-mins` |
| `stepPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:step-percentage` |
sourceraw docstring

build-cfn-type-activation-builderclj

(build-cfn-type-activation-builder builder id config)

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

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
autoUpdatejava.lang.Booleancdk.support/lookup-entry:auto-update
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
loggingConfigsoftware.amazon.awscdk.CfnTypeActivation$LoggingConfigPropertycdk.support/lookup-entry:logging-config
majorVersionjava.lang.Stringcdk.support/lookup-entry:major-version
publicTypeArnjava.lang.Stringcdk.support/lookup-entry:public-type-arn
publisherIdjava.lang.Stringcdk.support/lookup-entry:publisher-id
typejava.lang.Stringcdk.support/lookup-entry:type
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
typeNameAliasjava.lang.Stringcdk.support/lookup-entry:type-name-alias
versionBumpjava.lang.Stringcdk.support/lookup-entry:version-bump
The build-cfn-type-activation-builder function updates a CfnTypeActivation$Builder instance using the provided configuration.
  The function takes the CfnTypeActivation$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-update` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `loggingConfig` | software.amazon.awscdk.CfnTypeActivation$LoggingConfigProperty | [[cdk.support/lookup-entry]] | `:logging-config` |
| `majorVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:major-version` |
| `publicTypeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-type-arn` |
| `publisherId` | java.lang.String | [[cdk.support/lookup-entry]] | `:publisher-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
| `typeNameAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name-alias` |
| `versionBump` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-bump` |
sourceraw docstring

build-cfn-type-activation-logging-config-property-builderclj

(build-cfn-type-activation-logging-config-property-builder builder id config)

The build-cfn-type-activation-logging-config-property-builder function updates a CfnTypeActivation$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnTypeActivation$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
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
logRoleArnjava.lang.Stringcdk.support/lookup-entry:log-role-arn
The build-cfn-type-activation-logging-config-property-builder function updates a CfnTypeActivation$LoggingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnTypeActivation$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 |
|---|---|---|---|
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
| `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` |
sourceraw docstring

build-cfn-type-activation-props-builderclj

(build-cfn-type-activation-props-builder builder id config)

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

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
autoUpdatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-update
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
loggingConfigsoftware.amazon.awscdk.CfnTypeActivation$LoggingConfigPropertycdk.support/lookup-entry:logging-config
majorVersionjava.lang.Stringcdk.support/lookup-entry:major-version
publicTypeArnjava.lang.Stringcdk.support/lookup-entry:public-type-arn
publisherIdjava.lang.Stringcdk.support/lookup-entry:publisher-id
typejava.lang.Stringcdk.support/lookup-entry:type
typeNamejava.lang.Stringcdk.support/lookup-entry:type-name
typeNameAliasjava.lang.Stringcdk.support/lookup-entry:type-name-alias
versionBumpjava.lang.Stringcdk.support/lookup-entry:version-bump
The build-cfn-type-activation-props-builder function updates a CfnTypeActivationProps$Builder instance using the provided configuration.
  The function takes the CfnTypeActivationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-update` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `loggingConfig` | software.amazon.awscdk.CfnTypeActivation$LoggingConfigProperty | [[cdk.support/lookup-entry]] | `:logging-config` |
| `majorVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:major-version` |
| `publicTypeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-type-arn` |
| `publisherId` | java.lang.String | [[cdk.support/lookup-entry]] | `:publisher-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
| `typeNameAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name-alias` |
| `versionBump` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-bump` |
sourceraw docstring

build-cfn-update-policy-builderclj

(build-cfn-update-policy-builder builder id config)

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

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
autoScalingReplacingUpdatesoftware.amazon.awscdk.CfnAutoScalingReplacingUpdatecdk.support/lookup-entry:auto-scaling-replacing-update
autoScalingRollingUpdatesoftware.amazon.awscdk.CfnAutoScalingRollingUpdatecdk.support/lookup-entry:auto-scaling-rolling-update
autoScalingScheduledActionsoftware.amazon.awscdk.CfnAutoScalingScheduledActioncdk.support/lookup-entry:auto-scaling-scheduled-action
codeDeployLambdaAliasUpdatesoftware.amazon.awscdk.CfnCodeDeployLambdaAliasUpdatecdk.support/lookup-entry:code-deploy-lambda-alias-update
enableVersionUpgradejava.lang.Booleancdk.support/lookup-entry:enable-version-upgrade
useOnlineReshardingjava.lang.Booleancdk.support/lookup-entry:use-online-resharding
The build-cfn-update-policy-builder function updates a CfnUpdatePolicy$Builder instance using the provided configuration.
  The function takes the CfnUpdatePolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingReplacingUpdate` | software.amazon.awscdk.CfnAutoScalingReplacingUpdate | [[cdk.support/lookup-entry]] | `:auto-scaling-replacing-update` |
| `autoScalingRollingUpdate` | software.amazon.awscdk.CfnAutoScalingRollingUpdate | [[cdk.support/lookup-entry]] | `:auto-scaling-rolling-update` |
| `autoScalingScheduledAction` | software.amazon.awscdk.CfnAutoScalingScheduledAction | [[cdk.support/lookup-entry]] | `:auto-scaling-scheduled-action` |
| `codeDeployLambdaAliasUpdate` | software.amazon.awscdk.CfnCodeDeployLambdaAliasUpdate | [[cdk.support/lookup-entry]] | `:code-deploy-lambda-alias-update` |
| `enableVersionUpgrade` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-version-upgrade` |
| `useOnlineResharding` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-online-resharding` |
sourceraw docstring

build-cfn-wait-condition-builderclj

(build-cfn-wait-condition-builder builder id config)

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

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
countjava.lang.Numbercdk.support/lookup-entry:count
handlejava.lang.Stringcdk.support/lookup-entry:handle
timeoutjava.lang.Stringcdk.support/lookup-entry:timeout
The build-cfn-wait-condition-builder function updates a CfnWaitCondition$Builder instance using the provided configuration.
  The function takes the CfnWaitCondition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-wait-condition-props-builderclj

(build-cfn-wait-condition-props-builder builder id config)

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

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
countjava.lang.Numbercdk.support/lookup-entry:count
handlejava.lang.Stringcdk.support/lookup-entry:handle
timeoutjava.lang.Stringcdk.support/lookup-entry:timeout
The build-cfn-wait-condition-props-builder function updates a CfnWaitConditionProps$Builder instance using the provided configuration.
  The function takes the CfnWaitConditionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cli-credentials-stack-synthesizer-builderclj

(build-cli-credentials-stack-synthesizer-builder builder id config)

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

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
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
dockerTagPrefixjava.lang.Stringcdk.support/lookup-entry:docker-tag-prefix
fileAssetsBucketNamejava.lang.Stringcdk.support/lookup-entry:file-assets-bucket-name
imageAssetsRepositoryNamejava.lang.Stringcdk.support/lookup-entry:image-assets-repository-name
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
The build-cli-credentials-stack-synthesizer-builder function updates a CliCredentialsStackSynthesizer$Builder instance using the provided configuration.
  The function takes the CliCredentialsStackSynthesizer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `dockerTagPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:docker-tag-prefix` |
| `fileAssetsBucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-assets-bucket-name` |
| `imageAssetsRepositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-assets-repository-name` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
sourceraw docstring

build-cli-credentials-stack-synthesizer-props-builderclj

(build-cli-credentials-stack-synthesizer-props-builder builder id config)

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

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
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
dockerTagPrefixjava.lang.Stringcdk.support/lookup-entry:docker-tag-prefix
fileAssetsBucketNamejava.lang.Stringcdk.support/lookup-entry:file-assets-bucket-name
imageAssetsRepositoryNamejava.lang.Stringcdk.support/lookup-entry:image-assets-repository-name
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
The build-cli-credentials-stack-synthesizer-props-builder function updates a CliCredentialsStackSynthesizerProps$Builder instance using the provided configuration.
  The function takes the CliCredentialsStackSynthesizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `dockerTagPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:docker-tag-prefix` |
| `fileAssetsBucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-assets-bucket-name` |
| `imageAssetsRepositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-assets-repository-name` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
sourceraw docstring

build-copy-options-builderclj

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

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

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
excludejava.util.Listcdk.support/lookup-entry:exclude
followsoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
The build-copy-options-builder function updates a CopyOptions$Builder instance using the provided configuration.
  The function takes the CopyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `follow` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
sourceraw docstring

build-custom-resource-builderclj

(build-custom-resource-builder builder id config)

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

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
pascalCasePropertiesjava.lang.Booleancdk.support/lookup-entry:pascal-case-properties
propertiesjava.util.Mapcdk.support/lookup-entry:properties
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
serviceTokenjava.lang.Stringcdk.support/lookup-entry:service-token
The build-custom-resource-builder function updates a CustomResource$Builder instance using the provided configuration.
  The function takes the CustomResource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pascalCaseProperties` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pascal-case-properties` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
| `serviceToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-token` |
sourceraw docstring

build-custom-resource-props-builderclj

(build-custom-resource-props-builder builder id config)

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

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
pascalCasePropertiesjava.lang.Booleancdk.support/lookup-entry:pascal-case-properties
propertiesjava.util.Mapcdk.support/lookup-entry:properties
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
serviceTokenjava.lang.Stringcdk.support/lookup-entry:service-token
The build-custom-resource-props-builder function updates a CustomResourceProps$Builder instance using the provided configuration.
  The function takes the CustomResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pascalCaseProperties` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pascal-case-properties` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
| `serviceToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-token` |
sourceraw docstring

build-custom-resource-provider-base-props-builderclj

(build-custom-resource-provider-base-props-builder builder id config)

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

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
codeDirectoryjava.lang.Stringcdk.support/lookup-entry:code-directory
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
memorySizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:memory-size
policyStatementsjava.util.Listcdk.support/lookup-entry:policy-statements
runtimeNamejava.lang.Stringcdk.support/lookup-entry:runtime-name
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
useCfnResponseWrapperjava.lang.Booleancdk.support/lookup-entry:use-cfn-response-wrapper
The build-custom-resource-provider-base-props-builder function updates a CustomResourceProviderBaseProps$Builder instance using the provided configuration.
  The function takes the CustomResourceProviderBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-directory` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `memorySize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:memory-size` |
| `policyStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-statements` |
| `runtimeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime-name` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `useCfnResponseWrapper` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-cfn-response-wrapper` |
sourceraw docstring

build-custom-resource-provider-options-builderclj

(build-custom-resource-provider-options-builder builder id config)

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

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
environmentjava.util.Mapcdk.support/lookup-entry:environment
memorySizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:memory-size
policyStatementsjava.util.Listcdk.support/lookup-entry:policy-statements
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
useCfnResponseWrapperjava.lang.Booleancdk.support/lookup-entry:use-cfn-response-wrapper
The build-custom-resource-provider-options-builder function updates a CustomResourceProviderOptions$Builder instance using the provided configuration.
  The function takes the CustomResourceProviderOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `memorySize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:memory-size` |
| `policyStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-statements` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `useCfnResponseWrapper` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-cfn-response-wrapper` |
sourceraw docstring

build-custom-resource-provider-props-builderclj

(build-custom-resource-provider-props-builder builder id config)

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

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
codeDirectoryjava.lang.Stringcdk.support/lookup-entry:code-directory
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentjava.util.Mapcdk.support/lookup-entry:environment
memorySizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:memory-size
policyStatementsjava.util.Listcdk.support/lookup-entry:policy-statements
runtimesoftware.amazon.awscdk.CustomResourceProviderRuntimecdk.api/custom-resource-provider-runtime:runtime
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
useCfnResponseWrapperjava.lang.Booleancdk.support/lookup-entry:use-cfn-response-wrapper
The build-custom-resource-provider-props-builder function updates a CustomResourceProviderProps$Builder instance using the provided configuration.
  The function takes the CustomResourceProviderProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `codeDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-directory` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `memorySize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:memory-size` |
| `policyStatements` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-statements` |
| `runtime` | software.amazon.awscdk.CustomResourceProviderRuntime | [[cdk.api/custom-resource-provider-runtime]] | `:runtime` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `useCfnResponseWrapper` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-cfn-response-wrapper` |
sourceraw docstring

build-default-stack-synthesizer-builderclj

(build-default-stack-synthesizer-builder builder id config)

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

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
bootstrapStackVersionSsmParameterjava.lang.Stringcdk.support/lookup-entry:bootstrap-stack-version-ssm-parameter
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
cloudFormationExecutionRolejava.lang.Stringcdk.support/lookup-entry:cloud-formation-execution-role
deployRoleArnjava.lang.Stringcdk.support/lookup-entry:deploy-role-arn
deployRoleExternalIdjava.lang.Stringcdk.support/lookup-entry:deploy-role-external-id
dockerTagPrefixjava.lang.Stringcdk.support/lookup-entry:docker-tag-prefix
fileAssetPublishingExternalIdjava.lang.Stringcdk.support/lookup-entry:file-asset-publishing-external-id
fileAssetPublishingRoleArnjava.lang.Stringcdk.support/lookup-entry:file-asset-publishing-role-arn
fileAssetsBucketNamejava.lang.Stringcdk.support/lookup-entry:file-assets-bucket-name
generateBootstrapVersionRulejava.lang.Booleancdk.support/lookup-entry:generate-bootstrap-version-rule
imageAssetPublishingExternalIdjava.lang.Stringcdk.support/lookup-entry:image-asset-publishing-external-id
imageAssetPublishingRoleArnjava.lang.Stringcdk.support/lookup-entry:image-asset-publishing-role-arn
imageAssetsRepositoryNamejava.lang.Stringcdk.support/lookup-entry:image-assets-repository-name
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
lookupRoleExternalIdjava.lang.Stringcdk.support/lookup-entry:lookup-role-external-id
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
useLookupRoleForStackOperationsjava.lang.Booleancdk.support/lookup-entry:use-lookup-role-for-stack-operations
The build-default-stack-synthesizer-builder function updates a DefaultStackSynthesizer$Builder instance using the provided configuration.
  The function takes the DefaultStackSynthesizer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bootstrapStackVersionSsmParameter` | java.lang.String | [[cdk.support/lookup-entry]] | `:bootstrap-stack-version-ssm-parameter` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `cloudFormationExecutionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-formation-execution-role` |
| `deployRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:deploy-role-arn` |
| `deployRoleExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:deploy-role-external-id` |
| `dockerTagPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:docker-tag-prefix` |
| `fileAssetPublishingExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-asset-publishing-external-id` |
| `fileAssetPublishingRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-asset-publishing-role-arn` |
| `fileAssetsBucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-assets-bucket-name` |
| `generateBootstrapVersionRule` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:generate-bootstrap-version-rule` |
| `imageAssetPublishingExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-asset-publishing-external-id` |
| `imageAssetPublishingRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-asset-publishing-role-arn` |
| `imageAssetsRepositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-assets-repository-name` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `lookupRoleExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-external-id` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
| `useLookupRoleForStackOperations` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-lookup-role-for-stack-operations` |
sourceraw docstring

build-default-stack-synthesizer-props-builderclj

(build-default-stack-synthesizer-props-builder builder id config)

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

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
bootstrapStackVersionSsmParameterjava.lang.Stringcdk.support/lookup-entry:bootstrap-stack-version-ssm-parameter
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
cloudFormationExecutionRolejava.lang.Stringcdk.support/lookup-entry:cloud-formation-execution-role
deployRoleArnjava.lang.Stringcdk.support/lookup-entry:deploy-role-arn
deployRoleExternalIdjava.lang.Stringcdk.support/lookup-entry:deploy-role-external-id
dockerTagPrefixjava.lang.Stringcdk.support/lookup-entry:docker-tag-prefix
fileAssetPublishingExternalIdjava.lang.Stringcdk.support/lookup-entry:file-asset-publishing-external-id
fileAssetPublishingRoleArnjava.lang.Stringcdk.support/lookup-entry:file-asset-publishing-role-arn
fileAssetsBucketNamejava.lang.Stringcdk.support/lookup-entry:file-assets-bucket-name
generateBootstrapVersionRulejava.lang.Booleancdk.support/lookup-entry:generate-bootstrap-version-rule
imageAssetPublishingExternalIdjava.lang.Stringcdk.support/lookup-entry:image-asset-publishing-external-id
imageAssetPublishingRoleArnjava.lang.Stringcdk.support/lookup-entry:image-asset-publishing-role-arn
imageAssetsRepositoryNamejava.lang.Stringcdk.support/lookup-entry:image-assets-repository-name
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
lookupRoleExternalIdjava.lang.Stringcdk.support/lookup-entry:lookup-role-external-id
qualifierjava.lang.Stringcdk.support/lookup-entry:qualifier
useLookupRoleForStackOperationsjava.lang.Booleancdk.support/lookup-entry:use-lookup-role-for-stack-operations
The build-default-stack-synthesizer-props-builder function updates a DefaultStackSynthesizerProps$Builder instance using the provided configuration.
  The function takes the DefaultStackSynthesizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bootstrapStackVersionSsmParameter` | java.lang.String | [[cdk.support/lookup-entry]] | `:bootstrap-stack-version-ssm-parameter` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `cloudFormationExecutionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-formation-execution-role` |
| `deployRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:deploy-role-arn` |
| `deployRoleExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:deploy-role-external-id` |
| `dockerTagPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:docker-tag-prefix` |
| `fileAssetPublishingExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-asset-publishing-external-id` |
| `fileAssetPublishingRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-asset-publishing-role-arn` |
| `fileAssetsBucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-assets-bucket-name` |
| `generateBootstrapVersionRule` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:generate-bootstrap-version-rule` |
| `imageAssetPublishingExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-asset-publishing-external-id` |
| `imageAssetPublishingRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-asset-publishing-role-arn` |
| `imageAssetsRepositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-assets-repository-name` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `lookupRoleExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-external-id` |
| `qualifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:qualifier` |
| `useLookupRoleForStackOperations` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-lookup-role-for-stack-operations` |
sourceraw docstring

build-docker-build-options-builderclj

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

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

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
platformjava.lang.Stringcdk.support/lookup-entry:platform
targetStagejava.lang.Stringcdk.support/lookup-entry:target-stage
The build-docker-build-options-builder function updates a DockerBuildOptions$Builder instance using the provided configuration.
  The function takes the DockerBuildOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `targetStage` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-stage` |
sourceraw docstring

build-docker-cache-option-builderclj

(build-docker-cache-option-builder builder id config)

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

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
paramsjava.util.Mapcdk.support/lookup-entry:params
typejava.lang.Stringcdk.support/lookup-entry:type
The build-docker-cache-option-builder function updates a DockerCacheOption$Builder instance using the provided configuration.
  The function takes the DockerCacheOption$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-docker-image-asset-location-builderclj

(build-docker-image-asset-location-builder builder id config)

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

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
imageTagjava.lang.Stringcdk.support/lookup-entry:image-tag
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
The build-docker-image-asset-location-builder function updates a DockerImageAssetLocation$Builder instance using the provided configuration.
  The function takes the DockerImageAssetLocation$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `imageTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
sourceraw docstring

build-docker-image-asset-source-builderclj

(build-docker-image-asset-source-builder builder id config)

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

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
directoryNamejava.lang.Stringcdk.support/lookup-entry:directory-name
dockerBuildArgsjava.util.Mapcdk.support/lookup-entry:docker-build-args
dockerBuildSecretsjava.util.Mapcdk.support/lookup-entry:docker-build-secrets
dockerBuildSshjava.lang.Stringcdk.support/lookup-entry:docker-build-ssh
dockerBuildTargetjava.lang.Stringcdk.support/lookup-entry:docker-build-target
dockerCacheDisabledjava.lang.Booleancdk.support/lookup-entry:docker-cache-disabled
dockerCacheFromjava.util.Listcdk.support/lookup-entry:docker-cache-from
dockerCacheTosoftware.amazon.awscdk.DockerCacheOptioncdk.support/lookup-entry:docker-cache-to
dockerFilejava.lang.Stringcdk.support/lookup-entry:docker-file
dockerOutputsjava.util.Listcdk.support/lookup-entry:docker-outputs
executablejava.util.Listcdk.support/lookup-entry:executable
networkModejava.lang.Stringcdk.support/lookup-entry:network-mode
platformjava.lang.Stringcdk.support/lookup-entry:platform
sourceHashjava.lang.Stringcdk.support/lookup-entry:source-hash
The build-docker-image-asset-source-builder function updates a DockerImageAssetSource$Builder instance using the provided configuration.
  The function takes the DockerImageAssetSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `directoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-name` |
| `dockerBuildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-build-args` |
| `dockerBuildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-build-secrets` |
| `dockerBuildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:docker-build-ssh` |
| `dockerBuildTarget` | java.lang.String | [[cdk.support/lookup-entry]] | `:docker-build-target` |
| `dockerCacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:docker-cache-disabled` |
| `dockerCacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-cache-from` |
| `dockerCacheTo` | software.amazon.awscdk.DockerCacheOption | [[cdk.support/lookup-entry]] | `:docker-cache-to` |
| `dockerFile` | java.lang.String | [[cdk.support/lookup-entry]] | `:docker-file` |
| `dockerOutputs` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-outputs` |
| `executable` | java.util.List | [[cdk.support/lookup-entry]] | `:executable` |
| `networkMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-mode` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `sourceHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-hash` |
sourceraw docstring

build-docker-run-options-builderclj

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

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

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:entrypoint
environmentjava.util.Mapcdk.support/lookup-entry:environment
networkjava.lang.Stringcdk.support/lookup-entry:network
platformjava.lang.Stringcdk.support/lookup-entry:platform
securityOptjava.lang.Stringcdk.support/lookup-entry:security-opt
userjava.lang.Stringcdk.support/lookup-entry:user
volumesjava.util.Listcdk.support/lookup-entry:volumes
volumesFromjava.util.Listcdk.support/lookup-entry:volumes-from
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-docker-run-options-builder function updates a DockerRunOptions$Builder instance using the provided configuration.
  The function takes the DockerRunOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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]] | `:entrypoint` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `network` | java.lang.String | [[cdk.support/lookup-entry]] | `:network` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `securityOpt` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-opt` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
| `volumesFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes-from` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-docker-volume-builderclj

(build-docker-volume-builder builder id config)

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

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
consistencysoftware.amazon.awscdk.DockerVolumeConsistencycdk.api/docker-volume-consistency:consistency
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
hostPathjava.lang.Stringcdk.support/lookup-entry:host-path
The build-docker-volume-builder function updates a DockerVolume$Builder instance using the provided configuration.
  The function takes the DockerVolume$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `consistency` | software.amazon.awscdk.DockerVolumeConsistency | [[cdk.api/docker-volume-consistency]] | `:consistency` |
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `hostPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-path` |
sourceraw docstring

build-encoding-options-builderclj

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

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

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

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

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

build-environment-builderclj

(build-environment-builder builder id config)

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

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

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

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

build-export-value-options-builderclj

(build-export-value-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
The build-export-value-options-builder function updates a ExportValueOptions$Builder instance using the provided configuration.
  The function takes the ExportValueOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-file-asset-location-builderclj

(build-file-asset-location-builder builder id config)

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

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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
httpUrljava.lang.Stringcdk.support/lookup-entry:http-url
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
objectKeyjava.lang.Stringcdk.support/lookup-entry:object-key
s3ObjectUrljava.lang.Stringcdk.support/lookup-entry:s3-object-url
s3ObjectUrlWithPlaceholdersjava.lang.Stringcdk.support/lookup-entry:s3-object-url-with-placeholders
The build-file-asset-location-builder function updates a FileAssetLocation$Builder instance using the provided configuration.
  The function takes the FileAssetLocation$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `httpUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-url` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `objectKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key` |
| `s3ObjectUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-object-url` |
| `s3ObjectUrlWithPlaceholders` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-object-url-with-placeholders` |
sourceraw docstring

build-file-asset-source-builderclj

(build-file-asset-source-builder builder id config)

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

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
deployTimejava.lang.Booleancdk.support/lookup-entry:deploy-time
executablejava.util.Listcdk.support/lookup-entry:executable
fileNamejava.lang.Stringcdk.support/lookup-entry:file-name
packagingsoftware.amazon.awscdk.FileAssetPackagingcdk.api/file-asset-packaging:packaging
sourceHashjava.lang.Stringcdk.support/lookup-entry:source-hash
The build-file-asset-source-builder function updates a FileAssetSource$Builder instance using the provided configuration.
  The function takes the FileAssetSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deployTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy-time` |
| `executable` | java.util.List | [[cdk.support/lookup-entry]] | `:executable` |
| `fileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-name` |
| `packaging` | software.amazon.awscdk.FileAssetPackaging | [[cdk.api/file-asset-packaging]] | `:packaging` |
| `sourceHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-hash` |
sourceraw docstring

build-file-copy-options-builderclj

(build-file-copy-options-builder builder id config)

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

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
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
The build-file-copy-options-builder function updates a FileCopyOptions$Builder instance using the provided configuration.
  The function takes the FileCopyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `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` |
sourceraw docstring

build-file-fingerprint-options-builderclj

(build-file-fingerprint-options-builder builder id config)

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

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
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
The build-file-fingerprint-options-builder function updates a FileFingerprintOptions$Builder instance using the provided configuration.
  The function takes the FileFingerprintOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
sourceraw docstring

build-fingerprint-options-builderclj

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

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

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
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
followsoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
The build-fingerprint-options-builder function updates a FingerprintOptions$Builder instance using the provided configuration.
  The function takes the FingerprintOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `follow` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
sourceraw docstring

build-get-context-key-options-builderclj

(build-get-context-key-options-builder builder id config)

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

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
includeEnvironmentjava.lang.Booleancdk.support/lookup-entry:include-environment
propsjava.util.Mapcdk.support/lookup-entry:props
providerjava.lang.Stringcdk.support/lookup-entry:provider
The build-get-context-key-options-builder function updates a GetContextKeyOptions$Builder instance using the provided configuration.
  The function takes the GetContextKeyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `includeEnvironment` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-environment` |
| `props` | java.util.Map | [[cdk.support/lookup-entry]] | `:props` |
| `provider` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider` |
sourceraw docstring

build-get-context-key-result-builderclj

(build-get-context-key-result-builder builder id config)

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

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
keyjava.lang.Stringcdk.support/lookup-entry:key
propsjava.util.Mapcdk.support/lookup-entry:props
The build-get-context-key-result-builder function updates a GetContextKeyResult$Builder instance using the provided configuration.
  The function takes the GetContextKeyResult$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-get-context-value-options-builderclj

(build-get-context-value-options-builder builder id config)

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

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
dummyValuejava.lang.Objectcdk.support/lookup-entry:dummy-value
includeEnvironmentjava.lang.Booleancdk.support/lookup-entry:include-environment
propsjava.util.Mapcdk.support/lookup-entry:props
providerjava.lang.Stringcdk.support/lookup-entry:provider
The build-get-context-value-options-builder function updates a GetContextValueOptions$Builder instance using the provided configuration.
  The function takes the GetContextValueOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dummyValue` | java.lang.Object | [[cdk.support/lookup-entry]] | `:dummy-value` |
| `includeEnvironment` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-environment` |
| `props` | java.util.Map | [[cdk.support/lookup-entry]] | `:props` |
| `provider` | java.lang.String | [[cdk.support/lookup-entry]] | `:provider` |
sourceraw docstring

build-get-context-value-result-builderclj

(build-get-context-value-result-builder builder id config)

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

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
valuejava.lang.Objectcdk.support/lookup-entry:value
The build-get-context-value-result-builder function updates a GetContextValueResult$Builder instance using the provided configuration.
  The function takes the GetContextValueResult$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-intrinsic-builderclj

(build-intrinsic-builder builder id config)

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

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
stackTracejava.lang.Booleancdk.support/lookup-entry:stack-trace
typeHintsoftware.amazon.awscdk.ResolutionTypeHintcdk.api/resolution-type-hint:type-hint
The build-intrinsic-builder function updates a Intrinsic$Builder instance using the provided configuration.
  The function takes the Intrinsic$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `stackTrace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stack-trace` |
| `typeHint` | software.amazon.awscdk.ResolutionTypeHint | [[cdk.api/resolution-type-hint]] | `:type-hint` |
sourceraw docstring

build-intrinsic-props-builderclj

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

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

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
stackTracejava.lang.Booleancdk.support/lookup-entry:stack-trace
typeHintsoftware.amazon.awscdk.ResolutionTypeHintcdk.api/resolution-type-hint:type-hint
The build-intrinsic-props-builder function updates a IntrinsicProps$Builder instance using the provided configuration.
  The function takes the IntrinsicProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `stackTrace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stack-trace` |
| `typeHint` | software.amazon.awscdk.ResolutionTypeHint | [[cdk.api/resolution-type-hint]] | `:type-hint` |
sourceraw docstring

build-lazy-any-value-options-builderclj

(build-lazy-any-value-options-builder builder id config)

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

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
displayHintjava.lang.Stringcdk.support/lookup-entry:display-hint
omitEmptyArrayjava.lang.Booleancdk.support/lookup-entry:omit-empty-array
The build-lazy-any-value-options-builder function updates a LazyAnyValueOptions$Builder instance using the provided configuration.
  The function takes the LazyAnyValueOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `displayHint` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-hint` |
| `omitEmptyArray` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:omit-empty-array` |
sourceraw docstring

build-lazy-list-value-options-builderclj

(build-lazy-list-value-options-builder builder id config)

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

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
displayHintjava.lang.Stringcdk.support/lookup-entry:display-hint
omitEmptyjava.lang.Booleancdk.support/lookup-entry:omit-empty
The build-lazy-list-value-options-builder function updates a LazyListValueOptions$Builder instance using the provided configuration.
  The function takes the LazyListValueOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `displayHint` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-hint` |
| `omitEmpty` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:omit-empty` |
sourceraw docstring

build-lazy-string-value-options-builderclj

(build-lazy-string-value-options-builder builder id config)

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

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

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

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

build-nested-stack-builderclj

(build-nested-stack-builder builder id config)

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

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
notificationArnsjava.util.Listcdk.support/lookup-entry:notification-arns
parametersjava.util.Mapcdk.support/lookup-entry:parameters
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-nested-stack-builder function updates a NestedStack$Builder instance using the provided configuration.
  The function takes the NestedStack$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-nested-stack-props-builderclj

(build-nested-stack-props-builder builder id config)

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

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
notificationArnsjava.util.Listcdk.support/lookup-entry:notification-arns
parametersjava.util.Mapcdk.support/lookup-entry:parameters
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-nested-stack-props-builder function updates a NestedStackProps$Builder instance using the provided configuration.
  The function takes the NestedStackProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-policy-validation-plugin-report-beta1-builderclj

(build-policy-validation-plugin-report-beta1-builder builder id config)

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

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
metadatajava.util.Mapcdk.support/lookup-entry:metadata
pluginVersionjava.lang.Stringcdk.support/lookup-entry:plugin-version
successjava.lang.Booleancdk.support/lookup-entry:success
violationsjava.util.Listcdk.support/lookup-entry:violations
The build-policy-validation-plugin-report-beta1-builder function updates a PolicyValidationPluginReportBeta1$Builder instance using the provided configuration.
  The function takes the PolicyValidationPluginReportBeta1$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `metadata` | java.util.Map | [[cdk.support/lookup-entry]] | `:metadata` |
| `pluginVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:plugin-version` |
| `success` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:success` |
| `violations` | java.util.List | [[cdk.support/lookup-entry]] | `:violations` |
sourceraw docstring

build-policy-violating-resource-beta1-builderclj

(build-policy-violating-resource-beta1-builder builder id config)

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

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
locationsjava.util.Listcdk.support/lookup-entry:locations
resourceLogicalIdjava.lang.Stringcdk.support/lookup-entry:resource-logical-id
templatePathjava.lang.Stringcdk.support/lookup-entry:template-path
The build-policy-violating-resource-beta1-builder function updates a PolicyViolatingResourceBeta1$Builder instance using the provided configuration.
  The function takes the PolicyViolatingResourceBeta1$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `locations` | java.util.List | [[cdk.support/lookup-entry]] | `:locations` |
| `resourceLogicalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-logical-id` |
| `templatePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-path` |
sourceraw docstring

build-policy-violation-beta1-builderclj

(build-policy-violation-beta1-builder builder id config)

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

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
fixjava.lang.Stringcdk.support/lookup-entry:fix
ruleMetadatajava.util.Mapcdk.support/lookup-entry:rule-metadata
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
severityjava.lang.Stringcdk.support/lookup-entry:severity
violatingResourcesjava.util.Listcdk.support/lookup-entry:violating-resources
The build-policy-violation-beta1-builder function updates a PolicyViolationBeta1$Builder instance using the provided configuration.
  The function takes the PolicyViolationBeta1$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `fix` | java.lang.String | [[cdk.support/lookup-entry]] | `:fix` |
| `ruleMetadata` | java.util.Map | [[cdk.support/lookup-entry]] | `:rule-metadata` |
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `severity` | java.lang.String | [[cdk.support/lookup-entry]] | `:severity` |
| `violatingResources` | java.util.List | [[cdk.support/lookup-entry]] | `:violating-resources` |
sourceraw docstring

build-removal-policy-options-builderclj

(build-removal-policy-options-builder builder id config)

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

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
applyToUpdateReplacePolicyjava.lang.Booleancdk.support/lookup-entry:apply-to-update-replace-policy
defaultValuesoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:default-value
The build-removal-policy-options-builder function updates a RemovalPolicyOptions$Builder instance using the provided configuration.
  The function takes the RemovalPolicyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applyToUpdateReplacePolicy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:apply-to-update-replace-policy` |
| `defaultValue` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:default-value` |
sourceraw docstring

build-remove-tag-builderclj

(build-remove-tag-builder builder id config)

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

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
applyToLaunchedInstancesjava.lang.Booleancdk.support/lookup-entry:apply-to-launched-instances
excludeResourceTypesjava.util.Listcdk.support/lookup-entry:exclude-resource-types
includeResourceTypesjava.util.Listcdk.support/lookup-entry:include-resource-types
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-remove-tag-builder function updates a RemoveTag$Builder instance using the provided configuration.
  The function takes the RemoveTag$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applyToLaunchedInstances` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:apply-to-launched-instances` |
| `excludeResourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-resource-types` |
| `includeResourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:include-resource-types` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-resolve-change-context-options-builderclj

(build-resolve-change-context-options-builder builder id config)

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

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
allowIntrinsicKeysjava.lang.Booleancdk.support/lookup-entry:allow-intrinsic-keys
removeEmptyjava.lang.Booleancdk.support/lookup-entry:remove-empty
The build-resolve-change-context-options-builder function updates a ResolveChangeContextOptions$Builder instance using the provided configuration.
  The function takes the ResolveChangeContextOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowIntrinsicKeys` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-intrinsic-keys` |
| `removeEmpty` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-empty` |
sourceraw docstring

build-resolve-options-builderclj

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

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

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
preparingjava.lang.Booleancdk.support/lookup-entry:preparing
removeEmptyjava.lang.Booleancdk.support/lookup-entry:remove-empty
resolversoftware.amazon.awscdk.ITokenResolvercdk.support/lookup-entry:resolver
scopesoftware.constructs.IConstructcdk.support/lookup-entry:scope
The build-resolve-options-builder function updates a ResolveOptions$Builder instance using the provided configuration.
  The function takes the ResolveOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `preparing` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preparing` |
| `removeEmpty` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-empty` |
| `resolver` | software.amazon.awscdk.ITokenResolver | [[cdk.support/lookup-entry]] | `:resolver` |
| `scope` | software.constructs.IConstruct | [[cdk.support/lookup-entry]] | `:scope` |
sourceraw docstring

build-resource-environment-builderclj

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

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

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

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

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

build-resource-props-builderclj

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

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

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
accountjava.lang.Stringcdk.support/lookup-entry:account
environmentFromArnjava.lang.Stringcdk.support/lookup-entry:environment-from-arn
physicalNamejava.lang.Stringcdk.support/lookup-entry:physical-name
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-resource-props-builder function updates a ResourceProps$Builder instance using the provided configuration.
  The function takes the ResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` |
| `environmentFromArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-from-arn` |
| `physicalName` | java.lang.String | [[cdk.support/lookup-entry]] | `:physical-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-reverse-options-builderclj

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

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

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

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `failConcat` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-concat` |
sourceraw docstring

build-role-options-builderclj

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

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

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
assumeRoleArnjava.lang.Stringcdk.support/lookup-entry:assume-role-arn
assumeRoleExternalIdjava.lang.Stringcdk.support/lookup-entry:assume-role-external-id
The build-role-options-builder function updates a RoleOptions$Builder instance using the provided configuration.
  The function takes the RoleOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assumeRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:assume-role-arn` |
| `assumeRoleExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:assume-role-external-id` |
sourceraw docstring

build-secret-value-builderclj

(build-secret-value-builder builder id config)

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

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
stackTracejava.lang.Booleancdk.support/lookup-entry:stack-trace
typeHintsoftware.amazon.awscdk.ResolutionTypeHintcdk.api/resolution-type-hint:type-hint
The build-secret-value-builder function updates a SecretValue$Builder instance using the provided configuration.
  The function takes the SecretValue$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `stackTrace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stack-trace` |
| `typeHint` | software.amazon.awscdk.ResolutionTypeHint | [[cdk.api/resolution-type-hint]] | `:type-hint` |
sourceraw docstring

build-secrets-manager-secret-options-builderclj

(build-secrets-manager-secret-options-builder builder id config)

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

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
jsonFieldjava.lang.Stringcdk.support/lookup-entry:json-field
versionIdjava.lang.Stringcdk.support/lookup-entry:version-id
versionStagejava.lang.Stringcdk.support/lookup-entry:version-stage
The build-secrets-manager-secret-options-builder function updates a SecretsManagerSecretOptions$Builder instance using the provided configuration.
  The function takes the SecretsManagerSecretOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `jsonField` | java.lang.String | [[cdk.support/lookup-entry]] | `:json-field` |
| `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
| `versionStage` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-stage` |
sourceraw docstring

build-size-conversion-options-builderclj

(build-size-conversion-options-builder builder id config)

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

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
roundingsoftware.amazon.awscdk.SizeRoundingBehaviorcdk.api/size-rounding-behavior:rounding
The build-size-conversion-options-builder function updates a SizeConversionOptions$Builder instance using the provided configuration.
  The function takes the SizeConversionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `rounding` | software.amazon.awscdk.SizeRoundingBehavior | [[cdk.api/size-rounding-behavior]] | `:rounding` |
sourceraw docstring

build-stack-builderclj

(build-stack-builder builder id config)

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

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
analyticsReportingjava.lang.Booleancdk.support/lookup-entry:analytics-reporting
crossRegionReferencesjava.lang.Booleancdk.support/lookup-entry:cross-region-references
descriptionjava.lang.Stringcdk.support/lookup-entry:description
envsoftware.amazon.awscdk.Environmentcdk.support/lookup-entry:env
permissionsBoundarysoftware.amazon.awscdk.PermissionsBoundarycdk.support/lookup-entry:permissions-boundary
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
suppressTemplateIndentationjava.lang.Booleancdk.support/lookup-entry:suppress-template-indentation
synthesizersoftware.amazon.awscdk.IStackSynthesizercdk.support/lookup-entry:synthesizer
tagsjava.util.Mapcdk.support/lookup-entry:tags
terminationProtectionjava.lang.Booleancdk.support/lookup-entry:termination-protection
The build-stack-builder function updates a Stack$Builder instance using the provided configuration.
  The function takes the Stack$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `analyticsReporting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:analytics-reporting` |
| `crossRegionReferences` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cross-region-references` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `env` | software.amazon.awscdk.Environment | [[cdk.support/lookup-entry]] | `:env` |
| `permissionsBoundary` | software.amazon.awscdk.PermissionsBoundary | [[cdk.support/lookup-entry]] | `:permissions-boundary` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
| `suppressTemplateIndentation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-template-indentation` |
| `synthesizer` | software.amazon.awscdk.IStackSynthesizer | [[cdk.support/lookup-entry]] | `:synthesizer` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `terminationProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:termination-protection` |
sourceraw docstring

build-stack-props-builderclj

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

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

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
analyticsReportingjava.lang.Booleancdk.support/lookup-entry:analytics-reporting
crossRegionReferencesjava.lang.Booleancdk.support/lookup-entry:cross-region-references
descriptionjava.lang.Stringcdk.support/lookup-entry:description
envsoftware.amazon.awscdk.Environmentcdk.support/lookup-entry:env
permissionsBoundarysoftware.amazon.awscdk.PermissionsBoundarycdk.support/lookup-entry:permissions-boundary
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
suppressTemplateIndentationjava.lang.Booleancdk.support/lookup-entry:suppress-template-indentation
synthesizersoftware.amazon.awscdk.IStackSynthesizercdk.support/lookup-entry:synthesizer
tagsjava.util.Mapcdk.support/lookup-entry:tags
terminationProtectionjava.lang.Booleancdk.support/lookup-entry:termination-protection
The build-stack-props-builder function updates a StackProps$Builder instance using the provided configuration.
  The function takes the StackProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `analyticsReporting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:analytics-reporting` |
| `crossRegionReferences` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cross-region-references` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `env` | software.amazon.awscdk.Environment | [[cdk.support/lookup-entry]] | `:env` |
| `permissionsBoundary` | software.amazon.awscdk.PermissionsBoundary | [[cdk.support/lookup-entry]] | `:permissions-boundary` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
| `suppressTemplateIndentation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-template-indentation` |
| `synthesizer` | software.amazon.awscdk.IStackSynthesizer | [[cdk.support/lookup-entry]] | `:synthesizer` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `terminationProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:termination-protection` |
sourceraw docstring

build-stage-builderclj

(build-stage-builder builder id config)

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

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
envsoftware.amazon.awscdk.Environmentcdk.support/lookup-entry:env
outdirjava.lang.Stringcdk.support/lookup-entry:outdir
permissionsBoundarysoftware.amazon.awscdk.PermissionsBoundarycdk.support/lookup-entry:permissions-boundary
policyValidationBeta1java.util.Listcdk.support/lookup-entry:policy-validation-beta1
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
The build-stage-builder function updates a Stage$Builder instance using the provided configuration.
  The function takes the Stage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `env` | software.amazon.awscdk.Environment | [[cdk.support/lookup-entry]] | `:env` |
| `outdir` | java.lang.String | [[cdk.support/lookup-entry]] | `:outdir` |
| `permissionsBoundary` | software.amazon.awscdk.PermissionsBoundary | [[cdk.support/lookup-entry]] | `:permissions-boundary` |
| `policyValidationBeta1` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-validation-beta1` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
sourceraw docstring

build-stage-props-builderclj

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

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

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
envsoftware.amazon.awscdk.Environmentcdk.support/lookup-entry:env
outdirjava.lang.Stringcdk.support/lookup-entry:outdir
permissionsBoundarysoftware.amazon.awscdk.PermissionsBoundarycdk.support/lookup-entry:permissions-boundary
policyValidationBeta1java.util.Listcdk.support/lookup-entry:policy-validation-beta1
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
The build-stage-props-builder function updates a StageProps$Builder instance using the provided configuration.
  The function takes the StageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `env` | software.amazon.awscdk.Environment | [[cdk.support/lookup-entry]] | `:env` |
| `outdir` | java.lang.String | [[cdk.support/lookup-entry]] | `:outdir` |
| `permissionsBoundary` | software.amazon.awscdk.PermissionsBoundary | [[cdk.support/lookup-entry]] | `:permissions-boundary` |
| `policyValidationBeta1` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-validation-beta1` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
sourceraw docstring

build-stage-synthesis-options-builderclj

(build-stage-synthesis-options-builder builder id config)

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

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
forcejava.lang.Booleancdk.support/lookup-entry:force
skipValidationjava.lang.Booleancdk.support/lookup-entry:skip-validation
validateOnSynthesisjava.lang.Booleancdk.support/lookup-entry:validate-on-synthesis
The build-stage-synthesis-options-builder function updates a StageSynthesisOptions$Builder instance using the provided configuration.
  The function takes the StageSynthesisOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `force` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:force` |
| `skipValidation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:skip-validation` |
| `validateOnSynthesis` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-on-synthesis` |
sourceraw docstring

build-synthesize-stack-artifact-options-builderclj

(build-synthesize-stack-artifact-options-builder builder id config)

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

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
additionalDependenciesjava.util.Listcdk.support/lookup-entry:additional-dependencies
assumeRoleArnjava.lang.Stringcdk.support/lookup-entry:assume-role-arn
assumeRoleExternalIdjava.lang.Stringcdk.support/lookup-entry:assume-role-external-id
bootstrapStackVersionSsmParameterjava.lang.Stringcdk.support/lookup-entry:bootstrap-stack-version-ssm-parameter
cloudFormationExecutionRoleArnjava.lang.Stringcdk.support/lookup-entry:cloud-formation-execution-role-arn
lookupRolesoftware.amazon.awscdk.cloudassembly.schema.BootstrapRolecdk.support/lookup-entry:lookup-role
parametersjava.util.Mapcdk.support/lookup-entry:parameters
requiresBootstrapStackVersionjava.lang.Numbercdk.support/lookup-entry:requires-bootstrap-stack-version
stackTemplateAssetObjectUrljava.lang.Stringcdk.support/lookup-entry:stack-template-asset-object-url
The build-synthesize-stack-artifact-options-builder function updates a SynthesizeStackArtifactOptions$Builder instance using the provided configuration.
  The function takes the SynthesizeStackArtifactOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalDependencies` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-dependencies` |
| `assumeRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:assume-role-arn` |
| `assumeRoleExternalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:assume-role-external-id` |
| `bootstrapStackVersionSsmParameter` | java.lang.String | [[cdk.support/lookup-entry]] | `:bootstrap-stack-version-ssm-parameter` |
| `cloudFormationExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-formation-execution-role-arn` |
| `lookupRole` | software.amazon.awscdk.cloudassembly.schema.BootstrapRole | [[cdk.support/lookup-entry]] | `:lookup-role` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `requiresBootstrapStackVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:requires-bootstrap-stack-version` |
| `stackTemplateAssetObjectUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-template-asset-object-url` |
sourceraw docstring

build-tag-builderclj

(build-tag-builder builder id config)

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

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
applyToLaunchedInstancesjava.lang.Booleancdk.support/lookup-entry:apply-to-launched-instances
excludeResourceTypesjava.util.Listcdk.support/lookup-entry:exclude-resource-types
includeResourceTypesjava.util.Listcdk.support/lookup-entry:include-resource-types
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-tag-builder function updates a Tag$Builder instance using the provided configuration.
  The function takes the Tag$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applyToLaunchedInstances` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:apply-to-launched-instances` |
| `excludeResourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-resource-types` |
| `includeResourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:include-resource-types` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-tag-manager-builderclj

(build-tag-manager-builder builder id config)

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

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

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

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

build-tag-manager-options-builderclj

(build-tag-manager-options-builder builder id config)

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

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

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

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

build-tag-props-builderclj

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

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

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
applyToLaunchedInstancesjava.lang.Booleancdk.support/lookup-entry:apply-to-launched-instances
excludeResourceTypesjava.util.Listcdk.support/lookup-entry:exclude-resource-types
includeResourceTypesjava.util.Listcdk.support/lookup-entry:include-resource-types
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-tag-props-builder function updates a TagProps$Builder instance using the provided configuration.
  The function takes the TagProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applyToLaunchedInstances` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:apply-to-launched-instances` |
| `excludeResourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-resource-types` |
| `includeResourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:include-resource-types` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-time-conversion-options-builderclj

(build-time-conversion-options-builder builder id config)

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

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

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

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

build-unique-resource-name-options-builderclj

(build-unique-resource-name-options-builder builder id config)

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

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
allowedSpecialCharactersjava.lang.Stringcdk.support/lookup-entry:allowed-special-characters
maxLengthjava.lang.Numbercdk.support/lookup-entry:max-length
separatorjava.lang.Stringcdk.support/lookup-entry:separator
The build-unique-resource-name-options-builder function updates a UniqueResourceNameOptions$Builder instance using the provided configuration.
  The function takes the UniqueResourceNameOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedSpecialCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-special-characters` |
| `maxLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-length` |
| `separator` | java.lang.String | [[cdk.support/lookup-entry]] | `:separator` |
sourceraw docstring

bundling-file-accessclj

(bundling-file-access config id item-key)

The bundling-file-access function data interprets values in the provided config data into a BundlingFileAccess 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 BundlingFileAccess - the value is returned.
  • is :bind-mount - BundlingFileAccess/BIND_MOUNT is returned
  • is :volume-copy - BundlingFileAccess/VOLUME_COPY is returned

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

The `bundling-file-access` function data interprets values in the provided config data into a 
`BundlingFileAccess` 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 `BundlingFileAccess` - the value is returned.
* is `:bind-mount` - `BundlingFileAccess/BIND_MOUNT` is returned
* is `:volume-copy` - `BundlingFileAccess/VOLUME_COPY` is returned

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

bundling-options-builderclj

(bundling-options-builder id config)

Creates a BundlingOptions$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  `BundlingOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

bundling-outputclj

(bundling-output config id item-key)

The bundling-output function data interprets values in the provided config data into a BundlingOutput 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 BundlingOutput - the value is returned.
  • is :auto-discover - BundlingOutput/AUTO_DISCOVER is returned
  • is :single-file - BundlingOutput/SINGLE_FILE is returned
  • is :archived - BundlingOutput/ARCHIVED is returned
  • is :not-archived - BundlingOutput/NOT_ARCHIVED is returned

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

The `bundling-output` function data interprets values in the provided config data into a 
`BundlingOutput` 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 `BundlingOutput` - the value is returned.
* is `:auto-discover` - `BundlingOutput/AUTO_DISCOVER` is returned
* is `:single-file` - `BundlingOutput/SINGLE_FILE` is returned
* is `:archived` - `BundlingOutput/ARCHIVED` is returned
* is `:not-archived` - `BundlingOutput/NOT_ARCHIVED` is returned

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

cfn-auto-scaling-replacing-update-builderclj

(cfn-auto-scaling-replacing-update-builder id config)

Creates a CfnAutoScalingReplacingUpdate$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  `CfnAutoScalingReplacingUpdate$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-auto-scaling-rolling-update-builderclj

(cfn-auto-scaling-rolling-update-builder id config)

Creates a CfnAutoScalingRollingUpdate$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  `CfnAutoScalingRollingUpdate$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-auto-scaling-scheduled-action-builderclj

(cfn-auto-scaling-scheduled-action-builder id config)

Creates a CfnAutoScalingScheduledAction$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  `CfnAutoScalingScheduledAction$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-capabilitiesclj

(cfn-capabilities config id item-key)

The cfn-capabilities function data interprets values in the provided config data into a CfnCapabilities 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 CfnCapabilities - the value is returned.
  • is :auto-expand - CfnCapabilities/AUTO_EXPAND is returned
  • is :none - CfnCapabilities/NONE is returned
  • is :named-iam - CfnCapabilities/NAMED_IAM is returned
  • is :anonymous-iam - CfnCapabilities/ANONYMOUS_IAM is returned

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

The `cfn-capabilities` function data interprets values in the provided config data into a 
`CfnCapabilities` 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 `CfnCapabilities` - the value is returned.
* is `:auto-expand` - `CfnCapabilities/AUTO_EXPAND` is returned
* is `:none` - `CfnCapabilities/NONE` is returned
* is `:named-iam` - `CfnCapabilities/NAMED_IAM` is returned
* is `:anonymous-iam` - `CfnCapabilities/ANONYMOUS_IAM` is returned

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

cfn-code-deploy-blue-green-additional-options-builderclj

(cfn-code-deploy-blue-green-additional-options-builder id config)

Creates a CfnCodeDeployBlueGreenAdditionalOptions$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  `CfnCodeDeployBlueGreenAdditionalOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-deploy-blue-green-application-builderclj

(cfn-code-deploy-blue-green-application-builder id config)

Creates a CfnCodeDeployBlueGreenApplication$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  `CfnCodeDeployBlueGreenApplication$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-deploy-blue-green-application-target-builderclj

(cfn-code-deploy-blue-green-application-target-builder id config)

Creates a CfnCodeDeployBlueGreenApplicationTarget$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  `CfnCodeDeployBlueGreenApplicationTarget$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-deploy-blue-green-ecs-attributes-builderclj

(cfn-code-deploy-blue-green-ecs-attributes-builder id config)

Creates a CfnCodeDeployBlueGreenEcsAttributes$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  `CfnCodeDeployBlueGreenEcsAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-deploy-blue-green-hook-builderclj

(cfn-code-deploy-blue-green-hook-builder scope id config)

Creates a CfnCodeDeployBlueGreenHook$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  `CfnCodeDeployBlueGreenHook$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-deploy-blue-green-hook-props-builderclj

(cfn-code-deploy-blue-green-hook-props-builder id config)

Creates a CfnCodeDeployBlueGreenHookProps$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  `CfnCodeDeployBlueGreenHookProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-deploy-blue-green-lifecycle-event-hooks-builderclj

(cfn-code-deploy-blue-green-lifecycle-event-hooks-builder id config)

Creates a CfnCodeDeployBlueGreenLifecycleEventHooks$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  `CfnCodeDeployBlueGreenLifecycleEventHooks$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-deploy-lambda-alias-update-builderclj

(cfn-code-deploy-lambda-alias-update-builder id config)

Creates a CfnCodeDeployLambdaAliasUpdate$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  `CfnCodeDeployLambdaAliasUpdate$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-condition-builderclj

(cfn-condition-builder scope id config)

Creates a CfnCondition$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  `CfnCondition$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-condition-props-builderclj

(cfn-condition-props-builder id config)

Creates a CfnConditionProps$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  `CfnConditionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-creation-policy-builderclj

(cfn-creation-policy-builder id config)

Creates a CfnCreationPolicy$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  `CfnCreationPolicy$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-custom-resource-builderclj

(cfn-custom-resource-builder scope id config)

Creates a CfnCustomResource$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  `CfnCustomResource$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-custom-resource-props-builderclj

(cfn-custom-resource-props-builder id config)

Creates a CfnCustomResourceProps$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  `CfnCustomResourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-deletion-policyclj

(cfn-deletion-policy config id item-key)

The cfn-deletion-policy function data interprets values in the provided config data into a CfnDeletionPolicy 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 CfnDeletionPolicy - the value is returned.
  • is :delete - CfnDeletionPolicy/DELETE is returned
  • is :snapshot - CfnDeletionPolicy/SNAPSHOT is returned
  • is :retain - CfnDeletionPolicy/RETAIN is returned
  • is :retain-except-on-create - CfnDeletionPolicy/RETAIN_EXCEPT_ON_CREATE is returned

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

The `cfn-deletion-policy` function data interprets values in the provided config data into a 
`CfnDeletionPolicy` 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 `CfnDeletionPolicy` - the value is returned.
* is `:delete` - `CfnDeletionPolicy/DELETE` is returned
* is `:snapshot` - `CfnDeletionPolicy/SNAPSHOT` is returned
* is `:retain` - `CfnDeletionPolicy/RETAIN` is returned
* is `:retain-except-on-create` - `CfnDeletionPolicy/RETAIN_EXCEPT_ON_CREATE` is returned

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

cfn-dynamic-reference-props-builderclj

(cfn-dynamic-reference-props-builder id config)

Creates a CfnDynamicReferenceProps$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  `CfnDynamicReferenceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-dynamic-reference-serviceclj

(cfn-dynamic-reference-service config id item-key)

The cfn-dynamic-reference-service function data interprets values in the provided config data into a CfnDynamicReferenceService 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 CfnDynamicReferenceService - the value is returned.
  • is :secrets-manager - CfnDynamicReferenceService/SECRETS_MANAGER is returned
  • is :ssm - CfnDynamicReferenceService/SSM is returned
  • is :ssm-secure - CfnDynamicReferenceService/SSM_SECURE is returned

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

The `cfn-dynamic-reference-service` function data interprets values in the provided config data into a 
`CfnDynamicReferenceService` 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 `CfnDynamicReferenceService` - the value is returned.
* is `:secrets-manager` - `CfnDynamicReferenceService/SECRETS_MANAGER` is returned
* is `:ssm` - `CfnDynamicReferenceService/SSM` is returned
* is `:ssm-secure` - `CfnDynamicReferenceService/SSM_SECURE` is returned

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

cfn-hook-builderclj

(cfn-hook-builder scope id config)

Creates a CfnHook$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  `CfnHook$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-hook-default-version-builderclj

(cfn-hook-default-version-builder scope id config)

Creates a CfnHookDefaultVersion$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  `CfnHookDefaultVersion$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-hook-default-version-props-builderclj

(cfn-hook-default-version-props-builder id config)

Creates a CfnHookDefaultVersionProps$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  `CfnHookDefaultVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-hook-props-builderclj

(cfn-hook-props-builder id config)

Creates a CfnHookProps$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  `CfnHookProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-hook-type-config-builderclj

(cfn-hook-type-config-builder scope id config)

Creates a CfnHookTypeConfig$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  `CfnHookTypeConfig$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-hook-type-config-props-builderclj

(cfn-hook-type-config-props-builder id config)

Creates a CfnHookTypeConfigProps$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  `CfnHookTypeConfigProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-hook-version-builderclj

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

Creates a CfnHookVersion$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  `CfnHookVersion$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-hook-version-logging-config-property-builderclj

(cfn-hook-version-logging-config-property-builder id config)

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

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

Creates a CfnHookVersionProps$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  `CfnHookVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-json-builderclj

(cfn-json-builder scope id config)

Creates a CfnJson$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  `CfnJson$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-json-props-builderclj

(cfn-json-props-builder id config)

Creates a CfnJsonProps$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  `CfnJsonProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-macro-builderclj

(cfn-macro-builder scope id config)

Creates a CfnMacro$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  `CfnMacro$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-macro-props-builderclj

(cfn-macro-props-builder id config)

Creates a CfnMacroProps$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  `CfnMacroProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-mapping-builderclj

(cfn-mapping-builder scope id config)

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

(cfn-mapping-props-builder id config)

Creates a CfnMappingProps$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  `CfnMappingProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-module-default-version-builderclj

(cfn-module-default-version-builder scope id config)

Creates a CfnModuleDefaultVersion$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  `CfnModuleDefaultVersion$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-module-default-version-props-builderclj

(cfn-module-default-version-props-builder id config)

Creates a CfnModuleDefaultVersionProps$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  `CfnModuleDefaultVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-module-version-builderclj

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

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

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

Creates a CfnModuleVersionProps$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  `CfnModuleVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-output-builderclj

(cfn-output-builder scope id config)

Creates a CfnOutput$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  `CfnOutput$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-output-props-builderclj

(cfn-output-props-builder id config)

Creates a CfnOutputProps$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  `CfnOutputProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-parameter-builderclj

(cfn-parameter-builder scope id config)

Creates a CfnParameter$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  `CfnParameter$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-parameter-props-builderclj

(cfn-parameter-props-builder id config)

Creates a CfnParameterProps$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  `CfnParameterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-public-type-version-builderclj

(cfn-public-type-version-builder scope id config)

Creates a CfnPublicTypeVersion$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  `CfnPublicTypeVersion$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-public-type-version-props-builderclj

(cfn-public-type-version-props-builder id config)

Creates a CfnPublicTypeVersionProps$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  `CfnPublicTypeVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-publisher-builderclj

(cfn-publisher-builder scope id config)

Creates a CfnPublisher$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  `CfnPublisher$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-publisher-props-builderclj

(cfn-publisher-props-builder id config)

Creates a CfnPublisherProps$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  `CfnPublisherProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-auto-scaling-creation-policy-builderclj

(cfn-resource-auto-scaling-creation-policy-builder id config)

Creates a CfnResourceAutoScalingCreationPolicy$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  `CfnResourceAutoScalingCreationPolicy$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-builderclj

(cfn-resource-builder scope id config)

Creates a CfnResource$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  `CfnResource$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-resource-default-version-builderclj

(cfn-resource-default-version-builder scope id config)

Creates a CfnResourceDefaultVersion$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  `CfnResourceDefaultVersion$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-resource-default-version-props-builderclj

(cfn-resource-default-version-props-builder id config)

Creates a CfnResourceDefaultVersionProps$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  `CfnResourceDefaultVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-props-builderclj

(cfn-resource-props-builder id config)

Creates a CfnResourceProps$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  `CfnResourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-signal-builderclj

(cfn-resource-signal-builder id config)

Creates a CfnResourceSignal$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  `CfnResourceSignal$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-version-builderclj

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

Creates a CfnResourceVersion$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  `CfnResourceVersion$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-resource-version-logging-config-property-builderclj

(cfn-resource-version-logging-config-property-builder id config)

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

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

Creates a CfnResourceVersionProps$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  `CfnResourceVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-assertion-builderclj

(cfn-rule-assertion-builder id config)

Creates a CfnRuleAssertion$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  `CfnRuleAssertion$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-builderclj

(cfn-rule-builder scope id config)

Creates a CfnRule$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  `CfnRule$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-rule-props-builderclj

(cfn-rule-props-builder id config)

Creates a CfnRuleProps$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  `CfnRuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-builderclj

(cfn-stack-builder scope id config)

Creates a CfnStack$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  `CfnStack$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-stack-output-property-builderclj

(cfn-stack-output-property-builder id config)

Creates a CfnStack$OutputProperty$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  `CfnStack$OutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-props-builderclj

(cfn-stack-props-builder id config)

Creates a CfnStackProps$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  `CfnStackProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-set-auto-deployment-property-builderclj

(cfn-stack-set-auto-deployment-property-builder id config)

Creates a CfnStackSet$AutoDeploymentProperty$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  `CfnStackSet$AutoDeploymentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-set-builderclj

(cfn-stack-set-builder scope id config)

Creates a CfnStackSet$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  `CfnStackSet$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-stack-set-deployment-targets-property-builderclj

(cfn-stack-set-deployment-targets-property-builder id config)

Creates a CfnStackSet$DeploymentTargetsProperty$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  `CfnStackSet$DeploymentTargetsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-set-managed-execution-property-builderclj

(cfn-stack-set-managed-execution-property-builder id config)

Creates a CfnStackSet$ManagedExecutionProperty$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  `CfnStackSet$ManagedExecutionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-set-operation-preferences-property-builderclj

(cfn-stack-set-operation-preferences-property-builder id config)

Creates a CfnStackSet$OperationPreferencesProperty$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  `CfnStackSet$OperationPreferencesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-set-parameter-property-builderclj

(cfn-stack-set-parameter-property-builder id config)

Creates a CfnStackSet$ParameterProperty$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  `CfnStackSet$ParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-set-props-builderclj

(cfn-stack-set-props-builder id config)

Creates a CfnStackSetProps$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  `CfnStackSetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stack-set-stack-instances-property-builderclj

(cfn-stack-set-stack-instances-property-builder id config)

Creates a CfnStackSet$StackInstancesProperty$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  `CfnStackSet$StackInstancesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-tag-builderclj

(cfn-tag-builder id config)

Creates a CfnTag$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  `CfnTag$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-traffic-route-builderclj

(cfn-traffic-route-builder id config)

Creates a CfnTrafficRoute$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  `CfnTrafficRoute$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-traffic-routing-builderclj

(cfn-traffic-routing-builder id config)

Creates a CfnTrafficRouting$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  `CfnTrafficRouting$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-traffic-routing-config-builderclj

(cfn-traffic-routing-config-builder id config)

Creates a CfnTrafficRoutingConfig$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  `CfnTrafficRoutingConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-traffic-routing-time-based-canary-builderclj

(cfn-traffic-routing-time-based-canary-builder id config)

Creates a CfnTrafficRoutingTimeBasedCanary$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  `CfnTrafficRoutingTimeBasedCanary$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-traffic-routing-time-based-linear-builderclj

(cfn-traffic-routing-time-based-linear-builder id config)

Creates a CfnTrafficRoutingTimeBasedLinear$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  `CfnTrafficRoutingTimeBasedLinear$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-traffic-routing-typeclj

(cfn-traffic-routing-type config id item-key)

The cfn-traffic-routing-type function data interprets values in the provided config data into a CfnTrafficRoutingType 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 CfnTrafficRoutingType - the value is returned.
  • is :time-based-linear - CfnTrafficRoutingType/TIME_BASED_LINEAR is returned
  • is :all-at-once - CfnTrafficRoutingType/ALL_AT_ONCE is returned
  • is :time-based-canary - CfnTrafficRoutingType/TIME_BASED_CANARY is returned

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

The `cfn-traffic-routing-type` function data interprets values in the provided config data into a 
`CfnTrafficRoutingType` 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 `CfnTrafficRoutingType` - the value is returned.
* is `:time-based-linear` - `CfnTrafficRoutingType/TIME_BASED_LINEAR` is returned
* is `:all-at-once` - `CfnTrafficRoutingType/ALL_AT_ONCE` is returned
* is `:time-based-canary` - `CfnTrafficRoutingType/TIME_BASED_CANARY` is returned

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

cfn-type-activation-builderclj

(cfn-type-activation-builder scope id config)

Creates a CfnTypeActivation$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  `CfnTypeActivation$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-type-activation-logging-config-property-builderclj

(cfn-type-activation-logging-config-property-builder id config)

Creates a CfnTypeActivation$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  `CfnTypeActivation$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-type-activation-props-builderclj

(cfn-type-activation-props-builder id config)

Creates a CfnTypeActivationProps$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  `CfnTypeActivationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-update-policy-builderclj

(cfn-update-policy-builder id config)

Creates a CfnUpdatePolicy$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  `CfnUpdatePolicy$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-wait-condition-builderclj

(cfn-wait-condition-builder scope id config)

Creates a CfnWaitCondition$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  `CfnWaitCondition$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-wait-condition-handle-builderclj

(cfn-wait-condition-handle-builder scope id)

Creates a CfnWaitConditionHandle$Builder instance using a parent scope and ID, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
scopesoftware.constructs.ConstructThe parent scope construct of the object being built.
idString or Keyword or SymbolValue to use as both the ID of the object being build and the namespace when looking up configuration values.
Creates a  `CfnWaitConditionHandle$Builder` instance using a parent scope and ID, 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. |
sourceraw docstring

cfn-wait-condition-handle-props-builderclj

(cfn-wait-condition-handle-props-builder)

Creates a CfnWaitConditionHandleProps$Builder instance using a no-argument construct,then builds it.

Creates a  `CfnWaitConditionHandleProps$Builder` instance using a no-argument construct,then builds it.
sourceraw docstring

cfn-wait-condition-props-builderclj

(cfn-wait-condition-props-builder id config)

Creates a CfnWaitConditionProps$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  `CfnWaitConditionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

cli-credentials-stack-synthesizer-builderclj

(cli-credentials-stack-synthesizer-builder id config)

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

cli-credentials-stack-synthesizer-props-builderclj

(cli-credentials-stack-synthesizer-props-builder id config)

Creates a CliCredentialsStackSynthesizerProps$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  `CliCredentialsStackSynthesizerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

copy-options-builderclj

(copy-options-builder id config)

Creates a CopyOptions$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  `CopyOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-builderclj

(custom-resource-builder scope id config)

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

custom-resource-props-builderclj

(custom-resource-props-builder id config)

Creates a CustomResourceProps$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  `CustomResourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-provider-base-props-builderclj

(custom-resource-provider-base-props-builder id config)

Creates a CustomResourceProviderBaseProps$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  `CustomResourceProviderBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-provider-options-builderclj

(custom-resource-provider-options-builder id config)

Creates a CustomResourceProviderOptions$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  `CustomResourceProviderOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-provider-props-builderclj

(custom-resource-provider-props-builder id config)

Creates a CustomResourceProviderProps$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  `CustomResourceProviderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-resource-provider-runtimeclj

(custom-resource-provider-runtime config id item-key)

The custom-resource-provider-runtime function data interprets values in the provided config data into a CustomResourceProviderRuntime 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 CustomResourceProviderRuntime - the value is returned.
  • is :nodejs-14-x - CustomResourceProviderRuntime/NODEJS_14_X is returned
  • is :nodejs-12-x - CustomResourceProviderRuntime/NODEJS_12_X is returned
  • is :nodejs-16-x - CustomResourceProviderRuntime/NODEJS_16_X is returned
  • is :nodejs-18-x - CustomResourceProviderRuntime/NODEJS_18_X is returned

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

The `custom-resource-provider-runtime` function data interprets values in the provided config data into a 
`CustomResourceProviderRuntime` 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 `CustomResourceProviderRuntime` - the value is returned.
* is `:nodejs-14-x` - `CustomResourceProviderRuntime/NODEJS_14_X` is returned
* is `:nodejs-12-x` - `CustomResourceProviderRuntime/NODEJS_12_X` is returned
* is `:nodejs-16-x` - `CustomResourceProviderRuntime/NODEJS_16_X` is returned
* is `:nodejs-18-x` - `CustomResourceProviderRuntime/NODEJS_18_X` is returned

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

default-stack-synthesizer-builderclj

(default-stack-synthesizer-builder id config)

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

default-stack-synthesizer-props-builderclj

(default-stack-synthesizer-props-builder id config)

Creates a DefaultStackSynthesizerProps$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  `DefaultStackSynthesizerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-options-builderclj

(docker-build-options-builder id config)

Creates a DockerBuildOptions$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  `DockerBuildOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cache-option-builderclj

(docker-cache-option-builder id config)

Creates a DockerCacheOption$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  `DockerCacheOption$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-asset-location-builderclj

(docker-image-asset-location-builder id config)

Creates a DockerImageAssetLocation$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  `DockerImageAssetLocation$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-asset-source-builderclj

(docker-image-asset-source-builder id config)

Creates a DockerImageAssetSource$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  `DockerImageAssetSource$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-run-options-builderclj

(docker-run-options-builder id config)

Creates a DockerRunOptions$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  `DockerRunOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-volume-builderclj

(docker-volume-builder id config)

Creates a DockerVolume$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  `DockerVolume$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-volume-consistencyclj

(docker-volume-consistency config id item-key)

The docker-volume-consistency function data interprets values in the provided config data into a DockerVolumeConsistency 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 DockerVolumeConsistency - the value is returned.
  • is :consistent - DockerVolumeConsistency/CONSISTENT is returned
  • is :delegated - DockerVolumeConsistency/DELEGATED is returned
  • is :cached - DockerVolumeConsistency/CACHED is returned

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

The `docker-volume-consistency` function data interprets values in the provided config data into a 
`DockerVolumeConsistency` 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 `DockerVolumeConsistency` - the value is returned.
* is `:consistent` - `DockerVolumeConsistency/CONSISTENT` is returned
* is `:delegated` - `DockerVolumeConsistency/DELEGATED` is returned
* is `:cached` - `DockerVolumeConsistency/CACHED` is returned

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

encoding-options-builderclj

(encoding-options-builder id config)

Creates a EncodingOptions$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  `EncodingOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-builderclj

(environment-builder id config)

Creates a Environment$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  `Environment$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

export-value-options-builderclj

(export-value-options-builder id config)

Creates a ExportValueOptions$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  `ExportValueOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-asset-location-builderclj

(file-asset-location-builder id config)

Creates a FileAssetLocation$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  `FileAssetLocation$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-asset-packagingclj

(file-asset-packaging config id item-key)

The file-asset-packaging function data interprets values in the provided config data into a FileAssetPackaging 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 FileAssetPackaging - the value is returned.
  • is :zip-directory - FileAssetPackaging/ZIP_DIRECTORY is returned
  • is :file - FileAssetPackaging/FILE is returned

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

The `file-asset-packaging` function data interprets values in the provided config data into a 
`FileAssetPackaging` 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 `FileAssetPackaging` - the value is returned.
* is `:zip-directory` - `FileAssetPackaging/ZIP_DIRECTORY` is returned
* is `:file` - `FileAssetPackaging/FILE` is returned

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

file-asset-source-builderclj

(file-asset-source-builder id config)

Creates a FileAssetSource$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  `FileAssetSource$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-copy-options-builderclj

(file-copy-options-builder id config)

Creates a FileCopyOptions$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  `FileCopyOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-fingerprint-options-builderclj

(file-fingerprint-options-builder id config)

Creates a FileFingerprintOptions$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  `FileFingerprintOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

fingerprint-options-builderclj

(fingerprint-options-builder id config)

Creates a FingerprintOptions$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  `FingerprintOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

get-context-key-options-builderclj

(get-context-key-options-builder id config)

Creates a GetContextKeyOptions$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  `GetContextKeyOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

get-context-key-result-builderclj

(get-context-key-result-builder id config)

Creates a GetContextKeyResult$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  `GetContextKeyResult$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

get-context-value-options-builderclj

(get-context-value-options-builder id config)

Creates a GetContextValueOptions$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  `GetContextValueOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

get-context-value-result-builderclj

(get-context-value-result-builder id config)

Creates a GetContextValueResult$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  `GetContextValueResult$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ignore-modeclj

(ignore-mode config id item-key)

The ignore-mode function data interprets values in the provided config data into a IgnoreMode 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 IgnoreMode - the value is returned.
  • is :docker - IgnoreMode/DOCKER is returned
  • is :git - IgnoreMode/GIT is returned
  • is :glob - IgnoreMode/GLOB is returned

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

The `ignore-mode` function data interprets values in the provided config data into a 
`IgnoreMode` 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 `IgnoreMode` - the value is returned.
* is `:docker` - `IgnoreMode/DOCKER` is returned
* is `:git` - `IgnoreMode/GIT` is returned
* is `:glob` - `IgnoreMode/GLOB` is returned

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

intrinsic-builderclj

(intrinsic-builder value id config)

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

Create Form: _[java.lang.Object] | Argument | DataType | Description | |---|---|---| | value | java.lang.Object | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

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


__Create Form:__ ____[java.lang.Object]___
| Argument | DataType | Description |
|---|---|---|
| value | java.lang.Object |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

intrinsic-props-builderclj

(intrinsic-props-builder id config)

Creates a IntrinsicProps$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  `IntrinsicProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

lazy-any-value-options-builderclj

(lazy-any-value-options-builder id config)

Creates a LazyAnyValueOptions$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  `LazyAnyValueOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

lazy-list-value-options-builderclj

(lazy-list-value-options-builder id config)

Creates a LazyListValueOptions$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  `LazyListValueOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

lazy-string-value-options-builderclj

(lazy-string-value-options-builder id config)

Creates a LazyStringValueOptions$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  `LazyStringValueOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

nested-stack-builderclj

(nested-stack-builder scope id config)

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

nested-stack-props-builderclj

(nested-stack-props-builder id config)

Creates a NestedStackProps$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  `NestedStackProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

permissions-boundary-bind-options-builderclj

(permissions-boundary-bind-options-builder)

Creates a PermissionsBoundaryBindOptions$Builder instance using a no-argument construct,then builds it.

Creates a  `PermissionsBoundaryBindOptions$Builder` instance using a no-argument construct,then builds it.
sourceraw docstring

policy-validation-plugin-report-beta1-builderclj

(policy-validation-plugin-report-beta1-builder id config)

Creates a PolicyValidationPluginReportBeta1$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  `PolicyValidationPluginReportBeta1$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

policy-validation-report-status-beta1clj

(policy-validation-report-status-beta1 config id item-key)

The policy-validation-report-status-beta1 function data interprets values in the provided config data into a PolicyValidationReportStatusBeta1 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 PolicyValidationReportStatusBeta1 - the value is returned.
  • is :success - PolicyValidationReportStatusBeta1/SUCCESS is returned
  • is :failure - PolicyValidationReportStatusBeta1/FAILURE is returned

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

The `policy-validation-report-status-beta1` function data interprets values in the provided config data into a 
`PolicyValidationReportStatusBeta1` 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 `PolicyValidationReportStatusBeta1` - the value is returned.
* is `:success` - `PolicyValidationReportStatusBeta1/SUCCESS` is returned
* is `:failure` - `PolicyValidationReportStatusBeta1/FAILURE` is returned

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

policy-violating-resource-beta1-builderclj

(policy-violating-resource-beta1-builder id config)

Creates a PolicyViolatingResourceBeta1$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  `PolicyViolatingResourceBeta1$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

policy-violation-beta1-builderclj

(policy-violation-beta1-builder id config)

Creates a PolicyViolationBeta1$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  `PolicyViolationBeta1$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

removal-policyclj

(removal-policy config id item-key)

The removal-policy function data interprets values in the provided config data into a RemovalPolicy 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 RemovalPolicy - the value is returned.
  • is :snapshot - RemovalPolicy/SNAPSHOT is returned
  • is :retain-on-update-or-delete - RemovalPolicy/RETAIN_ON_UPDATE_OR_DELETE is returned
  • is :destroy - RemovalPolicy/DESTROY is returned
  • is :retain - RemovalPolicy/RETAIN is returned

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

The `removal-policy` function data interprets values in the provided config data into a 
`RemovalPolicy` 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 `RemovalPolicy` - the value is returned.
* is `:snapshot` - `RemovalPolicy/SNAPSHOT` is returned
* is `:retain-on-update-or-delete` - `RemovalPolicy/RETAIN_ON_UPDATE_OR_DELETE` is returned
* is `:destroy` - `RemovalPolicy/DESTROY` is returned
* is `:retain` - `RemovalPolicy/RETAIN` is returned

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

removal-policy-options-builderclj

(removal-policy-options-builder id config)

Creates a RemovalPolicyOptions$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  `RemovalPolicyOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

remove-tag-builderclj

(remove-tag-builder tag-key id config)

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

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


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

resolution-type-hintclj

(resolution-type-hint config id item-key)

The resolution-type-hint function data interprets values in the provided config data into a ResolutionTypeHint 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 ResolutionTypeHint - the value is returned.
  • is :string - ResolutionTypeHint/STRING is returned
  • is :number - ResolutionTypeHint/NUMBER is returned
  • is :string-list - ResolutionTypeHint/STRING_LIST is returned

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

The `resolution-type-hint` function data interprets values in the provided config data into a 
`ResolutionTypeHint` 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 `ResolutionTypeHint` - the value is returned.
* is `:string` - `ResolutionTypeHint/STRING` is returned
* is `:number` - `ResolutionTypeHint/NUMBER` is returned
* is `:string-list` - `ResolutionTypeHint/STRING_LIST` is returned

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

resolve-change-context-options-builderclj

(resolve-change-context-options-builder id config)

Creates a ResolveChangeContextOptions$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  `ResolveChangeContextOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

resolve-options-builderclj

(resolve-options-builder id config)

Creates a ResolveOptions$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  `ResolveOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-environment-builderclj

(resource-environment-builder id config)

Creates a ResourceEnvironment$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  `ResourceEnvironment$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-props-builderclj

(resource-props-builder id config)

Creates a ResourceProps$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  `ResourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

reverse-options-builderclj

(reverse-options-builder id config)

Creates a ReverseOptions$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  `ReverseOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

role-options-builderclj

(role-options-builder id config)

Creates a RoleOptions$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  `RoleOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

secret-value-builderclj

(secret-value-builder protected-value id config)

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

Create Form: _[java.lang.Object] | Argument | DataType | Description | |---|---|---| | protected-value | java.lang.Object | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

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


__Create Form:__ ____[java.lang.Object]___
| Argument | DataType | Description |
|---|---|---|
| protected-value | java.lang.Object |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

secrets-manager-secret-options-builderclj

(secrets-manager-secret-options-builder id config)

Creates a SecretsManagerSecretOptions$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  `SecretsManagerSecretOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

size-conversion-options-builderclj

(size-conversion-options-builder id config)

Creates a SizeConversionOptions$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  `SizeConversionOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

size-rounding-behaviorclj

(size-rounding-behavior config id item-key)

The size-rounding-behavior function data interprets values in the provided config data into a SizeRoundingBehavior 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 SizeRoundingBehavior - the value is returned.
  • is :floor - SizeRoundingBehavior/FLOOR is returned
  • is :fail - SizeRoundingBehavior/FAIL is returned
  • is :none - SizeRoundingBehavior/NONE is returned

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

The `size-rounding-behavior` function data interprets values in the provided config data into a 
`SizeRoundingBehavior` 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 `SizeRoundingBehavior` - the value is returned.
* is `:floor` - `SizeRoundingBehavior/FLOOR` is returned
* is `:fail` - `SizeRoundingBehavior/FAIL` is returned
* is `:none` - `SizeRoundingBehavior/NONE` is returned

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

stack-builderclj

(stack-builder id config)
(stack-builder scope id config)

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

Create Form: _[] | Argument | DataType | Description | |---|---|---|

| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Create Form: _[software.constructs.Construct java.lang.String] | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

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


__Create Form:__ ____[]___
| Argument | DataType | Description |
|---|---|---|

| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |


__Create Form:__ ____[software.constructs.Construct java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

stack-props-builderclj

(stack-props-builder id config)

Creates a StackProps$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  `StackProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

stage-builderclj

(stage-builder scope id config)

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

stage-props-builderclj

(stage-props-builder id config)

Creates a StageProps$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  `StageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

stage-synthesis-options-builderclj

(stage-synthesis-options-builder id config)

Creates a StageSynthesisOptions$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  `StageSynthesisOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

(symlink-follow-mode config id item-key)

The symlink-follow-mode function data interprets values in the provided config data into a SymlinkFollowMode 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 SymlinkFollowMode - the value is returned.
  • is :never - SymlinkFollowMode/NEVER is returned
  • is :block-external - SymlinkFollowMode/BLOCK_EXTERNAL is returned
  • is :always - SymlinkFollowMode/ALWAYS is returned
  • is :external - SymlinkFollowMode/EXTERNAL is returned

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

The `symlink-follow-mode` function data interprets values in the provided config data into a 
`SymlinkFollowMode` 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 `SymlinkFollowMode` - the value is returned.
* is `:never` - `SymlinkFollowMode/NEVER` is returned
* is `:block-external` - `SymlinkFollowMode/BLOCK_EXTERNAL` is returned
* is `:always` - `SymlinkFollowMode/ALWAYS` is returned
* is `:external` - `SymlinkFollowMode/EXTERNAL` is returned

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

synthesize-stack-artifact-options-builderclj

(synthesize-stack-artifact-options-builder id config)

Creates a SynthesizeStackArtifactOptions$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  `SynthesizeStackArtifactOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

tag-builderclj

(tag-builder tag-key tag-value id config)

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

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


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

tag-manager-builderclj

(tag-manager-builder tag-type resource-manager id config)
(tag-manager-builder tag-type resource-manager initial-tags id config)

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

Create Form: _[software.amazon.awscdk.TagType java.lang.String] | Argument | DataType | Description | |---|---|---| | tag-type | software.amazon.awscdk.TagType | | | resource-manager | 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: _[software.amazon.awscdk.TagType java.lang.String java.lang.Object] | Argument | DataType | Description | |---|---|---| | tag-type | software.amazon.awscdk.TagType | | | resource-manager | java.lang.String | | | initial-tags | java.lang.Object | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

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


__Create Form:__ ____[software.amazon.awscdk.TagType java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| tag-type | software.amazon.awscdk.TagType |  |
| resource-manager | 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:__ ____[software.amazon.awscdk.TagType java.lang.String java.lang.Object]___
| Argument | DataType | Description |
|---|---|---|
| tag-type | software.amazon.awscdk.TagType |  |
| resource-manager | java.lang.String |  |
| initial-tags | java.lang.Object |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tag-manager-options-builderclj

(tag-manager-options-builder id config)

Creates a TagManagerOptions$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  `TagManagerOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

tag-props-builderclj

(tag-props-builder id config)

Creates a TagProps$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  `TagProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

tag-typeclj

(tag-type config id item-key)

The tag-type function data interprets values in the provided config data into a TagType 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 TagType - the value is returned.
  • is :map - TagType/MAP is returned
  • is :standard - TagType/STANDARD is returned
  • is :not-taggable - TagType/NOT_TAGGABLE is returned
  • is :key-value - TagType/KEY_VALUE is returned
  • is :autoscaling-group - TagType/AUTOSCALING_GROUP is returned

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

The `tag-type` function data interprets values in the provided config data into a 
`TagType` 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 `TagType` - the value is returned.
* is `:map` - `TagType/MAP` is returned
* is `:standard` - `TagType/STANDARD` is returned
* is `:not-taggable` - `TagType/NOT_TAGGABLE` is returned
* is `:key-value` - `TagType/KEY_VALUE` is returned
* is `:autoscaling-group` - `TagType/AUTOSCALING_GROUP` is returned

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

time-conversion-options-builderclj

(time-conversion-options-builder id config)

Creates a TimeConversionOptions$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  `TimeConversionOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

unique-resource-name-options-builderclj

(unique-resource-name-options-builder id config)

Creates a UniqueResourceNameOptions$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  `UniqueResourceNameOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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