Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.opsworks package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.opsworks package.
(build-cfn-app-builder builder id config)
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appSource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :app-source |
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
dataSources | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :data-sources |
description | java.lang.String | cdk.support/lookup-entry | :description |
domains | java.util.List | cdk.support/lookup-entry | :domains |
enableSsl | java.lang.Boolean | cdk.support/lookup-entry | :enable-ssl |
environment | java.util.List | cdk.support/lookup-entry | :environment |
name | java.lang.String | cdk.support/lookup-entry | :name |
shortname | java.lang.String | cdk.support/lookup-entry | :shortname |
sslConfiguration | software.amazon.awscdk.services.opsworks.CfnApp$SslConfigurationProperty | cdk.support/lookup-entry | :ssl-configuration |
stackId | java.lang.String | cdk.support/lookup-entry | :stack-id |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration. The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:app-source` | | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `dataSources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-sources` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domains` | java.util.List | [[cdk.support/lookup-entry]] | `:domains` | | `enableSsl` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ssl` | | `environment` | java.util.List | [[cdk.support/lookup-entry]] | `:environment` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `shortname` | java.lang.String | [[cdk.support/lookup-entry]] | `:shortname` | | `sslConfiguration` | software.amazon.awscdk.services.opsworks.CfnApp$SslConfigurationProperty | [[cdk.support/lookup-entry]] | `:ssl-configuration` | | `stackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-id` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-app-data-source-property-builder builder id config)
The build-cfn-app-data-source-property-builder function updates a CfnApp$DataSourceProperty$Builder instance using the provided configuration. The function takes the CfnApp$DataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-app-data-source-property-builder function updates a CfnApp$DataSourceProperty$Builder instance using the provided configuration. The function takes the CfnApp$DataSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-app-environment-variable-property-builder builder id config)
The build-cfn-app-environment-variable-property-builder function updates a CfnApp$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnApp$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
secure | java.lang.Boolean | cdk.support/lookup-entry | :secure |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-app-environment-variable-property-builder function updates a CfnApp$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnApp$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `secure` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:secure` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-app-props-builder builder id config)
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appSource | software.amazon.awscdk.services.opsworks.CfnApp$SourceProperty | cdk.support/lookup-entry | :app-source |
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
dataSources | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :data-sources |
description | java.lang.String | cdk.support/lookup-entry | :description |
domains | java.util.List | cdk.support/lookup-entry | :domains |
enableSsl | java.lang.Boolean | cdk.support/lookup-entry | :enable-ssl |
environment | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :environment |
name | java.lang.String | cdk.support/lookup-entry | :name |
shortname | java.lang.String | cdk.support/lookup-entry | :shortname |
sslConfiguration | software.amazon.awscdk.services.opsworks.CfnApp$SslConfigurationProperty | cdk.support/lookup-entry | :ssl-configuration |
stackId | java.lang.String | cdk.support/lookup-entry | :stack-id |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration. The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appSource` | software.amazon.awscdk.services.opsworks.CfnApp$SourceProperty | [[cdk.support/lookup-entry]] | `:app-source` | | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `dataSources` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-sources` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domains` | java.util.List | [[cdk.support/lookup-entry]] | `:domains` | | `enableSsl` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ssl` | | `environment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `shortname` | java.lang.String | [[cdk.support/lookup-entry]] | `:shortname` | | `sslConfiguration` | software.amazon.awscdk.services.opsworks.CfnApp$SslConfigurationProperty | [[cdk.support/lookup-entry]] | `:ssl-configuration` | | `stackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-id` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-app-source-property-builder builder id config)
The build-cfn-app-source-property-builder function updates a CfnApp$SourceProperty$Builder instance using the provided configuration. The function takes the CfnApp$SourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
password | java.lang.String | cdk.support/lookup-entry | :password |
revision | java.lang.String | cdk.support/lookup-entry | :revision |
sshKey | java.lang.String | cdk.support/lookup-entry | :ssh-key |
type | java.lang.String | cdk.support/lookup-entry | :type |
url | java.lang.String | cdk.support/lookup-entry | :url |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-app-source-property-builder function updates a CfnApp$SourceProperty$Builder instance using the provided configuration. The function takes the CfnApp$SourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `revision` | java.lang.String | [[cdk.support/lookup-entry]] | `:revision` | | `sshKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssh-key` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-app-ssl-configuration-property-builder builder id config)
The build-cfn-app-ssl-configuration-property-builder function updates a CfnApp$SslConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApp$SslConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificate | java.lang.String | cdk.support/lookup-entry | :certificate |
chain | java.lang.String | cdk.support/lookup-entry | :chain |
privateKey | java.lang.String | cdk.support/lookup-entry | :private-key |
The build-cfn-app-ssl-configuration-property-builder function updates a CfnApp$SslConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApp$SslConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificate` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate` | | `chain` | java.lang.String | [[cdk.support/lookup-entry]] | `:chain` | | `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` |
(build-cfn-elastic-load-balancer-attachment-builder builder id config)
The build-cfn-elastic-load-balancer-attachment-builder function updates a CfnElasticLoadBalancerAttachment$Builder instance using the provided configuration. The function takes the CfnElasticLoadBalancerAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
elasticLoadBalancerName | java.lang.String | cdk.support/lookup-entry | :elastic-load-balancer-name |
layerId | java.lang.String | cdk.support/lookup-entry | :layer-id |
The build-cfn-elastic-load-balancer-attachment-builder function updates a CfnElasticLoadBalancerAttachment$Builder instance using the provided configuration. The function takes the CfnElasticLoadBalancerAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `elasticLoadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:elastic-load-balancer-name` | | `layerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-id` |
(build-cfn-elastic-load-balancer-attachment-props-builder builder id config)
The build-cfn-elastic-load-balancer-attachment-props-builder function updates a CfnElasticLoadBalancerAttachmentProps$Builder instance using the provided configuration. The function takes the CfnElasticLoadBalancerAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
elasticLoadBalancerName | java.lang.String | cdk.support/lookup-entry | :elastic-load-balancer-name |
layerId | java.lang.String | cdk.support/lookup-entry | :layer-id |
The build-cfn-elastic-load-balancer-attachment-props-builder function updates a CfnElasticLoadBalancerAttachmentProps$Builder instance using the provided configuration. The function takes the CfnElasticLoadBalancerAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `elasticLoadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:elastic-load-balancer-name` | | `layerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-id` |
(build-cfn-instance-block-device-mapping-property-builder builder id config)
The build-cfn-instance-block-device-mapping-property-builder function updates a CfnInstance$BlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$BlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-instance-block-device-mapping-property-builder function updates a CfnInstance$BlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$BlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-instance-builder builder id config)
The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration. The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
agentVersion | java.lang.String | cdk.support/lookup-entry | :agent-version |
amiId | java.lang.String | cdk.support/lookup-entry | :ami-id |
architecture | java.lang.String | cdk.support/lookup-entry | :architecture |
autoScalingType | java.lang.String | cdk.support/lookup-entry | :auto-scaling-type |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blockDeviceMappings | java.util.List | cdk.support/lookup-entry | :block-device-mappings |
ebsOptimized | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ebs-optimized |
elasticIps | java.util.List | cdk.support/lookup-entry | :elastic-ips |
hostname | java.lang.String | cdk.support/lookup-entry | :hostname |
installUpdatesOnBoot | java.lang.Boolean | cdk.support/lookup-entry | :install-updates-on-boot |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
layerIds | java.util.List | cdk.support/lookup-entry | :layer-ids |
os | java.lang.String | cdk.support/lookup-entry | :os |
rootDeviceType | java.lang.String | cdk.support/lookup-entry | :root-device-type |
sshKeyName | java.lang.String | cdk.support/lookup-entry | :ssh-key-name |
stackId | java.lang.String | cdk.support/lookup-entry | :stack-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
timeBasedAutoScaling | software.amazon.awscdk.services.opsworks.CfnInstance$TimeBasedAutoScalingProperty | cdk.support/lookup-entry | :time-based-auto-scaling |
virtualizationType | java.lang.String | cdk.support/lookup-entry | :virtualization-type |
volumes | java.util.List | cdk.support/lookup-entry | :volumes |
The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration. The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `agentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:agent-version` | | `amiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ami-id` | | `architecture` | java.lang.String | [[cdk.support/lookup-entry]] | `:architecture` | | `autoScalingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-scaling-type` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blockDeviceMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `ebsOptimized` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `elasticIps` | java.util.List | [[cdk.support/lookup-entry]] | `:elastic-ips` | | `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` | | `installUpdatesOnBoot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:install-updates-on-boot` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `layerIds` | java.util.List | [[cdk.support/lookup-entry]] | `:layer-ids` | | `os` | java.lang.String | [[cdk.support/lookup-entry]] | `:os` | | `rootDeviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-device-type` | | `sshKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssh-key-name` | | `stackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` | | `timeBasedAutoScaling` | software.amazon.awscdk.services.opsworks.CfnInstance$TimeBasedAutoScalingProperty | [[cdk.support/lookup-entry]] | `:time-based-auto-scaling` | | `virtualizationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtualization-type` | | `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
(build-cfn-instance-ebs-block-device-property-builder builder id config)
The build-cfn-instance-ebs-block-device-property-builder function updates a CfnInstance$EbsBlockDeviceProperty$Builder instance using the provided configuration. The function takes the CfnInstance$EbsBlockDeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-instance-ebs-block-device-property-builder function updates a CfnInstance$EbsBlockDeviceProperty$Builder instance using the provided configuration. The function takes the CfnInstance$EbsBlockDeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-instance-props-builder builder id config)
The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration. The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
agentVersion | java.lang.String | cdk.support/lookup-entry | :agent-version |
amiId | java.lang.String | cdk.support/lookup-entry | :ami-id |
architecture | java.lang.String | cdk.support/lookup-entry | :architecture |
autoScalingType | java.lang.String | cdk.support/lookup-entry | :auto-scaling-type |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blockDeviceMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :block-device-mappings |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
elasticIps | java.util.List | cdk.support/lookup-entry | :elastic-ips |
hostname | java.lang.String | cdk.support/lookup-entry | :hostname |
installUpdatesOnBoot | java.lang.Boolean | cdk.support/lookup-entry | :install-updates-on-boot |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
layerIds | java.util.List | cdk.support/lookup-entry | :layer-ids |
os | java.lang.String | cdk.support/lookup-entry | :os |
rootDeviceType | java.lang.String | cdk.support/lookup-entry | :root-device-type |
sshKeyName | java.lang.String | cdk.support/lookup-entry | :ssh-key-name |
stackId | java.lang.String | cdk.support/lookup-entry | :stack-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
timeBasedAutoScaling | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :time-based-auto-scaling |
virtualizationType | java.lang.String | cdk.support/lookup-entry | :virtualization-type |
volumes | java.util.List | cdk.support/lookup-entry | :volumes |
The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration. The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `agentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:agent-version` | | `amiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ami-id` | | `architecture` | java.lang.String | [[cdk.support/lookup-entry]] | `:architecture` | | `autoScalingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-scaling-type` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blockDeviceMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `elasticIps` | java.util.List | [[cdk.support/lookup-entry]] | `:elastic-ips` | | `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` | | `installUpdatesOnBoot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:install-updates-on-boot` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `layerIds` | java.util.List | [[cdk.support/lookup-entry]] | `:layer-ids` | | `os` | java.lang.String | [[cdk.support/lookup-entry]] | `:os` | | `rootDeviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-device-type` | | `sshKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssh-key-name` | | `stackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` | | `timeBasedAutoScaling` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:time-based-auto-scaling` | | `virtualizationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtualization-type` | | `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
(build-cfn-instance-time-based-auto-scaling-property-builder builder id config)
The build-cfn-instance-time-based-auto-scaling-property-builder function updates a CfnInstance$TimeBasedAutoScalingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$TimeBasedAutoScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
friday | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :friday |
monday | java.util.Map | cdk.support/lookup-entry | :monday |
saturday | java.util.Map | cdk.support/lookup-entry | :saturday |
sunday | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sunday |
thursday | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :thursday |
tuesday | java.util.Map | cdk.support/lookup-entry | :tuesday |
wednesday | java.util.Map | cdk.support/lookup-entry | :wednesday |
The build-cfn-instance-time-based-auto-scaling-property-builder function updates a CfnInstance$TimeBasedAutoScalingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$TimeBasedAutoScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `friday` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:friday` | | `monday` | java.util.Map | [[cdk.support/lookup-entry]] | `:monday` | | `saturday` | java.util.Map | [[cdk.support/lookup-entry]] | `:saturday` | | `sunday` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sunday` | | `thursday` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:thursday` | | `tuesday` | java.util.Map | [[cdk.support/lookup-entry]] | `:tuesday` | | `wednesday` | java.util.Map | [[cdk.support/lookup-entry]] | `:wednesday` |
(build-cfn-layer-auto-scaling-thresholds-property-builder builder id config)
The build-cfn-layer-auto-scaling-thresholds-property-builder function updates a CfnLayer$AutoScalingThresholdsProperty$Builder instance using the provided configuration. The function takes the CfnLayer$AutoScalingThresholdsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cpuThreshold | java.lang.Number | cdk.support/lookup-entry | :cpu-threshold |
ignoreMetricsTime | java.lang.Number | cdk.support/lookup-entry | :ignore-metrics-time |
instanceCount | java.lang.Number | cdk.support/lookup-entry | :instance-count |
loadThreshold | java.lang.Number | cdk.support/lookup-entry | :load-threshold |
memoryThreshold | java.lang.Number | cdk.support/lookup-entry | :memory-threshold |
thresholdsWaitTime | java.lang.Number | cdk.support/lookup-entry | :thresholds-wait-time |
The build-cfn-layer-auto-scaling-thresholds-property-builder function updates a CfnLayer$AutoScalingThresholdsProperty$Builder instance using the provided configuration. The function takes the CfnLayer$AutoScalingThresholdsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cpuThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu-threshold` | | `ignoreMetricsTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ignore-metrics-time` | | `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` | | `loadThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:load-threshold` | | `memoryThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-threshold` | | `thresholdsWaitTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:thresholds-wait-time` |
(build-cfn-layer-builder builder id config)
The build-cfn-layer-builder function updates a CfnLayer$Builder instance using the provided configuration. The function takes the CfnLayer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
autoAssignElasticIps | java.lang.Boolean | cdk.support/lookup-entry | :auto-assign-elastic-ips |
autoAssignPublicIps | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-assign-public-ips |
customInstanceProfileArn | java.lang.String | cdk.support/lookup-entry | :custom-instance-profile-arn |
customJson | java.lang.Object | cdk.support/lookup-entry | :custom-json |
customRecipes | software.amazon.awscdk.services.opsworks.CfnLayer$RecipesProperty | cdk.support/lookup-entry | :custom-recipes |
customSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :custom-security-group-ids |
enableAutoHealing | java.lang.Boolean | cdk.support/lookup-entry | :enable-auto-healing |
installUpdatesOnBoot | java.lang.Boolean | cdk.support/lookup-entry | :install-updates-on-boot |
lifecycleEventConfiguration | software.amazon.awscdk.services.opsworks.CfnLayer$LifecycleEventConfigurationProperty | cdk.support/lookup-entry | :lifecycle-event-configuration |
loadBasedAutoScaling | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :load-based-auto-scaling |
name | java.lang.String | cdk.support/lookup-entry | :name |
packages | java.util.List | cdk.support/lookup-entry | :packages |
shortname | java.lang.String | cdk.support/lookup-entry | :shortname |
stackId | java.lang.String | cdk.support/lookup-entry | :stack-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
useEbsOptimizedInstances | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :use-ebs-optimized-instances |
volumeConfigurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :volume-configurations |
The build-cfn-layer-builder function updates a CfnLayer$Builder instance using the provided configuration. The function takes the CfnLayer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `autoAssignElasticIps` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-assign-elastic-ips` | | `autoAssignPublicIps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-assign-public-ips` | | `customInstanceProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-instance-profile-arn` | | `customJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:custom-json` | | `customRecipes` | software.amazon.awscdk.services.opsworks.CfnLayer$RecipesProperty | [[cdk.support/lookup-entry]] | `:custom-recipes` | | `customSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-security-group-ids` | | `enableAutoHealing` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-auto-healing` | | `installUpdatesOnBoot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:install-updates-on-boot` | | `lifecycleEventConfiguration` | software.amazon.awscdk.services.opsworks.CfnLayer$LifecycleEventConfigurationProperty | [[cdk.support/lookup-entry]] | `:lifecycle-event-configuration` | | `loadBasedAutoScaling` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:load-based-auto-scaling` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `packages` | java.util.List | [[cdk.support/lookup-entry]] | `:packages` | | `shortname` | java.lang.String | [[cdk.support/lookup-entry]] | `:shortname` | | `stackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `useEbsOptimizedInstances` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-ebs-optimized-instances` | | `volumeConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:volume-configurations` |
(build-cfn-layer-lifecycle-event-configuration-property-builder builder
id
config)
The build-cfn-layer-lifecycle-event-configuration-property-builder function updates a CfnLayer$LifecycleEventConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLayer$LifecycleEventConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
shutdownEventConfiguration | software.amazon.awscdk.services.opsworks.CfnLayer$ShutdownEventConfigurationProperty | cdk.support/lookup-entry | :shutdown-event-configuration |
The build-cfn-layer-lifecycle-event-configuration-property-builder function updates a CfnLayer$LifecycleEventConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLayer$LifecycleEventConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `shutdownEventConfiguration` | software.amazon.awscdk.services.opsworks.CfnLayer$ShutdownEventConfigurationProperty | [[cdk.support/lookup-entry]] | `:shutdown-event-configuration` |
(build-cfn-layer-load-based-auto-scaling-property-builder builder id config)
The build-cfn-layer-load-based-auto-scaling-property-builder function updates a CfnLayer$LoadBasedAutoScalingProperty$Builder instance using the provided configuration. The function takes the CfnLayer$LoadBasedAutoScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
downScaling | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :down-scaling |
enable | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable |
upScaling | software.amazon.awscdk.services.opsworks.CfnLayer$AutoScalingThresholdsProperty | cdk.support/lookup-entry | :up-scaling |
The build-cfn-layer-load-based-auto-scaling-property-builder function updates a CfnLayer$LoadBasedAutoScalingProperty$Builder instance using the provided configuration. The function takes the CfnLayer$LoadBasedAutoScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `downScaling` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:down-scaling` | | `enable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable` | | `upScaling` | software.amazon.awscdk.services.opsworks.CfnLayer$AutoScalingThresholdsProperty | [[cdk.support/lookup-entry]] | `:up-scaling` |
(build-cfn-layer-props-builder builder id config)
The build-cfn-layer-props-builder function updates a CfnLayerProps$Builder instance using the provided configuration. The function takes the CfnLayerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
autoAssignElasticIps | java.lang.Boolean | cdk.support/lookup-entry | :auto-assign-elastic-ips |
autoAssignPublicIps | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-assign-public-ips |
customInstanceProfileArn | java.lang.String | cdk.support/lookup-entry | :custom-instance-profile-arn |
customJson | java.lang.Object | cdk.support/lookup-entry | :custom-json |
customRecipes | software.amazon.awscdk.services.opsworks.CfnLayer$RecipesProperty | cdk.support/lookup-entry | :custom-recipes |
customSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :custom-security-group-ids |
enableAutoHealing | java.lang.Boolean | cdk.support/lookup-entry | :enable-auto-healing |
installUpdatesOnBoot | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :install-updates-on-boot |
lifecycleEventConfiguration | software.amazon.awscdk.services.opsworks.CfnLayer$LifecycleEventConfigurationProperty | cdk.support/lookup-entry | :lifecycle-event-configuration |
loadBasedAutoScaling | software.amazon.awscdk.services.opsworks.CfnLayer$LoadBasedAutoScalingProperty | cdk.support/lookup-entry | :load-based-auto-scaling |
name | java.lang.String | cdk.support/lookup-entry | :name |
packages | java.util.List | cdk.support/lookup-entry | :packages |
shortname | java.lang.String | cdk.support/lookup-entry | :shortname |
stackId | java.lang.String | cdk.support/lookup-entry | :stack-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
useEbsOptimizedInstances | java.lang.Boolean | cdk.support/lookup-entry | :use-ebs-optimized-instances |
volumeConfigurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :volume-configurations |
The build-cfn-layer-props-builder function updates a CfnLayerProps$Builder instance using the provided configuration. The function takes the CfnLayerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `autoAssignElasticIps` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-assign-elastic-ips` | | `autoAssignPublicIps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-assign-public-ips` | | `customInstanceProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-instance-profile-arn` | | `customJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:custom-json` | | `customRecipes` | software.amazon.awscdk.services.opsworks.CfnLayer$RecipesProperty | [[cdk.support/lookup-entry]] | `:custom-recipes` | | `customSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-security-group-ids` | | `enableAutoHealing` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-auto-healing` | | `installUpdatesOnBoot` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:install-updates-on-boot` | | `lifecycleEventConfiguration` | software.amazon.awscdk.services.opsworks.CfnLayer$LifecycleEventConfigurationProperty | [[cdk.support/lookup-entry]] | `:lifecycle-event-configuration` | | `loadBasedAutoScaling` | software.amazon.awscdk.services.opsworks.CfnLayer$LoadBasedAutoScalingProperty | [[cdk.support/lookup-entry]] | `:load-based-auto-scaling` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `packages` | java.util.List | [[cdk.support/lookup-entry]] | `:packages` | | `shortname` | java.lang.String | [[cdk.support/lookup-entry]] | `:shortname` | | `stackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `useEbsOptimizedInstances` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-ebs-optimized-instances` | | `volumeConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:volume-configurations` |
(build-cfn-layer-recipes-property-builder builder id config)
The build-cfn-layer-recipes-property-builder function updates a CfnLayer$RecipesProperty$Builder instance using the provided configuration. The function takes the CfnLayer$RecipesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
configure | java.util.List | cdk.support/lookup-entry | :configure |
deploy | java.util.List | cdk.support/lookup-entry | :deploy |
setup | java.util.List | cdk.support/lookup-entry | :setup |
shutdown | java.util.List | cdk.support/lookup-entry | :shutdown |
undeploy | java.util.List | cdk.support/lookup-entry | :undeploy |
The build-cfn-layer-recipes-property-builder function updates a CfnLayer$RecipesProperty$Builder instance using the provided configuration. The function takes the CfnLayer$RecipesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `configure` | java.util.List | [[cdk.support/lookup-entry]] | `:configure` | | `deploy` | java.util.List | [[cdk.support/lookup-entry]] | `:deploy` | | `setup` | java.util.List | [[cdk.support/lookup-entry]] | `:setup` | | `shutdown` | java.util.List | [[cdk.support/lookup-entry]] | `:shutdown` | | `undeploy` | java.util.List | [[cdk.support/lookup-entry]] | `:undeploy` |
(build-cfn-layer-shutdown-event-configuration-property-builder builder
id
config)
The build-cfn-layer-shutdown-event-configuration-property-builder function updates a CfnLayer$ShutdownEventConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLayer$ShutdownEventConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
delayUntilElbConnectionsDrained | java.lang.Boolean | cdk.support/lookup-entry | :delay-until-elb-connections-drained |
executionTimeout | java.lang.Number | cdk.support/lookup-entry | :execution-timeout |
The build-cfn-layer-shutdown-event-configuration-property-builder function updates a CfnLayer$ShutdownEventConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLayer$ShutdownEventConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `delayUntilElbConnectionsDrained` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delay-until-elb-connections-drained` | | `executionTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:execution-timeout` |
(build-cfn-layer-volume-configuration-property-builder builder id config)
The build-cfn-layer-volume-configuration-property-builder function updates a CfnLayer$VolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLayer$VolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
mountPoint | java.lang.String | cdk.support/lookup-entry | :mount-point |
numberOfDisks | java.lang.Number | cdk.support/lookup-entry | :number-of-disks |
raidLevel | java.lang.Number | cdk.support/lookup-entry | :raid-level |
size | java.lang.Number | cdk.support/lookup-entry | :size |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-layer-volume-configuration-property-builder function updates a CfnLayer$VolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnLayer$VolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `mountPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:mount-point` | | `numberOfDisks` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-disks` | | `raidLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:raid-level` | | `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-stack-builder builder id config)
The build-cfn-stack-builder function updates a CfnStack$Builder instance using the provided configuration. The function takes the CfnStack$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
agentVersion | java.lang.String | cdk.support/lookup-entry | :agent-version |
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
chefConfiguration | software.amazon.awscdk.services.opsworks.CfnStack$ChefConfigurationProperty | cdk.support/lookup-entry | :chef-configuration |
cloneAppIds | java.util.List | cdk.support/lookup-entry | :clone-app-ids |
clonePermissions | java.lang.Boolean | cdk.support/lookup-entry | :clone-permissions |
configurationManager | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :configuration-manager |
customCookbooksSource | software.amazon.awscdk.services.opsworks.CfnStack$SourceProperty | cdk.support/lookup-entry | :custom-cookbooks-source |
customJson | java.lang.Object | cdk.support/lookup-entry | :custom-json |
defaultAvailabilityZone | java.lang.String | cdk.support/lookup-entry | :default-availability-zone |
defaultInstanceProfileArn | java.lang.String | cdk.support/lookup-entry | :default-instance-profile-arn |
defaultOs | java.lang.String | cdk.support/lookup-entry | :default-os |
defaultRootDeviceType | java.lang.String | cdk.support/lookup-entry | :default-root-device-type |
defaultSshKeyName | java.lang.String | cdk.support/lookup-entry | :default-ssh-key-name |
defaultSubnetId | java.lang.String | cdk.support/lookup-entry | :default-subnet-id |
ecsClusterArn | java.lang.String | cdk.support/lookup-entry | :ecs-cluster-arn |
elasticIps | java.util.List | cdk.support/lookup-entry | :elastic-ips |
hostnameTheme | java.lang.String | cdk.support/lookup-entry | :hostname-theme |
name | java.lang.String | cdk.support/lookup-entry | :name |
rdsDbInstances | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :rds-db-instances |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
sourceStackId | java.lang.String | cdk.support/lookup-entry | :source-stack-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
useCustomCookbooks | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :use-custom-cookbooks |
useOpsworksSecurityGroups | java.lang.Boolean | cdk.support/lookup-entry | :use-opsworks-security-groups |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-stack-builder function updates a CfnStack$Builder instance using the provided configuration. The function takes the CfnStack$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `agentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:agent-version` | | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `chefConfiguration` | software.amazon.awscdk.services.opsworks.CfnStack$ChefConfigurationProperty | [[cdk.support/lookup-entry]] | `:chef-configuration` | | `cloneAppIds` | java.util.List | [[cdk.support/lookup-entry]] | `:clone-app-ids` | | `clonePermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:clone-permissions` | | `configurationManager` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration-manager` | | `customCookbooksSource` | software.amazon.awscdk.services.opsworks.CfnStack$SourceProperty | [[cdk.support/lookup-entry]] | `:custom-cookbooks-source` | | `customJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:custom-json` | | `defaultAvailabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-availability-zone` | | `defaultInstanceProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-instance-profile-arn` | | `defaultOs` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-os` | | `defaultRootDeviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-root-device-type` | | `defaultSshKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-ssh-key-name` | | `defaultSubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-subnet-id` | | `ecsClusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ecs-cluster-arn` | | `elasticIps` | java.util.List | [[cdk.support/lookup-entry]] | `:elastic-ips` | | `hostnameTheme` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname-theme` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `rdsDbInstances` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rds-db-instances` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `sourceStackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-stack-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `useCustomCookbooks` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-custom-cookbooks` | | `useOpsworksSecurityGroups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-opsworks-security-groups` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-stack-chef-configuration-property-builder builder id config)
The build-cfn-stack-chef-configuration-property-builder function updates a CfnStack$ChefConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStack$ChefConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
berkshelfVersion | java.lang.String | cdk.support/lookup-entry | :berkshelf-version |
manageBerkshelf | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :manage-berkshelf |
The build-cfn-stack-chef-configuration-property-builder function updates a CfnStack$ChefConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStack$ChefConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `berkshelfVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:berkshelf-version` | | `manageBerkshelf` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:manage-berkshelf` |
(build-cfn-stack-elastic-ip-property-builder builder id config)
The build-cfn-stack-elastic-ip-property-builder function updates a CfnStack$ElasticIpProperty$Builder instance using the provided configuration. The function takes the CfnStack$ElasticIpProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ip | java.lang.String | cdk.support/lookup-entry | :ip |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-stack-elastic-ip-property-builder function updates a CfnStack$ElasticIpProperty$Builder instance using the provided configuration. The function takes the CfnStack$ElasticIpProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ip` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-stack-props-builder builder id config)
The build-cfn-stack-props-builder function updates a CfnStackProps$Builder instance using the provided configuration. The function takes the CfnStackProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
agentVersion | java.lang.String | cdk.support/lookup-entry | :agent-version |
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
chefConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :chef-configuration |
cloneAppIds | java.util.List | cdk.support/lookup-entry | :clone-app-ids |
clonePermissions | java.lang.Boolean | cdk.support/lookup-entry | :clone-permissions |
configurationManager | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :configuration-manager |
customCookbooksSource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-cookbooks-source |
customJson | java.lang.Object | cdk.support/lookup-entry | :custom-json |
defaultAvailabilityZone | java.lang.String | cdk.support/lookup-entry | :default-availability-zone |
defaultInstanceProfileArn | java.lang.String | cdk.support/lookup-entry | :default-instance-profile-arn |
defaultOs | java.lang.String | cdk.support/lookup-entry | :default-os |
defaultRootDeviceType | java.lang.String | cdk.support/lookup-entry | :default-root-device-type |
defaultSshKeyName | java.lang.String | cdk.support/lookup-entry | :default-ssh-key-name |
defaultSubnetId | java.lang.String | cdk.support/lookup-entry | :default-subnet-id |
ecsClusterArn | java.lang.String | cdk.support/lookup-entry | :ecs-cluster-arn |
elasticIps | java.util.List | cdk.support/lookup-entry | :elastic-ips |
hostnameTheme | java.lang.String | cdk.support/lookup-entry | :hostname-theme |
name | java.lang.String | cdk.support/lookup-entry | :name |
rdsDbInstances | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :rds-db-instances |
serviceRoleArn | java.lang.String | cdk.support/lookup-entry | :service-role-arn |
sourceStackId | java.lang.String | cdk.support/lookup-entry | :source-stack-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
useCustomCookbooks | java.lang.Boolean | cdk.support/lookup-entry | :use-custom-cookbooks |
useOpsworksSecurityGroups | java.lang.Boolean | cdk.support/lookup-entry | :use-opsworks-security-groups |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-stack-props-builder function updates a CfnStackProps$Builder instance using the provided configuration. The function takes the CfnStackProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `agentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:agent-version` | | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `chefConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:chef-configuration` | | `cloneAppIds` | java.util.List | [[cdk.support/lookup-entry]] | `:clone-app-ids` | | `clonePermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:clone-permissions` | | `configurationManager` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration-manager` | | `customCookbooksSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-cookbooks-source` | | `customJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:custom-json` | | `defaultAvailabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-availability-zone` | | `defaultInstanceProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-instance-profile-arn` | | `defaultOs` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-os` | | `defaultRootDeviceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-root-device-type` | | `defaultSshKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-ssh-key-name` | | `defaultSubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-subnet-id` | | `ecsClusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ecs-cluster-arn` | | `elasticIps` | java.util.List | [[cdk.support/lookup-entry]] | `:elastic-ips` | | `hostnameTheme` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname-theme` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `rdsDbInstances` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rds-db-instances` | | `serviceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-role-arn` | | `sourceStackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-stack-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `useCustomCookbooks` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-custom-cookbooks` | | `useOpsworksSecurityGroups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-opsworks-security-groups` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-stack-rds-db-instance-property-builder builder id config)
The build-cfn-stack-rds-db-instance-property-builder function updates a CfnStack$RdsDbInstanceProperty$Builder instance using the provided configuration. The function takes the CfnStack$RdsDbInstanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dbPassword | java.lang.String | cdk.support/lookup-entry | :db-password |
dbUser | java.lang.String | cdk.support/lookup-entry | :db-user |
rdsDbInstanceArn | java.lang.String | cdk.support/lookup-entry | :rds-db-instance-arn |
The build-cfn-stack-rds-db-instance-property-builder function updates a CfnStack$RdsDbInstanceProperty$Builder instance using the provided configuration. The function takes the CfnStack$RdsDbInstanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dbPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-password` | | `dbUser` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-user` | | `rdsDbInstanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rds-db-instance-arn` |
(build-cfn-stack-source-property-builder builder id config)
The build-cfn-stack-source-property-builder function updates a CfnStack$SourceProperty$Builder instance using the provided configuration. The function takes the CfnStack$SourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
password | java.lang.String | cdk.support/lookup-entry | :password |
revision | java.lang.String | cdk.support/lookup-entry | :revision |
sshKey | java.lang.String | cdk.support/lookup-entry | :ssh-key |
type | java.lang.String | cdk.support/lookup-entry | :type |
url | java.lang.String | cdk.support/lookup-entry | :url |
username | java.lang.String | cdk.support/lookup-entry | :username |
The build-cfn-stack-source-property-builder function updates a CfnStack$SourceProperty$Builder instance using the provided configuration. The function takes the CfnStack$SourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `revision` | java.lang.String | [[cdk.support/lookup-entry]] | `:revision` | | `sshKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssh-key` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
(build-cfn-stack-stack-configuration-manager-property-builder builder id config)
The build-cfn-stack-stack-configuration-manager-property-builder function updates a CfnStack$StackConfigurationManagerProperty$Builder instance using the provided configuration. The function takes the CfnStack$StackConfigurationManagerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-stack-stack-configuration-manager-property-builder function updates a CfnStack$StackConfigurationManagerProperty$Builder instance using the provided configuration. The function takes the CfnStack$StackConfigurationManagerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-user-profile-builder builder id config)
The build-cfn-user-profile-builder function updates a CfnUserProfile$Builder instance using the provided configuration. The function takes the CfnUserProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowSelfManagement | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :allow-self-management |
iamUserArn | java.lang.String | cdk.support/lookup-entry | :iam-user-arn |
sshPublicKey | java.lang.String | cdk.support/lookup-entry | :ssh-public-key |
sshUsername | java.lang.String | cdk.support/lookup-entry | :ssh-username |
The build-cfn-user-profile-builder function updates a CfnUserProfile$Builder instance using the provided configuration. The function takes the CfnUserProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowSelfManagement` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-self-management` | | `iamUserArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-user-arn` | | `sshPublicKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssh-public-key` | | `sshUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssh-username` |
(build-cfn-user-profile-props-builder builder id config)
The build-cfn-user-profile-props-builder function updates a CfnUserProfileProps$Builder instance using the provided configuration. The function takes the CfnUserProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowSelfManagement | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :allow-self-management |
iamUserArn | java.lang.String | cdk.support/lookup-entry | :iam-user-arn |
sshPublicKey | java.lang.String | cdk.support/lookup-entry | :ssh-public-key |
sshUsername | java.lang.String | cdk.support/lookup-entry | :ssh-username |
The build-cfn-user-profile-props-builder function updates a CfnUserProfileProps$Builder instance using the provided configuration. The function takes the CfnUserProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowSelfManagement` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-self-management` | | `iamUserArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-user-arn` | | `sshPublicKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssh-public-key` | | `sshUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssh-username` |
(build-cfn-volume-builder builder id config)
The build-cfn-volume-builder function updates a CfnVolume$Builder instance using the provided configuration. The function takes the CfnVolume$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ec2VolumeId | java.lang.String | cdk.support/lookup-entry | :ec2-volume-id |
mountPoint | java.lang.String | cdk.support/lookup-entry | :mount-point |
name | java.lang.String | cdk.support/lookup-entry | :name |
stackId | java.lang.String | cdk.support/lookup-entry | :stack-id |
The build-cfn-volume-builder function updates a CfnVolume$Builder instance using the provided configuration. The function takes the CfnVolume$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ec2VolumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-volume-id` | | `mountPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:mount-point` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `stackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-id` |
(build-cfn-volume-props-builder builder id config)
The build-cfn-volume-props-builder function updates a CfnVolumeProps$Builder instance using the provided configuration. The function takes the CfnVolumeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ec2VolumeId | java.lang.String | cdk.support/lookup-entry | :ec2-volume-id |
mountPoint | java.lang.String | cdk.support/lookup-entry | :mount-point |
name | java.lang.String | cdk.support/lookup-entry | :name |
stackId | java.lang.String | cdk.support/lookup-entry | :stack-id |
The build-cfn-volume-props-builder function updates a CfnVolumeProps$Builder instance using the provided configuration. The function takes the CfnVolumeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ec2VolumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-volume-id` | | `mountPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:mount-point` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `stackId` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-id` |
(cfn-app-builder scope id config)
Creates a CfnApp$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 `CfnApp$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-app-data-source-property-builder id config)
Creates a CfnApp$DataSourceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnApp$DataSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-app-environment-variable-property-builder id config)
Creates a CfnApp$EnvironmentVariableProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnApp$EnvironmentVariableProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-app-props-builder id config)
Creates a CfnAppProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnAppProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-app-source-property-builder id config)
Creates a CfnApp$SourceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnApp$SourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-app-ssl-configuration-property-builder id config)
Creates a CfnApp$SslConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnApp$SslConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-elastic-load-balancer-attachment-builder scope id config)
Creates a CfnElasticLoadBalancerAttachment$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 `CfnElasticLoadBalancerAttachment$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-elastic-load-balancer-attachment-props-builder id config)
Creates a CfnElasticLoadBalancerAttachmentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnElasticLoadBalancerAttachmentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-block-device-mapping-property-builder id config)
Creates a CfnInstance$BlockDeviceMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$BlockDeviceMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-builder scope id config)
Creates a CfnInstance$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 `CfnInstance$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-instance-ebs-block-device-property-builder id config)
Creates a CfnInstance$EbsBlockDeviceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$EbsBlockDeviceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-props-builder id config)
Creates a CfnInstanceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-time-based-auto-scaling-property-builder id config)
Creates a CfnInstance$TimeBasedAutoScalingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$TimeBasedAutoScalingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-layer-auto-scaling-thresholds-property-builder id config)
Creates a CfnLayer$AutoScalingThresholdsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLayer$AutoScalingThresholdsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-layer-builder scope id config)
Creates a CfnLayer$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 `CfnLayer$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-layer-lifecycle-event-configuration-property-builder id config)
Creates a CfnLayer$LifecycleEventConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLayer$LifecycleEventConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-layer-load-based-auto-scaling-property-builder id config)
Creates a CfnLayer$LoadBasedAutoScalingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLayer$LoadBasedAutoScalingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-layer-props-builder id config)
Creates a CfnLayerProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLayerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-layer-recipes-property-builder id config)
Creates a CfnLayer$RecipesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLayer$RecipesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-layer-shutdown-event-configuration-property-builder id config)
Creates a CfnLayer$ShutdownEventConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLayer$ShutdownEventConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-layer-volume-configuration-property-builder id config)
Creates a CfnLayer$VolumeConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLayer$VolumeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-builder scope id config)
Creates a CfnStack$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnStack$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-stack-chef-configuration-property-builder id config)
Creates a CfnStack$ChefConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStack$ChefConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-elastic-ip-property-builder id config)
Creates a CfnStack$ElasticIpProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStack$ElasticIpProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-props-builder id config)
Creates a CfnStackProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnStackProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-stack-rds-db-instance-property-builder id config)
Creates a CfnStack$RdsDbInstanceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStack$RdsDbInstanceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-source-property-builder id config)
Creates a CfnStack$SourceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStack$SourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-stack-configuration-manager-property-builder id config)
Creates a CfnStack$StackConfigurationManagerProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStack$StackConfigurationManagerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-user-profile-builder scope id config)
Creates a CfnUserProfile$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 `CfnUserProfile$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-user-profile-props-builder id config)
Creates a CfnUserProfileProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnUserProfileProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-volume-builder scope id config)
Creates a CfnVolume$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 `CfnVolume$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-volume-props-builder id config)
Creates a CfnVolumeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVolumeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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