Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.cloudassembly.schema

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

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

ami-context-query-builderclj

(ami-context-query-builder id config)

Creates a AmiContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AmiContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

artifact-manifest-builderclj

(artifact-manifest-builder id config)

Creates a ArtifactManifest$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ArtifactManifest$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

artifact-metadata-entry-typeclj

(artifact-metadata-entry-type config id item-key)

The artifact-metadata-entry-type function data interprets values in the provided config data into a ArtifactMetadataEntryType 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 ArtifactMetadataEntryType - the value is returned.
  • is :logical-id - ArtifactMetadataEntryType/LOGICAL_ID is returned
  • is :info - ArtifactMetadataEntryType/INFO is returned
  • is :error - ArtifactMetadataEntryType/ERROR is returned
  • is :warn - ArtifactMetadataEntryType/WARN is returned
  • is :asset - ArtifactMetadataEntryType/ASSET is returned
  • is :stack-tags - ArtifactMetadataEntryType/STACK_TAGS is returned

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

The `artifact-metadata-entry-type` function data interprets values in the provided config data into a 
`ArtifactMetadataEntryType` 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 `ArtifactMetadataEntryType` - the value is returned.
* is `:logical-id` - `ArtifactMetadataEntryType/LOGICAL_ID` is returned
* is `:info` - `ArtifactMetadataEntryType/INFO` is returned
* is `:error` - `ArtifactMetadataEntryType/ERROR` is returned
* is `:warn` - `ArtifactMetadataEntryType/WARN` is returned
* is `:asset` - `ArtifactMetadataEntryType/ASSET` is returned
* is `:stack-tags` - `ArtifactMetadataEntryType/STACK_TAGS` is returned

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

artifact-typeclj

(artifact-type config id item-key)

The artifact-type function data interprets values in the provided config data into a ArtifactType 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 ArtifactType - the value is returned.
  • is :cdk-tree - ArtifactType/CDK_TREE is returned
  • is :aws-cloudformation-stack - ArtifactType/AWS_CLOUDFORMATION_STACK is returned
  • is :asset-manifest - ArtifactType/ASSET_MANIFEST is returned
  • is :none - ArtifactType/NONE is returned
  • is :nested-cloud-assembly - ArtifactType/NESTED_CLOUD_ASSEMBLY is returned

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

The `artifact-type` function data interprets values in the provided config data into a 
`ArtifactType` 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 `ArtifactType` - the value is returned.
* is `:cdk-tree` - `ArtifactType/CDK_TREE` is returned
* is `:aws-cloudformation-stack` - `ArtifactType/AWS_CLOUDFORMATION_STACK` is returned
* is `:asset-manifest` - `ArtifactType/ASSET_MANIFEST` is returned
* is `:none` - `ArtifactType/NONE` is returned
* is `:nested-cloud-assembly` - `ArtifactType/NESTED_CLOUD_ASSEMBLY` is returned

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

assembly-manifest-builderclj

(assembly-manifest-builder id config)

Creates a AssemblyManifest$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AssemblyManifest$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-builderclj

(asset-manifest-builder id config)

Creates a AssetManifest$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AssetManifest$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-options-builderclj

(asset-manifest-options-builder id config)

Creates a AssetManifestOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AssetManifestOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-properties-builderclj

(asset-manifest-properties-builder id config)

Creates a AssetManifestProperties$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AssetManifestProperties$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

availability-zones-context-query-builderclj

(availability-zones-context-query-builder id config)

Creates a AvailabilityZonesContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AvailabilityZonesContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

aws-cloud-formation-stack-properties-builderclj

(aws-cloud-formation-stack-properties-builder id config)

Creates a AwsCloudFormationStackProperties$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AwsCloudFormationStackProperties$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

aws-destination-builderclj

(aws-destination-builder id config)

Creates a AwsDestination$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AwsDestination$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

bootstrap-role-builderclj

(bootstrap-role-builder id config)

Creates a BootstrapRole$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `BootstrapRole$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-ami-context-query-builderclj

(build-ami-context-query-builder builder id config)

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

Fields on the 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
filtersjava.util.Mapcdk.support/lookup-entry:filters
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
ownersjava.util.Listcdk.support/lookup-entry:owners
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-ami-context-query-builder function updates a AmiContextQuery$Builder instance using the provided configuration.
  The function takes the AmiContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `filters` | java.util.Map | [[cdk.support/lookup-entry]] | `:filters` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `owners` | java.util.List | [[cdk.support/lookup-entry]] | `:owners` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-artifact-manifest-builderclj

(build-artifact-manifest-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
dependenciesjava.util.Listcdk.support/lookup-entry:dependencies
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
environmentjava.lang.Stringcdk.support/lookup-entry:environment
metadatajava.util.Mapcdk.support/lookup-entry:metadata
propertiessoftware.amazon.awscdk.cloudassembly.schema.AwsCloudFormationStackPropertiescdk.support/lookup-entry:properties
typesoftware.amazon.awscdk.cloudassembly.schema.ArtifactTypecdk.api.cloudassembly.schema/artifact-type:type
The build-artifact-manifest-builder function updates a ArtifactManifest$Builder instance using the provided configuration.
  The function takes the ArtifactManifest$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dependencies` | java.util.List | [[cdk.support/lookup-entry]] | `:dependencies` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `environment` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment` |
| `metadata` | java.util.Map | [[cdk.support/lookup-entry]] | `:metadata` |
| `properties` | software.amazon.awscdk.cloudassembly.schema.AwsCloudFormationStackProperties | [[cdk.support/lookup-entry]] | `:properties` |
| `type` | software.amazon.awscdk.cloudassembly.schema.ArtifactType | [[cdk.api.cloudassembly.schema/artifact-type]] | `:type` |
sourceraw docstring

build-assembly-manifest-builderclj

(build-assembly-manifest-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
artifactsjava.util.Mapcdk.support/lookup-entry:artifacts
missingjava.util.Listcdk.support/lookup-entry:missing
runtimesoftware.amazon.awscdk.cloudassembly.schema.RuntimeInfocdk.support/lookup-entry:runtime
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-assembly-manifest-builder function updates a AssemblyManifest$Builder instance using the provided configuration.
  The function takes the AssemblyManifest$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `artifacts` | java.util.Map | [[cdk.support/lookup-entry]] | `:artifacts` |
| `missing` | java.util.List | [[cdk.support/lookup-entry]] | `:missing` |
| `runtime` | software.amazon.awscdk.cloudassembly.schema.RuntimeInfo | [[cdk.support/lookup-entry]] | `:runtime` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-asset-manifest-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
dockerImagesjava.util.Mapcdk.support/lookup-entry:docker-images
filesjava.util.Mapcdk.support/lookup-entry:files
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-asset-manifest-builder function updates a AssetManifest$Builder instance using the provided configuration.
  The function takes the AssetManifest$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dockerImages` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-images` |
| `files` | java.util.Map | [[cdk.support/lookup-entry]] | `:files` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-asset-manifest-options-builderclj

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

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

Fields on the 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
requiresBootstrapStackVersionjava.lang.Numbercdk.support/lookup-entry:requires-bootstrap-stack-version
The build-asset-manifest-options-builder function updates a AssetManifestOptions$Builder instance using the provided configuration.
  The function takes the AssetManifestOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `requiresBootstrapStackVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:requires-bootstrap-stack-version` |
sourceraw docstring

build-asset-manifest-properties-builderclj

(build-asset-manifest-properties-builder builder id config)

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

Fields on the 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
filejava.lang.Stringcdk.support/lookup-entry:file
requiresBootstrapStackVersionjava.lang.Numbercdk.support/lookup-entry:requires-bootstrap-stack-version
The build-asset-manifest-properties-builder function updates a AssetManifestProperties$Builder instance using the provided configuration.
  The function takes the AssetManifestProperties$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `requiresBootstrapStackVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:requires-bootstrap-stack-version` |
sourceraw docstring

build-availability-zones-context-query-builderclj

(build-availability-zones-context-query-builder builder id config)

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

Fields on the 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
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-availability-zones-context-query-builder function updates a AvailabilityZonesContextQuery$Builder instance using the provided configuration.
  The function takes the AvailabilityZonesContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-aws-cloud-formation-stack-properties-builderclj

(build-aws-cloud-formation-stack-properties-builder builder id config)

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

Fields on the 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
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
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
stackTemplateAssetObjectUrljava.lang.Stringcdk.support/lookup-entry:stack-template-asset-object-url
tagsjava.util.Mapcdk.support/lookup-entry:tags
templateFilejava.lang.Stringcdk.support/lookup-entry:template-file
terminationProtectionjava.lang.Booleancdk.support/lookup-entry:termination-protection
validateOnSynthjava.lang.Booleancdk.support/lookup-entry:validate-on-synth
The build-aws-cloud-formation-stack-properties-builder function updates a AwsCloudFormationStackProperties$Builder instance using the provided configuration.
  The function takes the AwsCloudFormationStackProperties$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `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` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
| `stackTemplateAssetObjectUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-template-asset-object-url` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `templateFile` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-file` |
| `terminationProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:termination-protection` |
| `validateOnSynth` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-on-synth` |
sourceraw docstring

build-aws-destination-builderclj

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

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

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

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

build-bootstrap-role-builderclj

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

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

Fields on the 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
assumeRoleExternalIdjava.lang.Stringcdk.support/lookup-entry:assume-role-external-id
bootstrapStackVersionSsmParameterjava.lang.Stringcdk.support/lookup-entry:bootstrap-stack-version-ssm-parameter
requiresBootstrapStackVersionjava.lang.Numbercdk.support/lookup-entry:requires-bootstrap-stack-version
The build-bootstrap-role-builder function updates a BootstrapRole$Builder instance using the provided configuration.
  The function takes the BootstrapRole$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `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` |
| `requiresBootstrapStackVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:requires-bootstrap-stack-version` |
sourceraw docstring

build-cdk-command-builderclj

(build-cdk-command-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
expectErrorjava.lang.Booleancdk.support/lookup-entry:expect-error
expectedMessagejava.lang.Stringcdk.support/lookup-entry:expected-message
The build-cdk-command-builder function updates a CdkCommand$Builder instance using the provided configuration.
  The function takes the CdkCommand$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `expectError` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:expect-error` |
| `expectedMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:expected-message` |
sourceraw docstring

build-cdk-commands-builderclj

(build-cdk-commands-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
deploysoftware.amazon.awscdk.cloudassembly.schema.DeployCommandcdk.support/lookup-entry:deploy
destroysoftware.amazon.awscdk.cloudassembly.schema.DestroyCommandcdk.support/lookup-entry:destroy
The build-cdk-commands-builder function updates a CdkCommands$Builder instance using the provided configuration.
  The function takes the CdkCommands$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deploy` | software.amazon.awscdk.cloudassembly.schema.DeployCommand | [[cdk.support/lookup-entry]] | `:deploy` |
| `destroy` | software.amazon.awscdk.cloudassembly.schema.DestroyCommand | [[cdk.support/lookup-entry]] | `:destroy` |
sourceraw docstring

build-container-image-asset-cache-option-builderclj

(build-container-image-asset-cache-option-builder builder id config)

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

Fields on the 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-container-image-asset-cache-option-builder function updates a ContainerImageAssetCacheOption$Builder instance using the provided configuration.
  The function takes the ContainerImageAssetCacheOption$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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-container-image-asset-metadata-entry-builderclj

(build-container-image-asset-metadata-entry-builder builder id config)

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

Fields on the 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
buildSecretsjava.util.Mapcdk.support/lookup-entry:build-secrets
buildSshjava.lang.Stringcdk.support/lookup-entry:build-ssh
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.cloudassembly.schema.ContainerImageAssetCacheOptioncdk.support/lookup-entry:cache-to
filejava.lang.Stringcdk.support/lookup-entry:file
idjava.lang.Stringcdk.support/lookup-entry:id
imageTagjava.lang.Stringcdk.support/lookup-entry:image-tag
networkModejava.lang.Stringcdk.support/lookup-entry:network-mode
outputsjava.util.Listcdk.support/lookup-entry:outputs
packagingjava.lang.Stringcdk.support/lookup-entry:packaging
pathjava.lang.Stringcdk.support/lookup-entry:path
platformjava.lang.Stringcdk.support/lookup-entry:platform
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
sourceHashjava.lang.Stringcdk.support/lookup-entry:source-hash
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-container-image-asset-metadata-entry-builder function updates a ContainerImageAssetMetadataEntry$Builder instance using the provided configuration.
  The function takes the ContainerImageAssetMetadataEntry$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `buildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.cloudassembly.schema.ContainerImageAssetCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `imageTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag` |
| `networkMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `packaging` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
| `sourceHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-hash` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-default-cdk-options-builderclj

(build-default-cdk-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
alljava.lang.Booleancdk.support/lookup-entry:all
appjava.lang.Stringcdk.support/lookup-entry:app
assetMetadatajava.lang.Booleancdk.support/lookup-entry:asset-metadata
caBundlePathjava.lang.Stringcdk.support/lookup-entry:ca-bundle-path
colorjava.lang.Booleancdk.support/lookup-entry:color
contextjava.util.Mapcdk.support/lookup-entry:context
debugjava.lang.Booleancdk.support/lookup-entry:debug
ec2Credsjava.lang.Booleancdk.support/lookup-entry:ec2-creds
ignoreErrorsjava.lang.Booleancdk.support/lookup-entry:ignore-errors
jsonjava.lang.Booleancdk.support/lookup-entry:json
lookupsjava.lang.Booleancdk.support/lookup-entry:lookups
noticesjava.lang.Booleancdk.support/lookup-entry:notices
outputjava.lang.Stringcdk.support/lookup-entry:output
pathMetadatajava.lang.Booleancdk.support/lookup-entry:path-metadata
profilejava.lang.Stringcdk.support/lookup-entry:profile
proxyjava.lang.Stringcdk.support/lookup-entry:proxy
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stacksjava.util.Listcdk.support/lookup-entry:stacks
stagingjava.lang.Booleancdk.support/lookup-entry:staging
strictjava.lang.Booleancdk.support/lookup-entry:strict
tracejava.lang.Booleancdk.support/lookup-entry:trace
verbosejava.lang.Booleancdk.support/lookup-entry:verbose
versionReportingjava.lang.Booleancdk.support/lookup-entry:version-reporting
The build-default-cdk-options-builder function updates a DefaultCdkOptions$Builder instance using the provided configuration.
  The function takes the DefaultCdkOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `all` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:all` |
| `app` | java.lang.String | [[cdk.support/lookup-entry]] | `:app` |
| `assetMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:asset-metadata` |
| `caBundlePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-bundle-path` |
| `color` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:color` |
| `context` | java.util.Map | [[cdk.support/lookup-entry]] | `:context` |
| `debug` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:debug` |
| `ec2Creds` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ec2-creds` |
| `ignoreErrors` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-errors` |
| `json` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:json` |
| `lookups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:lookups` |
| `notices` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:notices` |
| `output` | java.lang.String | [[cdk.support/lookup-entry]] | `:output` |
| `pathMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:path-metadata` |
| `profile` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile` |
| `proxy` | java.lang.String | [[cdk.support/lookup-entry]] | `:proxy` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stacks` | java.util.List | [[cdk.support/lookup-entry]] | `:stacks` |
| `staging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:staging` |
| `strict` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:strict` |
| `trace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:trace` |
| `verbose` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:verbose` |
| `versionReporting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:version-reporting` |
sourceraw docstring

build-deploy-command-builderclj

(build-deploy-command-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
argssoftware.amazon.awscdk.cloudassembly.schema.DeployOptionscdk.support/lookup-entry:args
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
expectErrorjava.lang.Booleancdk.support/lookup-entry:expect-error
expectedMessagejava.lang.Stringcdk.support/lookup-entry:expected-message
The build-deploy-command-builder function updates a DeployCommand$Builder instance using the provided configuration.
  The function takes the DeployCommand$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `args` | software.amazon.awscdk.cloudassembly.schema.DeployOptions | [[cdk.support/lookup-entry]] | `:args` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `expectError` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:expect-error` |
| `expectedMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:expected-message` |
sourceraw docstring

build-deploy-options-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
alljava.lang.Booleancdk.support/lookup-entry:all
appjava.lang.Stringcdk.support/lookup-entry:app
assetMetadatajava.lang.Booleancdk.support/lookup-entry:asset-metadata
caBundlePathjava.lang.Stringcdk.support/lookup-entry:ca-bundle-path
changeSetNamejava.lang.Stringcdk.support/lookup-entry:change-set-name
cijava.lang.Booleancdk.support/lookup-entry:ci
colorjava.lang.Booleancdk.support/lookup-entry:color
concurrencyjava.lang.Numbercdk.support/lookup-entry:concurrency
contextjava.util.Mapcdk.support/lookup-entry:context
debugjava.lang.Booleancdk.support/lookup-entry:debug
ec2Credsjava.lang.Booleancdk.support/lookup-entry:ec2-creds
exclusivelyjava.lang.Booleancdk.support/lookup-entry:exclusively
executejava.lang.Booleancdk.support/lookup-entry:execute
forcejava.lang.Booleancdk.support/lookup-entry:force
ignoreErrorsjava.lang.Booleancdk.support/lookup-entry:ignore-errors
jsonjava.lang.Booleancdk.support/lookup-entry:json
lookupsjava.lang.Booleancdk.support/lookup-entry:lookups
noticesjava.lang.Booleancdk.support/lookup-entry:notices
notificationArnsjava.util.Listcdk.support/lookup-entry:notification-arns
outputjava.lang.Stringcdk.support/lookup-entry:output
outputsFilejava.lang.Stringcdk.support/lookup-entry:outputs-file
parametersjava.util.Mapcdk.support/lookup-entry:parameters
pathMetadatajava.lang.Booleancdk.support/lookup-entry:path-metadata
profilejava.lang.Stringcdk.support/lookup-entry:profile
proxyjava.lang.Stringcdk.support/lookup-entry:proxy
requireApprovalsoftware.amazon.awscdk.cloudassembly.schema.RequireApprovalcdk.api.cloudassembly.schema/require-approval:require-approval
reuseAssetsjava.util.Listcdk.support/lookup-entry:reuse-assets
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
rollbackjava.lang.Booleancdk.support/lookup-entry:rollback
stacksjava.util.Listcdk.support/lookup-entry:stacks
stagingjava.lang.Booleancdk.support/lookup-entry:staging
strictjava.lang.Booleancdk.support/lookup-entry:strict
toolkitStackNamejava.lang.Stringcdk.support/lookup-entry:toolkit-stack-name
tracejava.lang.Booleancdk.support/lookup-entry:trace
usePreviousParametersjava.lang.Booleancdk.support/lookup-entry:use-previous-parameters
verbosejava.lang.Booleancdk.support/lookup-entry:verbose
versionReportingjava.lang.Booleancdk.support/lookup-entry:version-reporting
The build-deploy-options-builder function updates a DeployOptions$Builder instance using the provided configuration.
  The function takes the DeployOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `all` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:all` |
| `app` | java.lang.String | [[cdk.support/lookup-entry]] | `:app` |
| `assetMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:asset-metadata` |
| `caBundlePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-bundle-path` |
| `changeSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-set-name` |
| `ci` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ci` |
| `color` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:color` |
| `concurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrency` |
| `context` | java.util.Map | [[cdk.support/lookup-entry]] | `:context` |
| `debug` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:debug` |
| `ec2Creds` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ec2-creds` |
| `exclusively` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclusively` |
| `execute` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:execute` |
| `force` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:force` |
| `ignoreErrors` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-errors` |
| `json` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:json` |
| `lookups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:lookups` |
| `notices` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:notices` |
| `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` |
| `output` | java.lang.String | [[cdk.support/lookup-entry]] | `:output` |
| `outputsFile` | java.lang.String | [[cdk.support/lookup-entry]] | `:outputs-file` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `pathMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:path-metadata` |
| `profile` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile` |
| `proxy` | java.lang.String | [[cdk.support/lookup-entry]] | `:proxy` |
| `requireApproval` | software.amazon.awscdk.cloudassembly.schema.RequireApproval | [[cdk.api.cloudassembly.schema/require-approval]] | `:require-approval` |
| `reuseAssets` | java.util.List | [[cdk.support/lookup-entry]] | `:reuse-assets` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `rollback` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rollback` |
| `stacks` | java.util.List | [[cdk.support/lookup-entry]] | `:stacks` |
| `staging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:staging` |
| `strict` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:strict` |
| `toolkitStackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:toolkit-stack-name` |
| `trace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:trace` |
| `usePreviousParameters` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-previous-parameters` |
| `verbose` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:verbose` |
| `versionReporting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:version-reporting` |
sourceraw docstring

build-destroy-command-builderclj

(build-destroy-command-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
argssoftware.amazon.awscdk.cloudassembly.schema.DestroyOptionscdk.support/lookup-entry:args
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
expectErrorjava.lang.Booleancdk.support/lookup-entry:expect-error
expectedMessagejava.lang.Stringcdk.support/lookup-entry:expected-message
The build-destroy-command-builder function updates a DestroyCommand$Builder instance using the provided configuration.
  The function takes the DestroyCommand$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `args` | software.amazon.awscdk.cloudassembly.schema.DestroyOptions | [[cdk.support/lookup-entry]] | `:args` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `expectError` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:expect-error` |
| `expectedMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:expected-message` |
sourceraw docstring

build-destroy-options-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
alljava.lang.Booleancdk.support/lookup-entry:all
appjava.lang.Stringcdk.support/lookup-entry:app
assetMetadatajava.lang.Booleancdk.support/lookup-entry:asset-metadata
caBundlePathjava.lang.Stringcdk.support/lookup-entry:ca-bundle-path
colorjava.lang.Booleancdk.support/lookup-entry:color
contextjava.util.Mapcdk.support/lookup-entry:context
debugjava.lang.Booleancdk.support/lookup-entry:debug
ec2Credsjava.lang.Booleancdk.support/lookup-entry:ec2-creds
exclusivelyjava.lang.Booleancdk.support/lookup-entry:exclusively
forcejava.lang.Booleancdk.support/lookup-entry:force
ignoreErrorsjava.lang.Booleancdk.support/lookup-entry:ignore-errors
jsonjava.lang.Booleancdk.support/lookup-entry:json
lookupsjava.lang.Booleancdk.support/lookup-entry:lookups
noticesjava.lang.Booleancdk.support/lookup-entry:notices
outputjava.lang.Stringcdk.support/lookup-entry:output
pathMetadatajava.lang.Booleancdk.support/lookup-entry:path-metadata
profilejava.lang.Stringcdk.support/lookup-entry:profile
proxyjava.lang.Stringcdk.support/lookup-entry:proxy
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stacksjava.util.Listcdk.support/lookup-entry:stacks
stagingjava.lang.Booleancdk.support/lookup-entry:staging
strictjava.lang.Booleancdk.support/lookup-entry:strict
tracejava.lang.Booleancdk.support/lookup-entry:trace
verbosejava.lang.Booleancdk.support/lookup-entry:verbose
versionReportingjava.lang.Booleancdk.support/lookup-entry:version-reporting
The build-destroy-options-builder function updates a DestroyOptions$Builder instance using the provided configuration.
  The function takes the DestroyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `all` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:all` |
| `app` | java.lang.String | [[cdk.support/lookup-entry]] | `:app` |
| `assetMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:asset-metadata` |
| `caBundlePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-bundle-path` |
| `color` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:color` |
| `context` | java.util.Map | [[cdk.support/lookup-entry]] | `:context` |
| `debug` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:debug` |
| `ec2Creds` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ec2-creds` |
| `exclusively` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclusively` |
| `force` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:force` |
| `ignoreErrors` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-errors` |
| `json` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:json` |
| `lookups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:lookups` |
| `notices` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:notices` |
| `output` | java.lang.String | [[cdk.support/lookup-entry]] | `:output` |
| `pathMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:path-metadata` |
| `profile` | java.lang.String | [[cdk.support/lookup-entry]] | `:profile` |
| `proxy` | java.lang.String | [[cdk.support/lookup-entry]] | `:proxy` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `stacks` | java.util.List | [[cdk.support/lookup-entry]] | `:stacks` |
| `staging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:staging` |
| `strict` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:strict` |
| `trace` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:trace` |
| `verbose` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:verbose` |
| `versionReporting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:version-reporting` |
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-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
destinationsjava.util.Mapcdk.support/lookup-entry:destinations
sourcesoftware.amazon.awscdk.cloudassembly.schema.DockerImageSourcecdk.support/lookup-entry:source
The build-docker-image-asset-builder function updates a DockerImageAsset$Builder instance using the provided configuration.
  The function takes the DockerImageAsset$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destinations` | java.util.Map | [[cdk.support/lookup-entry]] | `:destinations` |
| `source` | software.amazon.awscdk.cloudassembly.schema.DockerImageSource | [[cdk.support/lookup-entry]] | `:source` |
sourceraw docstring

build-docker-image-destination-builderclj

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

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

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

  Fields on the builder are populated 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` |
| `imageTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
sourceraw docstring

build-docker-image-source-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.cloudassembly.schema.DockerCacheOptioncdk.support/lookup-entry:cache-to
directoryjava.lang.Stringcdk.support/lookup-entry:directory
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
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
The build-docker-image-source-builder function updates a DockerImageSource$Builder instance using the provided configuration.
  The function takes the DockerImageSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.cloudassembly.schema.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `directory` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory` |
| `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` |
| `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` |
sourceraw docstring

build-endpoint-service-availability-zones-context-query-builderclj

(build-endpoint-service-availability-zones-context-query-builder builder
                                                                 id
                                                                 config)

The build-endpoint-service-availability-zones-context-query-builder function updates a EndpointServiceAvailabilityZonesContextQuery$Builder instance using the provided configuration. The function takes the EndpointServiceAvailabilityZonesContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the 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
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
regionjava.lang.Stringcdk.support/lookup-entry:region
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-endpoint-service-availability-zones-context-query-builder function updates a EndpointServiceAvailabilityZonesContextQuery$Builder instance using the provided configuration.
  The function takes the EndpointServiceAvailabilityZonesContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-file-asset-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
destinationsjava.util.Mapcdk.support/lookup-entry:destinations
sourcesoftware.amazon.awscdk.cloudassembly.schema.FileSourcecdk.support/lookup-entry:source
The build-file-asset-builder function updates a FileAsset$Builder instance using the provided configuration.
  The function takes the FileAsset$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destinations` | java.util.Map | [[cdk.support/lookup-entry]] | `:destinations` |
| `source` | software.amazon.awscdk.cloudassembly.schema.FileSource | [[cdk.support/lookup-entry]] | `:source` |
sourceraw docstring

build-file-asset-metadata-entry-builderclj

(build-file-asset-metadata-entry-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
artifactHashParameterjava.lang.Stringcdk.support/lookup-entry:artifact-hash-parameter
idjava.lang.Stringcdk.support/lookup-entry:id
packagingjava.lang.Stringcdk.support/lookup-entry:packaging
pathjava.lang.Stringcdk.support/lookup-entry:path
s3BucketParameterjava.lang.Stringcdk.support/lookup-entry:s3-bucket-parameter
s3KeyParameterjava.lang.Stringcdk.support/lookup-entry:s3-key-parameter
sourceHashjava.lang.Stringcdk.support/lookup-entry:source-hash
The build-file-asset-metadata-entry-builder function updates a FileAssetMetadataEntry$Builder instance using the provided configuration.
  The function takes the FileAssetMetadataEntry$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `artifactHashParameter` | java.lang.String | [[cdk.support/lookup-entry]] | `:artifact-hash-parameter` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `packaging` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `s3BucketParameter` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-parameter` |
| `s3KeyParameter` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-parameter` |
| `sourceHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-hash` |
sourceraw docstring

build-file-destination-builderclj

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

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

Fields on the 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
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
objectKeyjava.lang.Stringcdk.support/lookup-entry:object-key
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-file-destination-builder function updates a FileDestination$Builder instance using the provided configuration.
  The function takes the FileDestination$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `objectKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-file-source-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
executablejava.util.Listcdk.support/lookup-entry:executable
packagingsoftware.amazon.awscdk.cloudassembly.schema.FileAssetPackagingcdk.api.cloudassembly.schema/file-asset-packaging:packaging
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-file-source-builder function updates a FileSource$Builder instance using the provided configuration.
  The function takes the FileSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executable` | java.util.List | [[cdk.support/lookup-entry]] | `:executable` |
| `packaging` | software.amazon.awscdk.cloudassembly.schema.FileAssetPackaging | [[cdk.api.cloudassembly.schema/file-asset-packaging]] | `:packaging` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-hooks-builderclj

(build-hooks-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
postDeployjava.util.Listcdk.support/lookup-entry:post-deploy
postDestroyjava.util.Listcdk.support/lookup-entry:post-destroy
preDeployjava.util.Listcdk.support/lookup-entry:pre-deploy
preDestroyjava.util.Listcdk.support/lookup-entry:pre-destroy
The build-hooks-builder function updates a Hooks$Builder instance using the provided configuration.
  The function takes the Hooks$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `postDeploy` | java.util.List | [[cdk.support/lookup-entry]] | `:post-deploy` |
| `postDestroy` | java.util.List | [[cdk.support/lookup-entry]] | `:post-destroy` |
| `preDeploy` | java.util.List | [[cdk.support/lookup-entry]] | `:pre-deploy` |
| `preDestroy` | java.util.List | [[cdk.support/lookup-entry]] | `:pre-destroy` |
sourceraw docstring

build-hosted-zone-context-query-builderclj

(build-hosted-zone-context-query-builder builder id config)

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

Fields on the 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
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
privateZonejava.lang.Booleancdk.support/lookup-entry:private-zone
regionjava.lang.Stringcdk.support/lookup-entry:region
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-hosted-zone-context-query-builder function updates a HostedZoneContextQuery$Builder instance using the provided configuration.
  The function takes the HostedZoneContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `privateZone` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:private-zone` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-integ-manifest-builderclj

(build-integ-manifest-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
enableLookupsjava.lang.Booleancdk.support/lookup-entry:enable-lookups
synthContextjava.util.Mapcdk.support/lookup-entry:synth-context
testCasesjava.util.Mapcdk.support/lookup-entry:test-cases
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-integ-manifest-builder function updates a IntegManifest$Builder instance using the provided configuration.
  The function takes the IntegManifest$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableLookups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-lookups` |
| `synthContext` | java.util.Map | [[cdk.support/lookup-entry]] | `:synth-context` |
| `testCases` | java.util.Map | [[cdk.support/lookup-entry]] | `:test-cases` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-key-context-query-builderclj

(build-key-context-query-builder builder id config)

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

Fields on the 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
aliasNamejava.lang.Stringcdk.support/lookup-entry:alias-name
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-key-context-query-builder function updates a KeyContextQuery$Builder instance using the provided configuration.
  The function takes the KeyContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-load-balancer-context-query-builderclj

(build-load-balancer-context-query-builder builder id config)

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

Fields on the 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
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Listcdk.support/lookup-entry:load-balancer-tags
loadBalancerTypesoftware.amazon.awscdk.cloudassembly.schema.LoadBalancerTypecdk.api.cloudassembly.schema/load-balancer-type:load-balancer-type
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-load-balancer-context-query-builder function updates a LoadBalancerContextQuery$Builder instance using the provided configuration.
  The function takes the LoadBalancerContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
| `loadBalancerType` | software.amazon.awscdk.cloudassembly.schema.LoadBalancerType | [[cdk.api.cloudassembly.schema/load-balancer-type]] | `:load-balancer-type` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-load-balancer-filter-builderclj

(build-load-balancer-filter-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Listcdk.support/lookup-entry:load-balancer-tags
loadBalancerTypesoftware.amazon.awscdk.cloudassembly.schema.LoadBalancerTypecdk.api.cloudassembly.schema/load-balancer-type:load-balancer-type
The build-load-balancer-filter-builder function updates a LoadBalancerFilter$Builder instance using the provided configuration.
  The function takes the LoadBalancerFilter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
| `loadBalancerType` | software.amazon.awscdk.cloudassembly.schema.LoadBalancerType | [[cdk.api.cloudassembly.schema/load-balancer-type]] | `:load-balancer-type` |
sourceraw docstring

build-load-balancer-listener-context-query-builderclj

(build-load-balancer-listener-context-query-builder builder id config)

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

Fields on the 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
listenerArnjava.lang.Stringcdk.support/lookup-entry:listener-arn
listenerPortjava.lang.Numbercdk.support/lookup-entry:listener-port
listenerProtocolsoftware.amazon.awscdk.cloudassembly.schema.LoadBalancerListenerProtocolcdk.api.cloudassembly.schema/load-balancer-listener-protocol:listener-protocol
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Listcdk.support/lookup-entry:load-balancer-tags
loadBalancerTypesoftware.amazon.awscdk.cloudassembly.schema.LoadBalancerTypecdk.api.cloudassembly.schema/load-balancer-type:load-balancer-type
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-load-balancer-listener-context-query-builder function updates a LoadBalancerListenerContextQuery$Builder instance using the provided configuration.
  The function takes the LoadBalancerListenerContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `listenerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:listener-arn` |
| `listenerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:listener-port` |
| `listenerProtocol` | software.amazon.awscdk.cloudassembly.schema.LoadBalancerListenerProtocol | [[cdk.api.cloudassembly.schema/load-balancer-listener-protocol]] | `:listener-protocol` |
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
| `loadBalancerType` | software.amazon.awscdk.cloudassembly.schema.LoadBalancerType | [[cdk.api.cloudassembly.schema/load-balancer-type]] | `:load-balancer-type` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-load-manifest-options-builderclj

(build-load-manifest-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
skipEnumCheckjava.lang.Booleancdk.support/lookup-entry:skip-enum-check
skipVersionCheckjava.lang.Booleancdk.support/lookup-entry:skip-version-check
topoSortjava.lang.Booleancdk.support/lookup-entry:topo-sort
The build-load-manifest-options-builder function updates a LoadManifestOptions$Builder instance using the provided configuration.
  The function takes the LoadManifestOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `skipEnumCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:skip-enum-check` |
| `skipVersionCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:skip-version-check` |
| `topoSort` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:topo-sort` |
sourceraw docstring

build-metadata-entry-builderclj

(build-metadata-entry-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
datasoftware.amazon.awscdk.cloudassembly.schema.ContainerImageAssetMetadataEntrycdk.support/lookup-entry:data
tracejava.util.Listcdk.support/lookup-entry:trace
typejava.lang.Stringcdk.support/lookup-entry:type
The build-metadata-entry-builder function updates a MetadataEntry$Builder instance using the provided configuration.
  The function takes the MetadataEntry$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `data` | software.amazon.awscdk.cloudassembly.schema.ContainerImageAssetMetadataEntry | [[cdk.support/lookup-entry]] | `:data` |
| `trace` | java.util.List | [[cdk.support/lookup-entry]] | `:trace` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-missing-context-builderclj

(build-missing-context-builder builder id config)

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

Fields on the 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
propssoftware.amazon.awscdk.cloudassembly.schema.AmiContextQuerycdk.support/lookup-entry:props
providersoftware.amazon.awscdk.cloudassembly.schema.ContextProvidercdk.api.cloudassembly.schema/context-provider:provider
The build-missing-context-builder function updates a MissingContext$Builder instance using the provided configuration.
  The function takes the MissingContext$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` | software.amazon.awscdk.cloudassembly.schema.AmiContextQuery | [[cdk.support/lookup-entry]] | `:props` |
| `provider` | software.amazon.awscdk.cloudassembly.schema.ContextProvider | [[cdk.api.cloudassembly.schema/context-provider]] | `:provider` |
sourceraw docstring

build-nested-cloud-assembly-properties-builderclj

(build-nested-cloud-assembly-properties-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
directoryNamejava.lang.Stringcdk.support/lookup-entry:directory-name
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
The build-nested-cloud-assembly-properties-builder function updates a NestedCloudAssemblyProperties$Builder instance using the provided configuration.
  The function takes the NestedCloudAssemblyProperties$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-plugin-context-query-builderclj

(build-plugin-context-query-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
pluginNamejava.lang.Stringcdk.support/lookup-entry:plugin-name
The build-plugin-context-query-builder function updates a PluginContextQuery$Builder instance using the provided configuration.
  The function takes the PluginContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-runtime-info-builderclj

(build-runtime-info-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
librariesjava.util.Mapcdk.support/lookup-entry:libraries
The build-runtime-info-builder function updates a RuntimeInfo$Builder instance using the provided configuration.
  The function takes the RuntimeInfo$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-security-group-context-query-builderclj

(build-security-group-context-query-builder builder id config)

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

Fields on the 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
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
regionjava.lang.Stringcdk.support/lookup-entry:region
securityGroupIdjava.lang.Stringcdk.support/lookup-entry:security-group-id
securityGroupNamejava.lang.Stringcdk.support/lookup-entry:security-group-name
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-security-group-context-query-builder function updates a SecurityGroupContextQuery$Builder instance using the provided configuration.
  The function takes the SecurityGroupContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `securityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-id` |
| `securityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-name` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-ssm-parameter-context-query-builderclj

(build-ssm-parameter-context-query-builder builder id config)

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

Fields on the 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
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-ssm-parameter-context-query-builder function updates a SSMParameterContextQuery$Builder instance using the provided configuration.
  The function takes the SSMParameterContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-test-case-builderclj

(build-test-case-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
allowDestroyjava.util.Listcdk.support/lookup-entry:allow-destroy
assertionStackjava.lang.Stringcdk.support/lookup-entry:assertion-stack
assertionStackNamejava.lang.Stringcdk.support/lookup-entry:assertion-stack-name
cdkCommandOptionssoftware.amazon.awscdk.cloudassembly.schema.CdkCommandscdk.support/lookup-entry:cdk-command-options
diffAssetsjava.lang.Booleancdk.support/lookup-entry:diff-assets
hookssoftware.amazon.awscdk.cloudassembly.schema.Hookscdk.support/lookup-entry:hooks
regionsjava.util.Listcdk.support/lookup-entry:regions
stackUpdateWorkflowjava.lang.Booleancdk.support/lookup-entry:stack-update-workflow
stacksjava.util.Listcdk.support/lookup-entry:stacks
The build-test-case-builder function updates a TestCase$Builder instance using the provided configuration.
  The function takes the TestCase$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowDestroy` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-destroy` |
| `assertionStack` | java.lang.String | [[cdk.support/lookup-entry]] | `:assertion-stack` |
| `assertionStackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:assertion-stack-name` |
| `cdkCommandOptions` | software.amazon.awscdk.cloudassembly.schema.CdkCommands | [[cdk.support/lookup-entry]] | `:cdk-command-options` |
| `diffAssets` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:diff-assets` |
| `hooks` | software.amazon.awscdk.cloudassembly.schema.Hooks | [[cdk.support/lookup-entry]] | `:hooks` |
| `regions` | java.util.List | [[cdk.support/lookup-entry]] | `:regions` |
| `stackUpdateWorkflow` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stack-update-workflow` |
| `stacks` | java.util.List | [[cdk.support/lookup-entry]] | `:stacks` |
sourceraw docstring

build-test-options-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
allowDestroyjava.util.Listcdk.support/lookup-entry:allow-destroy
cdkCommandOptionssoftware.amazon.awscdk.cloudassembly.schema.CdkCommandscdk.support/lookup-entry:cdk-command-options
diffAssetsjava.lang.Booleancdk.support/lookup-entry:diff-assets
hookssoftware.amazon.awscdk.cloudassembly.schema.Hookscdk.support/lookup-entry:hooks
regionsjava.util.Listcdk.support/lookup-entry:regions
stackUpdateWorkflowjava.lang.Booleancdk.support/lookup-entry:stack-update-workflow
The build-test-options-builder function updates a TestOptions$Builder instance using the provided configuration.
  The function takes the TestOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowDestroy` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-destroy` |
| `cdkCommandOptions` | software.amazon.awscdk.cloudassembly.schema.CdkCommands | [[cdk.support/lookup-entry]] | `:cdk-command-options` |
| `diffAssets` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:diff-assets` |
| `hooks` | software.amazon.awscdk.cloudassembly.schema.Hooks | [[cdk.support/lookup-entry]] | `:hooks` |
| `regions` | java.util.List | [[cdk.support/lookup-entry]] | `:regions` |
| `stackUpdateWorkflow` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stack-update-workflow` |
sourceraw docstring

build-tree-artifact-properties-builderclj

(build-tree-artifact-properties-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
filejava.lang.Stringcdk.support/lookup-entry:file
The build-tree-artifact-properties-builder function updates a TreeArtifactProperties$Builder instance using the provided configuration.
  The function takes the TreeArtifactProperties$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-vpc-context-query-builderclj

(build-vpc-context-query-builder builder id config)

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

Fields on the 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
filterjava.util.Mapcdk.support/lookup-entry:filter
lookupRoleArnjava.lang.Stringcdk.support/lookup-entry:lookup-role-arn
regionjava.lang.Stringcdk.support/lookup-entry:region
returnAsymmetricSubnetsjava.lang.Booleancdk.support/lookup-entry:return-asymmetric-subnets
returnVpnGatewaysjava.lang.Booleancdk.support/lookup-entry:return-vpn-gateways
subnetGroupNameTagjava.lang.Stringcdk.support/lookup-entry:subnet-group-name-tag
The build-vpc-context-query-builder function updates a VpcContextQuery$Builder instance using the provided configuration.
  The function takes the VpcContextQuery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `filter` | java.util.Map | [[cdk.support/lookup-entry]] | `:filter` |
| `lookupRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lookup-role-arn` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `returnAsymmetricSubnets` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-asymmetric-subnets` |
| `returnVpnGateways` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-vpn-gateways` |
| `subnetGroupNameTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name-tag` |
sourceraw docstring

cdk-command-builderclj

(cdk-command-builder id config)

Creates a CdkCommand$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CdkCommand$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

cdk-commands-builderclj

(cdk-commands-builder id config)

Creates a CdkCommands$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CdkCommands$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

container-image-asset-cache-option-builderclj

(container-image-asset-cache-option-builder id config)

Creates a ContainerImageAssetCacheOption$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ContainerImageAssetCacheOption$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

container-image-asset-metadata-entry-builderclj

(container-image-asset-metadata-entry-builder id config)

Creates a ContainerImageAssetMetadataEntry$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ContainerImageAssetMetadataEntry$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

context-providerclj

(context-provider config id item-key)

The context-provider function data interprets values in the provided config data into a ContextProvider 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 ContextProvider - the value is returned.
  • is :vpc-provider - ContextProvider/VPC_PROVIDER is returned
  • is :hosted-zone-provider - ContextProvider/HOSTED_ZONE_PROVIDER is returned
  • is :key-provider - ContextProvider/KEY_PROVIDER is returned
  • is :load-balancer-listener-provider - ContextProvider/LOAD_BALANCER_LISTENER_PROVIDER is returned
  • is :security-group-provider - ContextProvider/SECURITY_GROUP_PROVIDER is returned
  • is :endpoint-service-availability-zone-provider - ContextProvider/ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER is returned
  • is :ami-provider - ContextProvider/AMI_PROVIDER is returned
  • is :plugin - ContextProvider/PLUGIN is returned
  • is :availability-zone-provider - ContextProvider/AVAILABILITY_ZONE_PROVIDER is returned
  • is :ssm-parameter-provider - ContextProvider/SSM_PARAMETER_PROVIDER is returned
  • is :load-balancer-provider - ContextProvider/LOAD_BALANCER_PROVIDER is returned

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

The `context-provider` function data interprets values in the provided config data into a 
`ContextProvider` 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 `ContextProvider` - the value is returned.
* is `:vpc-provider` - `ContextProvider/VPC_PROVIDER` is returned
* is `:hosted-zone-provider` - `ContextProvider/HOSTED_ZONE_PROVIDER` is returned
* is `:key-provider` - `ContextProvider/KEY_PROVIDER` is returned
* is `:load-balancer-listener-provider` - `ContextProvider/LOAD_BALANCER_LISTENER_PROVIDER` is returned
* is `:security-group-provider` - `ContextProvider/SECURITY_GROUP_PROVIDER` is returned
* is `:endpoint-service-availability-zone-provider` - `ContextProvider/ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER` is returned
* is `:ami-provider` - `ContextProvider/AMI_PROVIDER` is returned
* is `:plugin` - `ContextProvider/PLUGIN` is returned
* is `:availability-zone-provider` - `ContextProvider/AVAILABILITY_ZONE_PROVIDER` is returned
* is `:ssm-parameter-provider` - `ContextProvider/SSM_PARAMETER_PROVIDER` is returned
* is `:load-balancer-provider` - `ContextProvider/LOAD_BALANCER_PROVIDER` is returned

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

default-cdk-options-builderclj

(default-cdk-options-builder id config)

Creates a DefaultCdkOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DefaultCdkOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

deploy-command-builderclj

(deploy-command-builder id config)

Creates a DeployCommand$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DeployCommand$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

deploy-options-builderclj

(deploy-options-builder id config)

Creates a DeployOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DeployOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

destroy-command-builderclj

(destroy-command-builder id config)

Creates a DestroyCommand$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DestroyCommand$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

destroy-options-builderclj

(destroy-options-builder id config)

Creates a DestroyOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DestroyOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-builderclj

(docker-image-asset-builder id config)

Creates a DockerImageAsset$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DockerImageAsset$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-destination-builderclj

(docker-image-destination-builder id config)

Creates a DockerImageDestination$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DockerImageDestination$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-source-builderclj

(docker-image-source-builder id config)

Creates a DockerImageSource$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DockerImageSource$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

endpoint-service-availability-zones-context-query-builderclj

(endpoint-service-availability-zones-context-query-builder id config)

Creates a EndpointServiceAvailabilityZonesContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `EndpointServiceAvailabilityZonesContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-builderclj

(file-asset-builder id config)

Creates a FileAsset$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `FileAsset$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-metadata-entry-builderclj

(file-asset-metadata-entry-builder id config)

Creates a FileAssetMetadataEntry$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `FileAssetMetadataEntry$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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 :file - FileAssetPackaging/FILE is returned
  • is :zip-directory - FileAssetPackaging/ZIP_DIRECTORY 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 `:file` - `FileAssetPackaging/FILE` is returned
* is `:zip-directory` - `FileAssetPackaging/ZIP_DIRECTORY` is returned

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

file-destination-builderclj

(file-destination-builder id config)

Creates a FileDestination$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `FileDestination$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-source-builderclj

(file-source-builder id config)

Creates a FileSource$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `FileSource$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

hooks-builderclj

(hooks-builder id config)

Creates a Hooks$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `Hooks$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

hosted-zone-context-query-builderclj

(hosted-zone-context-query-builder id config)

Creates a HostedZoneContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HostedZoneContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

integ-manifest-builderclj

(integ-manifest-builder id config)

Creates a IntegManifest$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `IntegManifest$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

key-context-query-builderclj

(key-context-query-builder id config)

Creates a KeyContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `KeyContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

load-balancer-context-query-builderclj

(load-balancer-context-query-builder id config)

Creates a LoadBalancerContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `LoadBalancerContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

load-balancer-filter-builderclj

(load-balancer-filter-builder id config)

Creates a LoadBalancerFilter$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `LoadBalancerFilter$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

load-balancer-listener-context-query-builderclj

(load-balancer-listener-context-query-builder id config)

Creates a LoadBalancerListenerContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `LoadBalancerListenerContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

load-balancer-listener-protocolclj

(load-balancer-listener-protocol config id item-key)

The load-balancer-listener-protocol function data interprets values in the provided config data into a LoadBalancerListenerProtocol 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 LoadBalancerListenerProtocol - the value is returned.
  • is :http - LoadBalancerListenerProtocol/HTTP is returned
  • is :tls - LoadBalancerListenerProtocol/TLS is returned
  • is :udp - LoadBalancerListenerProtocol/UDP is returned
  • is :https - LoadBalancerListenerProtocol/HTTPS is returned
  • is :tcp - LoadBalancerListenerProtocol/TCP is returned
  • is :tcp-udp - LoadBalancerListenerProtocol/TCP_UDP is returned

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

The `load-balancer-listener-protocol` function data interprets values in the provided config data into a 
`LoadBalancerListenerProtocol` 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 `LoadBalancerListenerProtocol` - the value is returned.
* is `:http` - `LoadBalancerListenerProtocol/HTTP` is returned
* is `:tls` - `LoadBalancerListenerProtocol/TLS` is returned
* is `:udp` - `LoadBalancerListenerProtocol/UDP` is returned
* is `:https` - `LoadBalancerListenerProtocol/HTTPS` is returned
* is `:tcp` - `LoadBalancerListenerProtocol/TCP` is returned
* is `:tcp-udp` - `LoadBalancerListenerProtocol/TCP_UDP` is returned

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

load-balancer-typeclj

(load-balancer-type config id item-key)

The load-balancer-type function data interprets values in the provided config data into a LoadBalancerType 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 LoadBalancerType - the value is returned.
  • is :network - LoadBalancerType/NETWORK is returned
  • is :application - LoadBalancerType/APPLICATION is returned

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

The `load-balancer-type` function data interprets values in the provided config data into a 
`LoadBalancerType` 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 `LoadBalancerType` - the value is returned.
* is `:network` - `LoadBalancerType/NETWORK` is returned
* is `:application` - `LoadBalancerType/APPLICATION` is returned

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

load-manifest-options-builderclj

(load-manifest-options-builder id config)

Creates a LoadManifestOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `LoadManifestOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

metadata-entry-builderclj

(metadata-entry-builder id config)

Creates a MetadataEntry$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `MetadataEntry$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

missing-context-builderclj

(missing-context-builder id config)

Creates a MissingContext$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `MissingContext$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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-cloud-assembly-properties-builderclj

(nested-cloud-assembly-properties-builder id config)

Creates a NestedCloudAssemblyProperties$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `NestedCloudAssemblyProperties$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

plugin-context-query-builderclj

(plugin-context-query-builder id config)

Creates a PluginContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `PluginContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

require-approvalclj

(require-approval config id item-key)

The require-approval function data interprets values in the provided config data into a RequireApproval 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 RequireApproval - the value is returned.
  • is :anychange - RequireApproval/ANYCHANGE is returned
  • is :broadening - RequireApproval/BROADENING is returned
  • is :never - RequireApproval/NEVER is returned

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

The `require-approval` function data interprets values in the provided config data into a 
`RequireApproval` 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 `RequireApproval` - the value is returned.
* is `:anychange` - `RequireApproval/ANYCHANGE` is returned
* is `:broadening` - `RequireApproval/BROADENING` is returned
* is `:never` - `RequireApproval/NEVER` is returned

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

runtime-info-builderclj

(runtime-info-builder id config)

Creates a RuntimeInfo$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `RuntimeInfo$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

security-group-context-query-builderclj

(security-group-context-query-builder id config)

Creates a SecurityGroupContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `SecurityGroupContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

ssm-parameter-context-query-builderclj

(ssm-parameter-context-query-builder id config)

Creates a SSMParameterContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `SSMParameterContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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 id config)

Creates a Tag$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `Tag$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

test-case-builderclj

(test-case-builder id config)

Creates a TestCase$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TestCase$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

test-options-builderclj

(test-options-builder id config)

Creates a TestOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TestOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

tree-artifact-properties-builderclj

(tree-artifact-properties-builder id config)

Creates a TreeArtifactProperties$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TreeArtifactProperties$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

vpc-context-query-builderclj

(vpc-context-query-builder id config)

Creates a VpcContextQuery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VpcContextQuery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | 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