Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.imagebuilder package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.imagebuilder package.
(build-cfn-component-builder builder id config)
The build-cfn-component-builder function updates a CfnComponent$Builder instance using the provided configuration. The function takes the CfnComponent$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
changeDescription | java.lang.String | cdk.support/lookup-entry | :change-description |
data | java.lang.String | cdk.support/lookup-entry | :data |
description | java.lang.String | cdk.support/lookup-entry | :description |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
platform | java.lang.String | cdk.support/lookup-entry | :platform |
supportedOsVersions | java.util.List | cdk.support/lookup-entry | :supported-os-versions |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
uri | java.lang.String | cdk.support/lookup-entry | :uri |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-component-builder function updates a CfnComponent$Builder instance using the provided configuration. The function takes the CfnComponent$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `changeDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-description` | | `data` | java.lang.String | [[cdk.support/lookup-entry]] | `:data` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` | | `supportedOsVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-os-versions` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-component-props-builder builder id config)
The build-cfn-component-props-builder function updates a CfnComponentProps$Builder instance using the provided configuration. The function takes the CfnComponentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
changeDescription | java.lang.String | cdk.support/lookup-entry | :change-description |
data | java.lang.String | cdk.support/lookup-entry | :data |
description | java.lang.String | cdk.support/lookup-entry | :description |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
platform | java.lang.String | cdk.support/lookup-entry | :platform |
supportedOsVersions | java.util.List | cdk.support/lookup-entry | :supported-os-versions |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
uri | java.lang.String | cdk.support/lookup-entry | :uri |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-component-props-builder function updates a CfnComponentProps$Builder instance using the provided configuration. The function takes the CfnComponentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `changeDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-description` | | `data` | java.lang.String | [[cdk.support/lookup-entry]] | `:data` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` | | `supportedOsVersions` | java.util.List | [[cdk.support/lookup-entry]] | `:supported-os-versions` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-container-recipe-builder builder id config)
The build-cfn-container-recipe-builder function updates a CfnContainerRecipe$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
components | java.util.List | cdk.support/lookup-entry | :components |
containerType | java.lang.String | cdk.support/lookup-entry | :container-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
dockerfileTemplateData | java.lang.String | cdk.support/lookup-entry | :dockerfile-template-data |
dockerfileTemplateUri | java.lang.String | cdk.support/lookup-entry | :dockerfile-template-uri |
imageOsVersionOverride | java.lang.String | cdk.support/lookup-entry | :image-os-version-override |
instanceConfiguration | software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe$InstanceConfigurationProperty | cdk.support/lookup-entry | :instance-configuration |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
parentImage | java.lang.String | cdk.support/lookup-entry | :parent-image |
platformOverride | java.lang.String | cdk.support/lookup-entry | :platform-override |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
targetRepository | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-repository |
version | java.lang.String | cdk.support/lookup-entry | :version |
workingDirectory | java.lang.String | cdk.support/lookup-entry | :working-directory |
The build-cfn-container-recipe-builder function updates a CfnContainerRecipe$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `components` | java.util.List | [[cdk.support/lookup-entry]] | `:components` | | `containerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dockerfileTemplateData` | java.lang.String | [[cdk.support/lookup-entry]] | `:dockerfile-template-data` | | `dockerfileTemplateUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:dockerfile-template-uri` | | `imageOsVersionOverride` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-os-version-override` | | `instanceConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe$InstanceConfigurationProperty | [[cdk.support/lookup-entry]] | `:instance-configuration` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parentImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-image` | | `platformOverride` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-override` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `targetRepository` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-repository` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` | | `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
(build-cfn-container-recipe-component-configuration-property-builder builder
id
config)
The build-cfn-container-recipe-component-configuration-property-builder function updates a CfnContainerRecipe$ComponentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$ComponentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
componentArn | java.lang.String | cdk.support/lookup-entry | :component-arn |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
The build-cfn-container-recipe-component-configuration-property-builder function updates a CfnContainerRecipe$ComponentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$ComponentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `componentArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-arn` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` |
(build-cfn-container-recipe-component-parameter-property-builder builder
id
config)
The build-cfn-container-recipe-component-parameter-property-builder function updates a CfnContainerRecipe$ComponentParameterProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$ComponentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.util.List | cdk.support/lookup-entry | :value |
The build-cfn-container-recipe-component-parameter-property-builder function updates a CfnContainerRecipe$ComponentParameterProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$ComponentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `value` | java.util.List | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-container-recipe-ebs-instance-block-device-specification-property-builder
builder
id
config)
The build-cfn-container-recipe-ebs-instance-block-device-specification-property-builder function updates a CfnContainerRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :delete-on-termination |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
throughput | java.lang.Number | cdk.support/lookup-entry | :throughput |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-container-recipe-ebs-instance-block-device-specification-property-builder function updates a CfnContainerRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-container-recipe-instance-block-device-mapping-property-builder
builder
id
config)
The build-cfn-container-recipe-instance-block-device-mapping-property-builder function updates a CfnContainerRecipe$InstanceBlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$InstanceBlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deviceName | java.lang.String | cdk.support/lookup-entry | :device-name |
ebs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ebs |
noDevice | java.lang.String | cdk.support/lookup-entry | :no-device |
virtualName | java.lang.String | cdk.support/lookup-entry | :virtual-name |
The build-cfn-container-recipe-instance-block-device-mapping-property-builder function updates a CfnContainerRecipe$InstanceBlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$InstanceBlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` | | `ebs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs` | | `noDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:no-device` | | `virtualName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-name` |
(build-cfn-container-recipe-instance-configuration-property-builder builder
id
config)
The build-cfn-container-recipe-instance-configuration-property-builder function updates a CfnContainerRecipe$InstanceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$InstanceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
blockDeviceMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :block-device-mappings |
image | java.lang.String | cdk.support/lookup-entry | :image |
The build-cfn-container-recipe-instance-configuration-property-builder function updates a CfnContainerRecipe$InstanceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$InstanceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `blockDeviceMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` |
(build-cfn-container-recipe-props-builder builder id config)
The build-cfn-container-recipe-props-builder function updates a CfnContainerRecipeProps$Builder instance using the provided configuration. The function takes the CfnContainerRecipeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
components | java.util.List | cdk.support/lookup-entry | :components |
containerType | java.lang.String | cdk.support/lookup-entry | :container-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
dockerfileTemplateData | java.lang.String | cdk.support/lookup-entry | :dockerfile-template-data |
dockerfileTemplateUri | java.lang.String | cdk.support/lookup-entry | :dockerfile-template-uri |
imageOsVersionOverride | java.lang.String | cdk.support/lookup-entry | :image-os-version-override |
instanceConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :instance-configuration |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
parentImage | java.lang.String | cdk.support/lookup-entry | :parent-image |
platformOverride | java.lang.String | cdk.support/lookup-entry | :platform-override |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
targetRepository | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-repository |
version | java.lang.String | cdk.support/lookup-entry | :version |
workingDirectory | java.lang.String | cdk.support/lookup-entry | :working-directory |
The build-cfn-container-recipe-props-builder function updates a CfnContainerRecipeProps$Builder instance using the provided configuration. The function takes the CfnContainerRecipeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `components` | java.util.List | [[cdk.support/lookup-entry]] | `:components` | | `containerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dockerfileTemplateData` | java.lang.String | [[cdk.support/lookup-entry]] | `:dockerfile-template-data` | | `dockerfileTemplateUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:dockerfile-template-uri` | | `imageOsVersionOverride` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-os-version-override` | | `instanceConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-configuration` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parentImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-image` | | `platformOverride` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-override` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `targetRepository` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-repository` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` | | `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
(build-cfn-container-recipe-target-container-repository-property-builder builder
id
config)
The build-cfn-container-recipe-target-container-repository-property-builder function updates a CfnContainerRecipe$TargetContainerRepositoryProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$TargetContainerRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
service | java.lang.String | cdk.support/lookup-entry | :service |
The build-cfn-container-recipe-target-container-repository-property-builder function updates a CfnContainerRecipe$TargetContainerRepositoryProperty$Builder instance using the provided configuration. The function takes the CfnContainerRecipe$TargetContainerRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` | | `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
(build-cfn-distribution-configuration-ami-distribution-configuration-property-builder
builder
id
config)
The build-cfn-distribution-configuration-ami-distribution-configuration-property-builder function updates a CfnDistributionConfiguration$AmiDistributionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$AmiDistributionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amiTags | java.util.Map | cdk.support/lookup-entry | :ami-tags |
description | java.lang.String | cdk.support/lookup-entry | :description |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
launchPermissionConfiguration | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration$LaunchPermissionConfigurationProperty | cdk.support/lookup-entry | :launch-permission-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
targetAccountIds | java.util.List | cdk.support/lookup-entry | :target-account-ids |
The build-cfn-distribution-configuration-ami-distribution-configuration-property-builder function updates a CfnDistributionConfiguration$AmiDistributionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$AmiDistributionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amiTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:ami-tags` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `launchPermissionConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration$LaunchPermissionConfigurationProperty | [[cdk.support/lookup-entry]] | `:launch-permission-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `targetAccountIds` | java.util.List | [[cdk.support/lookup-entry]] | `:target-account-ids` |
(build-cfn-distribution-configuration-builder builder id config)
The build-cfn-distribution-configuration-builder function updates a CfnDistributionConfiguration$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
distributions | java.util.List | cdk.support/lookup-entry | :distributions |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-distribution-configuration-builder function updates a CfnDistributionConfiguration$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `distributions` | java.util.List | [[cdk.support/lookup-entry]] | `:distributions` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-distribution-configuration-container-distribution-configuration-property-builder
builder
id
config)
The build-cfn-distribution-configuration-container-distribution-configuration-property-builder function updates a CfnDistributionConfiguration$ContainerDistributionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$ContainerDistributionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerTags | java.util.List | cdk.support/lookup-entry | :container-tags |
description | java.lang.String | cdk.support/lookup-entry | :description |
targetRepository | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration$TargetContainerRepositoryProperty | cdk.support/lookup-entry | :target-repository |
The build-cfn-distribution-configuration-container-distribution-configuration-property-builder function updates a CfnDistributionConfiguration$ContainerDistributionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$ContainerDistributionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerTags` | java.util.List | [[cdk.support/lookup-entry]] | `:container-tags` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `targetRepository` | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration$TargetContainerRepositoryProperty | [[cdk.support/lookup-entry]] | `:target-repository` |
(build-cfn-distribution-configuration-distribution-property-builder builder
id
config)
The build-cfn-distribution-configuration-distribution-property-builder function updates a CfnDistributionConfiguration$DistributionProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$DistributionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amiDistributionConfiguration | java.lang.Object | cdk.support/lookup-entry | :ami-distribution-configuration |
containerDistributionConfiguration | java.lang.Object | cdk.support/lookup-entry | :container-distribution-configuration |
fastLaunchConfigurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :fast-launch-configurations |
launchTemplateConfigurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :launch-template-configurations |
licenseConfigurationArns | java.util.List | cdk.support/lookup-entry | :license-configuration-arns |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-cfn-distribution-configuration-distribution-property-builder function updates a CfnDistributionConfiguration$DistributionProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$DistributionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amiDistributionConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:ami-distribution-configuration` | | `containerDistributionConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:container-distribution-configuration` | | `fastLaunchConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fast-launch-configurations` | | `launchTemplateConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-template-configurations` | | `licenseConfigurationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:license-configuration-arns` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-cfn-distribution-configuration-fast-launch-configuration-property-builder
builder
id
config)
The build-cfn-distribution-configuration-fast-launch-configuration-property-builder function updates a CfnDistributionConfiguration$FastLaunchConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$FastLaunchConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accountId | java.lang.String | cdk.support/lookup-entry | :account-id |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
launchTemplate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :launch-template |
maxParallelLaunches | java.lang.Number | cdk.support/lookup-entry | :max-parallel-launches |
snapshotConfiguration | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration$FastLaunchSnapshotConfigurationProperty | cdk.support/lookup-entry | :snapshot-configuration |
The build-cfn-distribution-configuration-fast-launch-configuration-property-builder function updates a CfnDistributionConfiguration$FastLaunchConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$FastLaunchConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `launchTemplate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-template` | | `maxParallelLaunches` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-parallel-launches` | | `snapshotConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration$FastLaunchSnapshotConfigurationProperty | [[cdk.support/lookup-entry]] | `:snapshot-configuration` |
(build-cfn-distribution-configuration-fast-launch-launch-template-specification-property-builder
builder
id
config)
The build-cfn-distribution-configuration-fast-launch-launch-template-specification-property-builder function updates a CfnDistributionConfiguration$FastLaunchLaunchTemplateSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$FastLaunchLaunchTemplateSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateId | java.lang.String | cdk.support/lookup-entry | :launch-template-id |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
launchTemplateVersion | java.lang.String | cdk.support/lookup-entry | :launch-template-version |
The build-cfn-distribution-configuration-fast-launch-launch-template-specification-property-builder function updates a CfnDistributionConfiguration$FastLaunchLaunchTemplateSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$FastLaunchLaunchTemplateSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-id` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `launchTemplateVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-version` |
(build-cfn-distribution-configuration-fast-launch-snapshot-configuration-property-builder
builder
id
config)
The build-cfn-distribution-configuration-fast-launch-snapshot-configuration-property-builder function updates a CfnDistributionConfiguration$FastLaunchSnapshotConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$FastLaunchSnapshotConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
targetResourceCount | java.lang.Number | cdk.support/lookup-entry | :target-resource-count |
The build-cfn-distribution-configuration-fast-launch-snapshot-configuration-property-builder function updates a CfnDistributionConfiguration$FastLaunchSnapshotConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$FastLaunchSnapshotConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `targetResourceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-resource-count` |
(build-cfn-distribution-configuration-launch-permission-configuration-property-builder
builder
id
config)
The build-cfn-distribution-configuration-launch-permission-configuration-property-builder function updates a CfnDistributionConfiguration$LaunchPermissionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$LaunchPermissionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
organizationArns | java.util.List | cdk.support/lookup-entry | :organization-arns |
organizationalUnitArns | java.util.List | cdk.support/lookup-entry | :organizational-unit-arns |
userGroups | java.util.List | cdk.support/lookup-entry | :user-groups |
userIds | java.util.List | cdk.support/lookup-entry | :user-ids |
The build-cfn-distribution-configuration-launch-permission-configuration-property-builder function updates a CfnDistributionConfiguration$LaunchPermissionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$LaunchPermissionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `organizationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:organization-arns` | | `organizationalUnitArns` | java.util.List | [[cdk.support/lookup-entry]] | `:organizational-unit-arns` | | `userGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:user-groups` | | `userIds` | java.util.List | [[cdk.support/lookup-entry]] | `:user-ids` |
(build-cfn-distribution-configuration-launch-template-configuration-property-builder
builder
id
config)
The build-cfn-distribution-configuration-launch-template-configuration-property-builder function updates a CfnDistributionConfiguration$LaunchTemplateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$LaunchTemplateConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accountId | java.lang.String | cdk.support/lookup-entry | :account-id |
launchTemplateId | java.lang.String | cdk.support/lookup-entry | :launch-template-id |
setDefaultVersion | java.lang.Boolean | cdk.support/lookup-entry | :set-default-version |
The build-cfn-distribution-configuration-launch-template-configuration-property-builder function updates a CfnDistributionConfiguration$LaunchTemplateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$LaunchTemplateConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` | | `launchTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-id` | | `setDefaultVersion` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-default-version` |
(build-cfn-distribution-configuration-props-builder builder id config)
The build-cfn-distribution-configuration-props-builder function updates a CfnDistributionConfigurationProps$Builder instance using the provided configuration. The function takes the CfnDistributionConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
distributions | java.util.List | cdk.support/lookup-entry | :distributions |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-distribution-configuration-props-builder function updates a CfnDistributionConfigurationProps$Builder instance using the provided configuration. The function takes the CfnDistributionConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `distributions` | java.util.List | [[cdk.support/lookup-entry]] | `:distributions` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-distribution-configuration-target-container-repository-property-builder
builder
id
config)
The build-cfn-distribution-configuration-target-container-repository-property-builder function updates a CfnDistributionConfiguration$TargetContainerRepositoryProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$TargetContainerRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
service | java.lang.String | cdk.support/lookup-entry | :service |
The build-cfn-distribution-configuration-target-container-repository-property-builder function updates a CfnDistributionConfiguration$TargetContainerRepositoryProperty$Builder instance using the provided configuration. The function takes the CfnDistributionConfiguration$TargetContainerRepositoryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` | | `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
(build-cfn-image-builder builder id config)
The build-cfn-image-builder function updates a CfnImage$Builder instance using the provided configuration. The function takes the CfnImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerRecipeArn | java.lang.String | cdk.support/lookup-entry | :container-recipe-arn |
distributionConfigurationArn | java.lang.String | cdk.support/lookup-entry | :distribution-configuration-arn |
enhancedImageMetadataEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enhanced-image-metadata-enabled |
executionRole | java.lang.String | cdk.support/lookup-entry | :execution-role |
imageRecipeArn | java.lang.String | cdk.support/lookup-entry | :image-recipe-arn |
imageScanningConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :image-scanning-configuration |
imageTestsConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :image-tests-configuration |
infrastructureConfigurationArn | java.lang.String | cdk.support/lookup-entry | :infrastructure-configuration-arn |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
workflows | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :workflows |
The build-cfn-image-builder function updates a CfnImage$Builder instance using the provided configuration. The function takes the CfnImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerRecipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-recipe-arn` | | `distributionConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution-configuration-arn` | | `enhancedImageMetadataEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enhanced-image-metadata-enabled` | | `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` | | `imageRecipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-recipe-arn` | | `imageScanningConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-scanning-configuration` | | `imageTestsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-tests-configuration` | | `infrastructureConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:infrastructure-configuration-arn` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `workflows` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:workflows` |
(build-cfn-image-ecr-configuration-property-builder builder id config)
The build-cfn-image-ecr-configuration-property-builder function updates a CfnImage$EcrConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImage$EcrConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerTags | java.util.List | cdk.support/lookup-entry | :container-tags |
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
The build-cfn-image-ecr-configuration-property-builder function updates a CfnImage$EcrConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImage$EcrConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerTags` | java.util.List | [[cdk.support/lookup-entry]] | `:container-tags` | | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
(build-cfn-image-image-scanning-configuration-property-builder builder
id
config)
The build-cfn-image-image-scanning-configuration-property-builder function updates a CfnImage$ImageScanningConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImage$ImageScanningConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ecrConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImage$EcrConfigurationProperty | cdk.support/lookup-entry | :ecr-configuration |
imageScanningEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :image-scanning-enabled |
The build-cfn-image-image-scanning-configuration-property-builder function updates a CfnImage$ImageScanningConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImage$ImageScanningConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ecrConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImage$EcrConfigurationProperty | [[cdk.support/lookup-entry]] | `:ecr-configuration` | | `imageScanningEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-scanning-enabled` |
(build-cfn-image-image-tests-configuration-property-builder builder id config)
The build-cfn-image-image-tests-configuration-property-builder function updates a CfnImage$ImageTestsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImage$ImageTestsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
imageTestsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :image-tests-enabled |
timeoutMinutes | java.lang.Number | cdk.support/lookup-entry | :timeout-minutes |
The build-cfn-image-image-tests-configuration-property-builder function updates a CfnImage$ImageTestsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImage$ImageTestsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `imageTestsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-tests-enabled` | | `timeoutMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-minutes` |
(build-cfn-image-pipeline-builder builder id config)
The build-cfn-image-pipeline-builder function updates a CfnImagePipeline$Builder instance using the provided configuration. The function takes the CfnImagePipeline$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerRecipeArn | java.lang.String | cdk.support/lookup-entry | :container-recipe-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
distributionConfigurationArn | java.lang.String | cdk.support/lookup-entry | :distribution-configuration-arn |
enhancedImageMetadataEnabled | java.lang.Boolean | cdk.support/lookup-entry | :enhanced-image-metadata-enabled |
executionRole | java.lang.String | cdk.support/lookup-entry | :execution-role |
imageRecipeArn | java.lang.String | cdk.support/lookup-entry | :image-recipe-arn |
imageScanningConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ImageScanningConfigurationProperty | cdk.support/lookup-entry | :image-scanning-configuration |
imageTestsConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ImageTestsConfigurationProperty | cdk.support/lookup-entry | :image-tests-configuration |
infrastructureConfigurationArn | java.lang.String | cdk.support/lookup-entry | :infrastructure-configuration-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
schedule | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ScheduleProperty | cdk.support/lookup-entry | :schedule |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
workflows | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :workflows |
The build-cfn-image-pipeline-builder function updates a CfnImagePipeline$Builder instance using the provided configuration. The function takes the CfnImagePipeline$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerRecipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-recipe-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `distributionConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution-configuration-arn` | | `enhancedImageMetadataEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enhanced-image-metadata-enabled` | | `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` | | `imageRecipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-recipe-arn` | | `imageScanningConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ImageScanningConfigurationProperty | [[cdk.support/lookup-entry]] | `:image-scanning-configuration` | | `imageTestsConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ImageTestsConfigurationProperty | [[cdk.support/lookup-entry]] | `:image-tests-configuration` | | `infrastructureConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:infrastructure-configuration-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `schedule` | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ScheduleProperty | [[cdk.support/lookup-entry]] | `:schedule` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `workflows` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:workflows` |
(build-cfn-image-pipeline-ecr-configuration-property-builder builder id config)
The build-cfn-image-pipeline-ecr-configuration-property-builder function updates a CfnImagePipeline$EcrConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$EcrConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerTags | java.util.List | cdk.support/lookup-entry | :container-tags |
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
The build-cfn-image-pipeline-ecr-configuration-property-builder function updates a CfnImagePipeline$EcrConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$EcrConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerTags` | java.util.List | [[cdk.support/lookup-entry]] | `:container-tags` | | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
(build-cfn-image-pipeline-image-scanning-configuration-property-builder builder
id
config)
The build-cfn-image-pipeline-image-scanning-configuration-property-builder function updates a CfnImagePipeline$ImageScanningConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$ImageScanningConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ecrConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$EcrConfigurationProperty | cdk.support/lookup-entry | :ecr-configuration |
imageScanningEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :image-scanning-enabled |
The build-cfn-image-pipeline-image-scanning-configuration-property-builder function updates a CfnImagePipeline$ImageScanningConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$ImageScanningConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ecrConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$EcrConfigurationProperty | [[cdk.support/lookup-entry]] | `:ecr-configuration` | | `imageScanningEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-scanning-enabled` |
(build-cfn-image-pipeline-image-tests-configuration-property-builder builder
id
config)
The build-cfn-image-pipeline-image-tests-configuration-property-builder function updates a CfnImagePipeline$ImageTestsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$ImageTestsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
imageTestsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :image-tests-enabled |
timeoutMinutes | java.lang.Number | cdk.support/lookup-entry | :timeout-minutes |
The build-cfn-image-pipeline-image-tests-configuration-property-builder function updates a CfnImagePipeline$ImageTestsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$ImageTestsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `imageTestsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-tests-enabled` | | `timeoutMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-minutes` |
(build-cfn-image-pipeline-props-builder builder id config)
The build-cfn-image-pipeline-props-builder function updates a CfnImagePipelineProps$Builder instance using the provided configuration. The function takes the CfnImagePipelineProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerRecipeArn | java.lang.String | cdk.support/lookup-entry | :container-recipe-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
distributionConfigurationArn | java.lang.String | cdk.support/lookup-entry | :distribution-configuration-arn |
enhancedImageMetadataEnabled | java.lang.Boolean | cdk.support/lookup-entry | :enhanced-image-metadata-enabled |
executionRole | java.lang.String | cdk.support/lookup-entry | :execution-role |
imageRecipeArn | java.lang.String | cdk.support/lookup-entry | :image-recipe-arn |
imageScanningConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ImageScanningConfigurationProperty | cdk.support/lookup-entry | :image-scanning-configuration |
imageTestsConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ImageTestsConfigurationProperty | cdk.support/lookup-entry | :image-tests-configuration |
infrastructureConfigurationArn | java.lang.String | cdk.support/lookup-entry | :infrastructure-configuration-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
schedule | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ScheduleProperty | cdk.support/lookup-entry | :schedule |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
workflows | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :workflows |
The build-cfn-image-pipeline-props-builder function updates a CfnImagePipelineProps$Builder instance using the provided configuration. The function takes the CfnImagePipelineProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerRecipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-recipe-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `distributionConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution-configuration-arn` | | `enhancedImageMetadataEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enhanced-image-metadata-enabled` | | `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` | | `imageRecipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-recipe-arn` | | `imageScanningConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ImageScanningConfigurationProperty | [[cdk.support/lookup-entry]] | `:image-scanning-configuration` | | `imageTestsConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ImageTestsConfigurationProperty | [[cdk.support/lookup-entry]] | `:image-tests-configuration` | | `infrastructureConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:infrastructure-configuration-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `schedule` | software.amazon.awscdk.services.imagebuilder.CfnImagePipeline$ScheduleProperty | [[cdk.support/lookup-entry]] | `:schedule` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `workflows` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:workflows` |
(build-cfn-image-pipeline-schedule-property-builder builder id config)
The build-cfn-image-pipeline-schedule-property-builder function updates a CfnImagePipeline$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
pipelineExecutionStartCondition | java.lang.String | cdk.support/lookup-entry | :pipeline-execution-start-condition |
scheduleExpression | java.lang.String | cdk.support/lookup-entry | :schedule-expression |
The build-cfn-image-pipeline-schedule-property-builder function updates a CfnImagePipeline$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `pipelineExecutionStartCondition` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-execution-start-condition` | | `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
(build-cfn-image-pipeline-workflow-configuration-property-builder builder
id
config)
The build-cfn-image-pipeline-workflow-configuration-property-builder function updates a CfnImagePipeline$WorkflowConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$WorkflowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
onFailure | java.lang.String | cdk.support/lookup-entry | :on-failure |
parallelGroup | java.lang.String | cdk.support/lookup-entry | :parallel-group |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
workflowArn | java.lang.String | cdk.support/lookup-entry | :workflow-arn |
The build-cfn-image-pipeline-workflow-configuration-property-builder function updates a CfnImagePipeline$WorkflowConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$WorkflowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `onFailure` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-failure` | | `parallelGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:parallel-group` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `workflowArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:workflow-arn` |
(build-cfn-image-pipeline-workflow-parameter-property-builder builder id config)
The build-cfn-image-pipeline-workflow-parameter-property-builder function updates a CfnImagePipeline$WorkflowParameterProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$WorkflowParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.util.List | cdk.support/lookup-entry | :value |
The build-cfn-image-pipeline-workflow-parameter-property-builder function updates a CfnImagePipeline$WorkflowParameterProperty$Builder instance using the provided configuration. The function takes the CfnImagePipeline$WorkflowParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `value` | java.util.List | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-image-props-builder builder id config)
The build-cfn-image-props-builder function updates a CfnImageProps$Builder instance using the provided configuration. The function takes the CfnImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerRecipeArn | java.lang.String | cdk.support/lookup-entry | :container-recipe-arn |
distributionConfigurationArn | java.lang.String | cdk.support/lookup-entry | :distribution-configuration-arn |
enhancedImageMetadataEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enhanced-image-metadata-enabled |
executionRole | java.lang.String | cdk.support/lookup-entry | :execution-role |
imageRecipeArn | java.lang.String | cdk.support/lookup-entry | :image-recipe-arn |
imageScanningConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :image-scanning-configuration |
imageTestsConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImage$ImageTestsConfigurationProperty | cdk.support/lookup-entry | :image-tests-configuration |
infrastructureConfigurationArn | java.lang.String | cdk.support/lookup-entry | :infrastructure-configuration-arn |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
workflows | java.util.List | cdk.support/lookup-entry | :workflows |
The build-cfn-image-props-builder function updates a CfnImageProps$Builder instance using the provided configuration. The function takes the CfnImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `containerRecipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-recipe-arn` | | `distributionConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution-configuration-arn` | | `enhancedImageMetadataEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enhanced-image-metadata-enabled` | | `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` | | `imageRecipeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-recipe-arn` | | `imageScanningConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-scanning-configuration` | | `imageTestsConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImage$ImageTestsConfigurationProperty | [[cdk.support/lookup-entry]] | `:image-tests-configuration` | | `infrastructureConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:infrastructure-configuration-arn` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `workflows` | java.util.List | [[cdk.support/lookup-entry]] | `:workflows` |
(build-cfn-image-recipe-additional-instance-configuration-property-builder
builder
id
config)
The build-cfn-image-recipe-additional-instance-configuration-property-builder function updates a CfnImageRecipe$AdditionalInstanceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$AdditionalInstanceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
systemsManagerAgent | software.amazon.awscdk.services.imagebuilder.CfnImageRecipe$SystemsManagerAgentProperty | cdk.support/lookup-entry | :systems-manager-agent |
userDataOverride | java.lang.String | cdk.support/lookup-entry | :user-data-override |
The build-cfn-image-recipe-additional-instance-configuration-property-builder function updates a CfnImageRecipe$AdditionalInstanceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$AdditionalInstanceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `systemsManagerAgent` | software.amazon.awscdk.services.imagebuilder.CfnImageRecipe$SystemsManagerAgentProperty | [[cdk.support/lookup-entry]] | `:systems-manager-agent` | | `userDataOverride` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data-override` |
(build-cfn-image-recipe-builder builder id config)
The build-cfn-image-recipe-builder function updates a CfnImageRecipe$Builder instance using the provided configuration. The function takes the CfnImageRecipe$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalInstanceConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImageRecipe$AdditionalInstanceConfigurationProperty | cdk.support/lookup-entry | :additional-instance-configuration |
blockDeviceMappings | java.util.List | cdk.support/lookup-entry | :block-device-mappings |
components | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :components |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
parentImage | java.lang.String | cdk.support/lookup-entry | :parent-image |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
version | java.lang.String | cdk.support/lookup-entry | :version |
workingDirectory | java.lang.String | cdk.support/lookup-entry | :working-directory |
The build-cfn-image-recipe-builder function updates a CfnImageRecipe$Builder instance using the provided configuration. The function takes the CfnImageRecipe$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalInstanceConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImageRecipe$AdditionalInstanceConfigurationProperty | [[cdk.support/lookup-entry]] | `:additional-instance-configuration` | | `blockDeviceMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `components` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:components` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parentImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-image` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` | | `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
(build-cfn-image-recipe-component-configuration-property-builder builder
id
config)
The build-cfn-image-recipe-component-configuration-property-builder function updates a CfnImageRecipe$ComponentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$ComponentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
componentArn | java.lang.String | cdk.support/lookup-entry | :component-arn |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
The build-cfn-image-recipe-component-configuration-property-builder function updates a CfnImageRecipe$ComponentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$ComponentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `componentArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-arn` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` |
(build-cfn-image-recipe-component-parameter-property-builder builder id config)
The build-cfn-image-recipe-component-parameter-property-builder function updates a CfnImageRecipe$ComponentParameterProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$ComponentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.util.List | cdk.support/lookup-entry | :value |
The build-cfn-image-recipe-component-parameter-property-builder function updates a CfnImageRecipe$ComponentParameterProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$ComponentParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `value` | java.util.List | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-image-recipe-ebs-instance-block-device-specification-property-builder
builder
id
config)
The build-cfn-image-recipe-ebs-instance-block-device-specification-property-builder function updates a CfnImageRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :delete-on-termination |
encrypted | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
throughput | java.lang.Number | cdk.support/lookup-entry | :throughput |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-image-recipe-ebs-instance-block-device-specification-property-builder function updates a CfnImageRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `encrypted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-image-recipe-instance-block-device-mapping-property-builder builder
id
config)
The build-cfn-image-recipe-instance-block-device-mapping-property-builder function updates a CfnImageRecipe$InstanceBlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$InstanceBlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deviceName | java.lang.String | cdk.support/lookup-entry | :device-name |
ebs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ebs |
noDevice | java.lang.String | cdk.support/lookup-entry | :no-device |
virtualName | java.lang.String | cdk.support/lookup-entry | :virtual-name |
The build-cfn-image-recipe-instance-block-device-mapping-property-builder function updates a CfnImageRecipe$InstanceBlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$InstanceBlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` | | `ebs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs` | | `noDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:no-device` | | `virtualName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-name` |
(build-cfn-image-recipe-props-builder builder id config)
The build-cfn-image-recipe-props-builder function updates a CfnImageRecipeProps$Builder instance using the provided configuration. The function takes the CfnImageRecipeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalInstanceConfiguration | software.amazon.awscdk.services.imagebuilder.CfnImageRecipe$AdditionalInstanceConfigurationProperty | cdk.support/lookup-entry | :additional-instance-configuration |
blockDeviceMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :block-device-mappings |
components | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :components |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
parentImage | java.lang.String | cdk.support/lookup-entry | :parent-image |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
version | java.lang.String | cdk.support/lookup-entry | :version |
workingDirectory | java.lang.String | cdk.support/lookup-entry | :working-directory |
The build-cfn-image-recipe-props-builder function updates a CfnImageRecipeProps$Builder instance using the provided configuration. The function takes the CfnImageRecipeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalInstanceConfiguration` | software.amazon.awscdk.services.imagebuilder.CfnImageRecipe$AdditionalInstanceConfigurationProperty | [[cdk.support/lookup-entry]] | `:additional-instance-configuration` | | `blockDeviceMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `components` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:components` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parentImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-image` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` | | `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
(build-cfn-image-recipe-systems-manager-agent-property-builder builder
id
config)
The build-cfn-image-recipe-systems-manager-agent-property-builder function updates a CfnImageRecipe$SystemsManagerAgentProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$SystemsManagerAgentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
uninstallAfterBuild | java.lang.Boolean | cdk.support/lookup-entry | :uninstall-after-build |
The build-cfn-image-recipe-systems-manager-agent-property-builder function updates a CfnImageRecipe$SystemsManagerAgentProperty$Builder instance using the provided configuration. The function takes the CfnImageRecipe$SystemsManagerAgentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `uninstallAfterBuild` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:uninstall-after-build` |
(build-cfn-image-workflow-configuration-property-builder builder id config)
The build-cfn-image-workflow-configuration-property-builder function updates a CfnImage$WorkflowConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImage$WorkflowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
onFailure | java.lang.String | cdk.support/lookup-entry | :on-failure |
parallelGroup | java.lang.String | cdk.support/lookup-entry | :parallel-group |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
workflowArn | java.lang.String | cdk.support/lookup-entry | :workflow-arn |
The build-cfn-image-workflow-configuration-property-builder function updates a CfnImage$WorkflowConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnImage$WorkflowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `onFailure` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-failure` | | `parallelGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:parallel-group` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `workflowArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:workflow-arn` |
(build-cfn-image-workflow-parameter-property-builder builder id config)
The build-cfn-image-workflow-parameter-property-builder function updates a CfnImage$WorkflowParameterProperty$Builder instance using the provided configuration. The function takes the CfnImage$WorkflowParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.util.List | cdk.support/lookup-entry | :value |
The build-cfn-image-workflow-parameter-property-builder function updates a CfnImage$WorkflowParameterProperty$Builder instance using the provided configuration. The function takes the CfnImage$WorkflowParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `value` | java.util.List | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-infrastructure-configuration-builder builder id config)
The build-cfn-infrastructure-configuration-builder function updates a CfnInfrastructureConfiguration$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
instanceMetadataOptions | software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration$InstanceMetadataOptionsProperty | cdk.support/lookup-entry | :instance-metadata-options |
instanceProfileName | java.lang.String | cdk.support/lookup-entry | :instance-profile-name |
instanceTypes | java.util.List | cdk.support/lookup-entry | :instance-types |
keyPair | java.lang.String | cdk.support/lookup-entry | :key-pair |
logging | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :logging |
name | java.lang.String | cdk.support/lookup-entry | :name |
resourceTags | java.util.Map | cdk.support/lookup-entry | :resource-tags |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
terminateInstanceOnFailure | java.lang.Boolean | cdk.support/lookup-entry | :terminate-instance-on-failure |
The build-cfn-infrastructure-configuration-builder function updates a CfnInfrastructureConfiguration$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `instanceMetadataOptions` | software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration$InstanceMetadataOptionsProperty | [[cdk.support/lookup-entry]] | `:instance-metadata-options` | | `instanceProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-name` | | `instanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-types` | | `keyPair` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair` | | `logging` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `resourceTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:resource-tags` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `terminateInstanceOnFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:terminate-instance-on-failure` |
(build-cfn-infrastructure-configuration-instance-metadata-options-property-builder
builder
id
config)
The build-cfn-infrastructure-configuration-instance-metadata-options-property-builder function updates a CfnInfrastructureConfiguration$InstanceMetadataOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfiguration$InstanceMetadataOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
httpPutResponseHopLimit | java.lang.Number | cdk.support/lookup-entry | :http-put-response-hop-limit |
httpTokens | java.lang.String | cdk.support/lookup-entry | :http-tokens |
The build-cfn-infrastructure-configuration-instance-metadata-options-property-builder function updates a CfnInfrastructureConfiguration$InstanceMetadataOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfiguration$InstanceMetadataOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `httpPutResponseHopLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-put-response-hop-limit` | | `httpTokens` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-tokens` |
(build-cfn-infrastructure-configuration-logging-property-builder builder
id
config)
The build-cfn-infrastructure-configuration-logging-property-builder function updates a CfnInfrastructureConfiguration$LoggingProperty$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfiguration$LoggingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Logs | software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration$S3LogsProperty | cdk.support/lookup-entry | :s3-logs |
The build-cfn-infrastructure-configuration-logging-property-builder function updates a CfnInfrastructureConfiguration$LoggingProperty$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfiguration$LoggingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3Logs` | software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration$S3LogsProperty | [[cdk.support/lookup-entry]] | `:s3-logs` |
(build-cfn-infrastructure-configuration-props-builder builder id config)
The build-cfn-infrastructure-configuration-props-builder function updates a CfnInfrastructureConfigurationProps$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
instanceMetadataOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :instance-metadata-options |
instanceProfileName | java.lang.String | cdk.support/lookup-entry | :instance-profile-name |
instanceTypes | java.util.List | cdk.support/lookup-entry | :instance-types |
keyPair | java.lang.String | cdk.support/lookup-entry | :key-pair |
logging | software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration$LoggingProperty | cdk.support/lookup-entry | :logging |
name | java.lang.String | cdk.support/lookup-entry | :name |
resourceTags | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :resource-tags |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
snsTopicArn | java.lang.String | cdk.support/lookup-entry | :sns-topic-arn |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
terminateInstanceOnFailure | java.lang.Boolean | cdk.support/lookup-entry | :terminate-instance-on-failure |
The build-cfn-infrastructure-configuration-props-builder function updates a CfnInfrastructureConfigurationProps$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `instanceMetadataOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-metadata-options` | | `instanceProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-profile-name` | | `instanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-types` | | `keyPair` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair` | | `logging` | software.amazon.awscdk.services.imagebuilder.CfnInfrastructureConfiguration$LoggingProperty | [[cdk.support/lookup-entry]] | `:logging` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `resourceTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-tags` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `terminateInstanceOnFailure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:terminate-instance-on-failure` |
(build-cfn-infrastructure-configuration-s3-logs-property-builder builder
id
config)
The build-cfn-infrastructure-configuration-s3-logs-property-builder function updates a CfnInfrastructureConfiguration$S3LogsProperty$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfiguration$S3LogsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3BucketName | java.lang.String | cdk.support/lookup-entry | :s3-bucket-name |
s3KeyPrefix | java.lang.String | cdk.support/lookup-entry | :s3-key-prefix |
The build-cfn-infrastructure-configuration-s3-logs-property-builder function updates a CfnInfrastructureConfiguration$S3LogsProperty$Builder instance using the provided configuration. The function takes the CfnInfrastructureConfiguration$S3LogsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` | | `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` |
(build-cfn-lifecycle-policy-action-property-builder builder id config)
The build-cfn-lifecycle-policy-action-property-builder function updates a CfnLifecyclePolicy$ActionProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
includeResources | software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy$IncludeResourcesProperty | cdk.support/lookup-entry | :include-resources |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-lifecycle-policy-action-property-builder function updates a CfnLifecyclePolicy$ActionProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `includeResources` | software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy$IncludeResourcesProperty | [[cdk.support/lookup-entry]] | `:include-resources` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-lifecycle-policy-ami-exclusion-rules-property-builder builder
id
config)
The build-cfn-lifecycle-policy-ami-exclusion-rules-property-builder function updates a CfnLifecyclePolicy$AmiExclusionRulesProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$AmiExclusionRulesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
isPublic | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-public |
lastLaunched | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :last-launched |
regions | java.util.List | cdk.support/lookup-entry | :regions |
sharedAccounts | java.util.List | cdk.support/lookup-entry | :shared-accounts |
tagMap | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tag-map |
The build-cfn-lifecycle-policy-ami-exclusion-rules-property-builder function updates a CfnLifecyclePolicy$AmiExclusionRulesProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$AmiExclusionRulesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `isPublic` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-public` | | `lastLaunched` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:last-launched` | | `regions` | java.util.List | [[cdk.support/lookup-entry]] | `:regions` | | `sharedAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:shared-accounts` | | `tagMap` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tag-map` |
(build-cfn-lifecycle-policy-builder builder id config)
The build-cfn-lifecycle-policy-builder function updates a CfnLifecyclePolicy$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
executionRole | java.lang.String | cdk.support/lookup-entry | :execution-role |
name | java.lang.String | cdk.support/lookup-entry | :name |
policyDetails | java.util.List | cdk.support/lookup-entry | :policy-details |
resourceSelection | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :resource-selection |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-lifecycle-policy-builder function updates a CfnLifecyclePolicy$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policyDetails` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-details` | | `resourceSelection` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-selection` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-lifecycle-policy-exclusion-rules-property-builder builder id config)
The build-cfn-lifecycle-policy-exclusion-rules-property-builder function updates a CfnLifecyclePolicy$ExclusionRulesProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ExclusionRulesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amis | software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy$AmiExclusionRulesProperty | cdk.support/lookup-entry | :amis |
tagMap | java.util.Map | cdk.support/lookup-entry | :tag-map |
The build-cfn-lifecycle-policy-exclusion-rules-property-builder function updates a CfnLifecyclePolicy$ExclusionRulesProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ExclusionRulesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amis` | software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy$AmiExclusionRulesProperty | [[cdk.support/lookup-entry]] | `:amis` | | `tagMap` | java.util.Map | [[cdk.support/lookup-entry]] | `:tag-map` |
(build-cfn-lifecycle-policy-filter-property-builder builder id config)
The build-cfn-lifecycle-policy-filter-property-builder function updates a CfnLifecyclePolicy$FilterProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
retainAtLeast | java.lang.Number | cdk.support/lookup-entry | :retain-at-least |
type | java.lang.String | cdk.support/lookup-entry | :type |
unit | java.lang.String | cdk.support/lookup-entry | :unit |
value | java.lang.Number | cdk.support/lookup-entry | :value |
The build-cfn-lifecycle-policy-filter-property-builder function updates a CfnLifecyclePolicy$FilterProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `retainAtLeast` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retain-at-least` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` | | `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-lifecycle-policy-include-resources-property-builder builder
id
config)
The build-cfn-lifecycle-policy-include-resources-property-builder function updates a CfnLifecyclePolicy$IncludeResourcesProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$IncludeResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amis | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :amis |
containers | java.lang.Boolean | cdk.support/lookup-entry | :containers |
snapshots | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :snapshots |
The build-cfn-lifecycle-policy-include-resources-property-builder function updates a CfnLifecyclePolicy$IncludeResourcesProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$IncludeResourcesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amis` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:amis` | | `containers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:containers` | | `snapshots` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:snapshots` |
(build-cfn-lifecycle-policy-last-launched-property-builder builder id config)
The build-cfn-lifecycle-policy-last-launched-property-builder function updates a CfnLifecyclePolicy$LastLaunchedProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$LastLaunchedProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
unit | java.lang.String | cdk.support/lookup-entry | :unit |
value | java.lang.Number | cdk.support/lookup-entry | :value |
The build-cfn-lifecycle-policy-last-launched-property-builder function updates a CfnLifecyclePolicy$LastLaunchedProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$LastLaunchedProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` | | `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-lifecycle-policy-policy-detail-property-builder builder id config)
The build-cfn-lifecycle-policy-policy-detail-property-builder function updates a CfnLifecyclePolicy$PolicyDetailProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$PolicyDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
action | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :action |
exclusionRules | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :exclusion-rules |
filter | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :filter |
The build-cfn-lifecycle-policy-policy-detail-property-builder function updates a CfnLifecyclePolicy$PolicyDetailProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$PolicyDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `action` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:action` | | `exclusionRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclusion-rules` | | `filter` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter` |
(build-cfn-lifecycle-policy-props-builder builder id config)
The build-cfn-lifecycle-policy-props-builder function updates a CfnLifecyclePolicyProps$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
executionRole | java.lang.String | cdk.support/lookup-entry | :execution-role |
name | java.lang.String | cdk.support/lookup-entry | :name |
policyDetails | java.util.List | cdk.support/lookup-entry | :policy-details |
resourceSelection | software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy$ResourceSelectionProperty | cdk.support/lookup-entry | :resource-selection |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
The build-cfn-lifecycle-policy-props-builder function updates a CfnLifecyclePolicyProps$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `executionRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policyDetails` | java.util.List | [[cdk.support/lookup-entry]] | `:policy-details` | | `resourceSelection` | software.amazon.awscdk.services.imagebuilder.CfnLifecyclePolicy$ResourceSelectionProperty | [[cdk.support/lookup-entry]] | `:resource-selection` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-lifecycle-policy-recipe-selection-property-builder builder id config)
The build-cfn-lifecycle-policy-recipe-selection-property-builder function updates a CfnLifecyclePolicy$RecipeSelectionProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$RecipeSelectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
semanticVersion | java.lang.String | cdk.support/lookup-entry | :semantic-version |
The build-cfn-lifecycle-policy-recipe-selection-property-builder function updates a CfnLifecyclePolicy$RecipeSelectionProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$RecipeSelectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `semanticVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:semantic-version` |
(build-cfn-lifecycle-policy-resource-selection-property-builder builder
id
config)
The build-cfn-lifecycle-policy-resource-selection-property-builder function updates a CfnLifecyclePolicy$ResourceSelectionProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ResourceSelectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
recipes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :recipes |
tagMap | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tag-map |
The build-cfn-lifecycle-policy-resource-selection-property-builder function updates a CfnLifecyclePolicy$ResourceSelectionProperty$Builder instance using the provided configuration. The function takes the CfnLifecyclePolicy$ResourceSelectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `recipes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recipes` | | `tagMap` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tag-map` |
(build-cfn-workflow-builder builder id config)
The build-cfn-workflow-builder function updates a CfnWorkflow$Builder instance using the provided configuration. The function takes the CfnWorkflow$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
changeDescription | java.lang.String | cdk.support/lookup-entry | :change-description |
data | java.lang.String | cdk.support/lookup-entry | :data |
description | java.lang.String | cdk.support/lookup-entry | :description |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
uri | java.lang.String | cdk.support/lookup-entry | :uri |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-workflow-builder function updates a CfnWorkflow$Builder instance using the provided configuration. The function takes the CfnWorkflow$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `changeDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-description` | | `data` | java.lang.String | [[cdk.support/lookup-entry]] | `:data` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-workflow-props-builder builder id config)
The build-cfn-workflow-props-builder function updates a CfnWorkflowProps$Builder instance using the provided configuration. The function takes the CfnWorkflowProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
changeDescription | java.lang.String | cdk.support/lookup-entry | :change-description |
data | java.lang.String | cdk.support/lookup-entry | :data |
description | java.lang.String | cdk.support/lookup-entry | :description |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
uri | java.lang.String | cdk.support/lookup-entry | :uri |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-workflow-props-builder function updates a CfnWorkflowProps$Builder instance using the provided configuration. The function takes the CfnWorkflowProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `changeDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:change-description` | | `data` | java.lang.String | [[cdk.support/lookup-entry]] | `:data` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(cfn-component-builder scope id config)
Creates a CfnComponent$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnComponent$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-component-props-builder id config)
Creates a CfnComponentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnComponentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-recipe-builder scope id config)
Creates a CfnContainerRecipe$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnContainerRecipe$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-recipe-component-configuration-property-builder id config)
Creates a CfnContainerRecipe$ComponentConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnContainerRecipe$ComponentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-recipe-component-parameter-property-builder id config)
Creates a CfnContainerRecipe$ComponentParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnContainerRecipe$ComponentParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-recipe-ebs-instance-block-device-specification-property-builder
id
config)
Creates a CfnContainerRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnContainerRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-recipe-instance-block-device-mapping-property-builder id config)
Creates a CfnContainerRecipe$InstanceBlockDeviceMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnContainerRecipe$InstanceBlockDeviceMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-recipe-instance-configuration-property-builder id config)
Creates a CfnContainerRecipe$InstanceConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnContainerRecipe$InstanceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-recipe-props-builder id config)
Creates a CfnContainerRecipeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnContainerRecipeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-container-recipe-target-container-repository-property-builder id config)
Creates a CfnContainerRecipe$TargetContainerRepositoryProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnContainerRecipe$TargetContainerRepositoryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-ami-distribution-configuration-property-builder
id
config)
Creates a CfnDistributionConfiguration$AmiDistributionConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$AmiDistributionConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-builder scope id config)
Creates a CfnDistributionConfiguration$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDistributionConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-container-distribution-configuration-property-builder
id
config)
Creates a CfnDistributionConfiguration$ContainerDistributionConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$ContainerDistributionConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-distribution-property-builder id config)
Creates a CfnDistributionConfiguration$DistributionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$DistributionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-fast-launch-configuration-property-builder
id
config)
Creates a CfnDistributionConfiguration$FastLaunchConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$FastLaunchConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-fast-launch-launch-template-specification-property-builder
id
config)
Creates a CfnDistributionConfiguration$FastLaunchLaunchTemplateSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$FastLaunchLaunchTemplateSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-fast-launch-snapshot-configuration-property-builder
id
config)
Creates a CfnDistributionConfiguration$FastLaunchSnapshotConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$FastLaunchSnapshotConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-launch-permission-configuration-property-builder
id
config)
Creates a CfnDistributionConfiguration$LaunchPermissionConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$LaunchPermissionConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-launch-template-configuration-property-builder
id
config)
Creates a CfnDistributionConfiguration$LaunchTemplateConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$LaunchTemplateConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-props-builder id config)
Creates a CfnDistributionConfigurationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-distribution-configuration-target-container-repository-property-builder
id
config)
Creates a CfnDistributionConfiguration$TargetContainerRepositoryProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDistributionConfiguration$TargetContainerRepositoryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-builder scope id config)
Creates a CfnImage$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnImage$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-ecr-configuration-property-builder id config)
Creates a CfnImage$EcrConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImage$EcrConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-image-scanning-configuration-property-builder id config)
Creates a CfnImage$ImageScanningConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImage$ImageScanningConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-image-tests-configuration-property-builder id config)
Creates a CfnImage$ImageTestsConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImage$ImageTestsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-pipeline-builder scope id config)
Creates a CfnImagePipeline$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnImagePipeline$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-pipeline-ecr-configuration-property-builder id config)
Creates a CfnImagePipeline$EcrConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImagePipeline$EcrConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-pipeline-image-scanning-configuration-property-builder id config)
Creates a CfnImagePipeline$ImageScanningConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImagePipeline$ImageScanningConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-pipeline-image-tests-configuration-property-builder id config)
Creates a CfnImagePipeline$ImageTestsConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImagePipeline$ImageTestsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-pipeline-props-builder id config)
Creates a CfnImagePipelineProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImagePipelineProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-pipeline-schedule-property-builder id config)
Creates a CfnImagePipeline$ScheduleProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImagePipeline$ScheduleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-pipeline-workflow-configuration-property-builder id config)
Creates a CfnImagePipeline$WorkflowConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImagePipeline$WorkflowConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-pipeline-workflow-parameter-property-builder id config)
Creates a CfnImagePipeline$WorkflowParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImagePipeline$WorkflowParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-props-builder id config)
Creates a CfnImageProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-recipe-additional-instance-configuration-property-builder id config)
Creates a CfnImageRecipe$AdditionalInstanceConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImageRecipe$AdditionalInstanceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-recipe-builder scope id config)
Creates a CfnImageRecipe$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnImageRecipe$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-recipe-component-configuration-property-builder id config)
Creates a CfnImageRecipe$ComponentConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImageRecipe$ComponentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-recipe-component-parameter-property-builder id config)
Creates a CfnImageRecipe$ComponentParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImageRecipe$ComponentParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-recipe-ebs-instance-block-device-specification-property-builder
id
config)
Creates a CfnImageRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImageRecipe$EbsInstanceBlockDeviceSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-recipe-instance-block-device-mapping-property-builder id config)
Creates a CfnImageRecipe$InstanceBlockDeviceMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImageRecipe$InstanceBlockDeviceMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-recipe-props-builder id config)
Creates a CfnImageRecipeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImageRecipeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-recipe-systems-manager-agent-property-builder id config)
Creates a CfnImageRecipe$SystemsManagerAgentProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImageRecipe$SystemsManagerAgentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-workflow-configuration-property-builder id config)
Creates a CfnImage$WorkflowConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImage$WorkflowConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-image-workflow-parameter-property-builder id config)
Creates a CfnImage$WorkflowParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnImage$WorkflowParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-infrastructure-configuration-builder scope id config)
Creates a CfnInfrastructureConfiguration$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnInfrastructureConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-infrastructure-configuration-instance-metadata-options-property-builder
id
config)
Creates a CfnInfrastructureConfiguration$InstanceMetadataOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInfrastructureConfiguration$InstanceMetadataOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-infrastructure-configuration-logging-property-builder id config)
Creates a CfnInfrastructureConfiguration$LoggingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInfrastructureConfiguration$LoggingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-infrastructure-configuration-props-builder id config)
Creates a CfnInfrastructureConfigurationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInfrastructureConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-infrastructure-configuration-s3-logs-property-builder id config)
Creates a CfnInfrastructureConfiguration$S3LogsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInfrastructureConfiguration$S3LogsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-action-property-builder id config)
Creates a CfnLifecyclePolicy$ActionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicy$ActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-ami-exclusion-rules-property-builder id config)
Creates a CfnLifecyclePolicy$AmiExclusionRulesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicy$AmiExclusionRulesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-builder scope id config)
Creates a CfnLifecyclePolicy$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnLifecyclePolicy$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-exclusion-rules-property-builder id config)
Creates a CfnLifecyclePolicy$ExclusionRulesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicy$ExclusionRulesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-filter-property-builder id config)
Creates a CfnLifecyclePolicy$FilterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLifecyclePolicy$FilterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-include-resources-property-builder id config)
Creates a CfnLifecyclePolicy$IncludeResourcesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicy$IncludeResourcesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-last-launched-property-builder id config)
Creates a CfnLifecyclePolicy$LastLaunchedProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicy$LastLaunchedProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-policy-detail-property-builder id config)
Creates a CfnLifecyclePolicy$PolicyDetailProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicy$PolicyDetailProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-props-builder id config)
Creates a CfnLifecyclePolicyProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicyProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-recipe-selection-property-builder id config)
Creates a CfnLifecyclePolicy$RecipeSelectionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicy$RecipeSelectionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-lifecycle-policy-resource-selection-property-builder id config)
Creates a CfnLifecyclePolicy$ResourceSelectionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLifecyclePolicy$ResourceSelectionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-workflow-builder scope id config)
Creates a CfnWorkflow$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnWorkflow$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-workflow-props-builder id config)
Creates a CfnWorkflowProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnWorkflowProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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