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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
ArtifactMetadataEntryType
- the value is returned.:logical-id
- ArtifactMetadataEntryType/LOGICAL_ID
is returned:info
- ArtifactMetadataEntryType/INFO
is returned:error
- ArtifactMetadataEntryType/ERROR
is returned:warn
- ArtifactMetadataEntryType/WARN
is returned:asset
- ArtifactMetadataEntryType/ASSET
is returned:stack-tags
- ArtifactMetadataEntryType/STACK_TAGS
is returnedIf 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.
(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:
ArtifactType
- the value is returned.:cdk-tree
- ArtifactType/CDK_TREE
is returned:aws-cloudformation-stack
- ArtifactType/AWS_CLOUDFORMATION_STACK
is returned:asset-manifest
- ArtifactType/ASSET_MANIFEST
is returned:none
- ArtifactType/NONE
is returned:nested-cloud-assembly
- ArtifactType/NESTED_CLOUD_ASSEMBLY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
params | java.util.Map | cdk.support/lookup-entry | :params |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
params | java.util.Map | cdk.support/lookup-entry | :params |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
pluginName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
libraries | java.util.Map | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
file | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
ContextProvider
- the value is returned.:vpc-provider
- ContextProvider/VPC_PROVIDER
is returned:hosted-zone-provider
- ContextProvider/HOSTED_ZONE_PROVIDER
is returned:key-provider
- ContextProvider/KEY_PROVIDER
is returned:load-balancer-listener-provider
- ContextProvider/LOAD_BALANCER_LISTENER_PROVIDER
is returned:security-group-provider
- ContextProvider/SECURITY_GROUP_PROVIDER
is returned:endpoint-service-availability-zone-provider
- ContextProvider/ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER
is returned:ami-provider
- ContextProvider/AMI_PROVIDER
is returned:plugin
- ContextProvider/PLUGIN
is returned:availability-zone-provider
- ContextProvider/AVAILABILITY_ZONE_PROVIDER
is returned:ssm-parameter-provider
- ContextProvider/SSM_PARAMETER_PROVIDER
is returned:load-balancer-provider
- ContextProvider/LOAD_BALANCER_PROVIDER
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
FileAssetPackaging
- the value is returned.:file
- FileAssetPackaging/FILE
is returned:zip-directory
- FileAssetPackaging/ZIP_DIRECTORY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
LoadBalancerListenerProtocol
- the value is returned.:http
- LoadBalancerListenerProtocol/HTTP
is returned:tls
- LoadBalancerListenerProtocol/TLS
is returned:udp
- LoadBalancerListenerProtocol/UDP
is returned:https
- LoadBalancerListenerProtocol/HTTPS
is returned:tcp
- LoadBalancerListenerProtocol/TCP
is returned:tcp-udp
- LoadBalancerListenerProtocol/TCP_UDP
is returnedIf 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.
(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:
LoadBalancerType
- the value is returned.:network
- LoadBalancerType/NETWORK
is returned:application
- LoadBalancerType/APPLICATION
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
RequireApproval
- the value is returned.:anychange
- RequireApproval/ANYCHANGE
is returned:broadening
- RequireApproval/BROADENING
is returned:never
- RequireApproval/NEVER
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close