Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.opsworks

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. 
raw docstring

build-cfn-app-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appSourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:app-source
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
dataSourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-sources
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainsjava.util.Listcdk.support/lookup-entry:domains
enableSsljava.lang.Booleancdk.support/lookup-entry:enable-ssl
environmentjava.util.Listcdk.support/lookup-entry:environment
namejava.lang.Stringcdk.support/lookup-entry:name
shortnamejava.lang.Stringcdk.support/lookup-entry:shortname
sslConfigurationsoftware.amazon.awscdk.services.opsworks.CfnApp$SslConfigurationPropertycdk.support/lookup-entry:ssl-configuration
stackIdjava.lang.Stringcdk.support/lookup-entry:stack-id
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-data-source-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
arnjava.lang.Stringcdk.support/lookup-entry:arn
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-environment-variable-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
securejava.lang.Booleancdk.support/lookup-entry:secure
valuejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
appSourcesoftware.amazon.awscdk.services.opsworks.CfnApp$SourcePropertycdk.support/lookup-entry:app-source
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
dataSourcessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-sources
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainsjava.util.Listcdk.support/lookup-entry:domains
enableSsljava.lang.Booleancdk.support/lookup-entry:enable-ssl
environmentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment
namejava.lang.Stringcdk.support/lookup-entry:name
shortnamejava.lang.Stringcdk.support/lookup-entry:shortname
sslConfigurationsoftware.amazon.awscdk.services.opsworks.CfnApp$SslConfigurationPropertycdk.support/lookup-entry:ssl-configuration
stackIdjava.lang.Stringcdk.support/lookup-entry:stack-id
typejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-source-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
passwordjava.lang.Stringcdk.support/lookup-entry:password
revisionjava.lang.Stringcdk.support/lookup-entry:revision
sshKeyjava.lang.Stringcdk.support/lookup-entry:ssh-key
typejava.lang.Stringcdk.support/lookup-entry:type
urljava.lang.Stringcdk.support/lookup-entry:url
usernamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-app-ssl-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
certificatejava.lang.Stringcdk.support/lookup-entry:certificate
chainjava.lang.Stringcdk.support/lookup-entry:chain
privateKeyjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-elastic-load-balancer-attachment-builderclj

(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:

FieldDataTypeLookup FunctionData Key
elasticLoadBalancerNamejava.lang.Stringcdk.support/lookup-entry:elastic-load-balancer-name
layerIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-elastic-load-balancer-attachment-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
elasticLoadBalancerNamejava.lang.Stringcdk.support/lookup-entry:elastic-load-balancer-name
layerIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-instance-block-device-mapping-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
deviceNamejava.lang.Stringcdk.support/lookup-entry:device-name
ebssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs
noDevicejava.lang.Stringcdk.support/lookup-entry:no-device
virtualNamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-instance-builderclj

(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:

FieldDataTypeLookup FunctionData Key
agentVersionjava.lang.Stringcdk.support/lookup-entry:agent-version
amiIdjava.lang.Stringcdk.support/lookup-entry:ami-id
architecturejava.lang.Stringcdk.support/lookup-entry:architecture
autoScalingTypejava.lang.Stringcdk.support/lookup-entry:auto-scaling-type
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
blockDeviceMappingsjava.util.Listcdk.support/lookup-entry:block-device-mappings
ebsOptimizedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ebs-optimized
elasticIpsjava.util.Listcdk.support/lookup-entry:elastic-ips
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
installUpdatesOnBootjava.lang.Booleancdk.support/lookup-entry:install-updates-on-boot
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
layerIdsjava.util.Listcdk.support/lookup-entry:layer-ids
osjava.lang.Stringcdk.support/lookup-entry:os
rootDeviceTypejava.lang.Stringcdk.support/lookup-entry:root-device-type
sshKeyNamejava.lang.Stringcdk.support/lookup-entry:ssh-key-name
stackIdjava.lang.Stringcdk.support/lookup-entry:stack-id
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
tenancyjava.lang.Stringcdk.support/lookup-entry:tenancy
timeBasedAutoScalingsoftware.amazon.awscdk.services.opsworks.CfnInstance$TimeBasedAutoScalingPropertycdk.support/lookup-entry:time-based-auto-scaling
virtualizationTypejava.lang.Stringcdk.support/lookup-entry:virtualization-type
volumesjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-instance-ebs-block-device-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
deleteOnTerminationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:delete-on-termination
iopsjava.lang.Numbercdk.support/lookup-entry:iops
snapshotIdjava.lang.Stringcdk.support/lookup-entry:snapshot-id
volumeSizejava.lang.Numbercdk.support/lookup-entry:volume-size
volumeTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-instance-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
agentVersionjava.lang.Stringcdk.support/lookup-entry:agent-version
amiIdjava.lang.Stringcdk.support/lookup-entry:ami-id
architecturejava.lang.Stringcdk.support/lookup-entry:architecture
autoScalingTypejava.lang.Stringcdk.support/lookup-entry:auto-scaling-type
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
blockDeviceMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:block-device-mappings
ebsOptimizedjava.lang.Booleancdk.support/lookup-entry:ebs-optimized
elasticIpsjava.util.Listcdk.support/lookup-entry:elastic-ips
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
installUpdatesOnBootjava.lang.Booleancdk.support/lookup-entry:install-updates-on-boot
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
layerIdsjava.util.Listcdk.support/lookup-entry:layer-ids
osjava.lang.Stringcdk.support/lookup-entry:os
rootDeviceTypejava.lang.Stringcdk.support/lookup-entry:root-device-type
sshKeyNamejava.lang.Stringcdk.support/lookup-entry:ssh-key-name
stackIdjava.lang.Stringcdk.support/lookup-entry:stack-id
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
tenancyjava.lang.Stringcdk.support/lookup-entry:tenancy
timeBasedAutoScalingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:time-based-auto-scaling
virtualizationTypejava.lang.Stringcdk.support/lookup-entry:virtualization-type
volumesjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-instance-time-based-auto-scaling-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
fridaysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:friday
mondayjava.util.Mapcdk.support/lookup-entry:monday
saturdayjava.util.Mapcdk.support/lookup-entry:saturday
sundaysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sunday
thursdaysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:thursday
tuesdayjava.util.Mapcdk.support/lookup-entry:tuesday
wednesdayjava.util.Mapcdk.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` |
sourceraw docstring

build-cfn-layer-auto-scaling-thresholds-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cpuThresholdjava.lang.Numbercdk.support/lookup-entry:cpu-threshold
ignoreMetricsTimejava.lang.Numbercdk.support/lookup-entry:ignore-metrics-time
instanceCountjava.lang.Numbercdk.support/lookup-entry:instance-count
loadThresholdjava.lang.Numbercdk.support/lookup-entry:load-threshold
memoryThresholdjava.lang.Numbercdk.support/lookup-entry:memory-threshold
thresholdsWaitTimejava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-layer-builderclj

(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:

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
autoAssignElasticIpsjava.lang.Booleancdk.support/lookup-entry:auto-assign-elastic-ips
autoAssignPublicIpssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-assign-public-ips
customInstanceProfileArnjava.lang.Stringcdk.support/lookup-entry:custom-instance-profile-arn
customJsonjava.lang.Objectcdk.support/lookup-entry:custom-json
customRecipessoftware.amazon.awscdk.services.opsworks.CfnLayer$RecipesPropertycdk.support/lookup-entry:custom-recipes
customSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:custom-security-group-ids
enableAutoHealingjava.lang.Booleancdk.support/lookup-entry:enable-auto-healing
installUpdatesOnBootjava.lang.Booleancdk.support/lookup-entry:install-updates-on-boot
lifecycleEventConfigurationsoftware.amazon.awscdk.services.opsworks.CfnLayer$LifecycleEventConfigurationPropertycdk.support/lookup-entry:lifecycle-event-configuration
loadBasedAutoScalingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:load-based-auto-scaling
namejava.lang.Stringcdk.support/lookup-entry:name
packagesjava.util.Listcdk.support/lookup-entry:packages
shortnamejava.lang.Stringcdk.support/lookup-entry:shortname
stackIdjava.lang.Stringcdk.support/lookup-entry:stack-id
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
useEbsOptimizedInstancessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-ebs-optimized-instances
volumeConfigurationssoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-layer-lifecycle-event-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
shutdownEventConfigurationsoftware.amazon.awscdk.services.opsworks.CfnLayer$ShutdownEventConfigurationPropertycdk.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` |
sourceraw docstring

build-cfn-layer-load-based-auto-scaling-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
downScalingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:down-scaling
enablesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable
upScalingsoftware.amazon.awscdk.services.opsworks.CfnLayer$AutoScalingThresholdsPropertycdk.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` |
sourceraw docstring

build-cfn-layer-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
autoAssignElasticIpsjava.lang.Booleancdk.support/lookup-entry:auto-assign-elastic-ips
autoAssignPublicIpssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-assign-public-ips
customInstanceProfileArnjava.lang.Stringcdk.support/lookup-entry:custom-instance-profile-arn
customJsonjava.lang.Objectcdk.support/lookup-entry:custom-json
customRecipessoftware.amazon.awscdk.services.opsworks.CfnLayer$RecipesPropertycdk.support/lookup-entry:custom-recipes
customSecurityGroupIdsjava.util.Listcdk.support/lookup-entry:custom-security-group-ids
enableAutoHealingjava.lang.Booleancdk.support/lookup-entry:enable-auto-healing
installUpdatesOnBootsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:install-updates-on-boot
lifecycleEventConfigurationsoftware.amazon.awscdk.services.opsworks.CfnLayer$LifecycleEventConfigurationPropertycdk.support/lookup-entry:lifecycle-event-configuration
loadBasedAutoScalingsoftware.amazon.awscdk.services.opsworks.CfnLayer$LoadBasedAutoScalingPropertycdk.support/lookup-entry:load-based-auto-scaling
namejava.lang.Stringcdk.support/lookup-entry:name
packagesjava.util.Listcdk.support/lookup-entry:packages
shortnamejava.lang.Stringcdk.support/lookup-entry:shortname
stackIdjava.lang.Stringcdk.support/lookup-entry:stack-id
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
useEbsOptimizedInstancesjava.lang.Booleancdk.support/lookup-entry:use-ebs-optimized-instances
volumeConfigurationssoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-layer-recipes-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
configurejava.util.Listcdk.support/lookup-entry:configure
deployjava.util.Listcdk.support/lookup-entry:deploy
setupjava.util.Listcdk.support/lookup-entry:setup
shutdownjava.util.Listcdk.support/lookup-entry:shutdown
undeployjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-layer-shutdown-event-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
delayUntilElbConnectionsDrainedjava.lang.Booleancdk.support/lookup-entry:delay-until-elb-connections-drained
executionTimeoutjava.lang.Numbercdk.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` |
sourceraw docstring

build-cfn-layer-volume-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
encryptedjava.lang.Booleancdk.support/lookup-entry:encrypted
iopsjava.lang.Numbercdk.support/lookup-entry:iops
mountPointjava.lang.Stringcdk.support/lookup-entry:mount-point
numberOfDisksjava.lang.Numbercdk.support/lookup-entry:number-of-disks
raidLeveljava.lang.Numbercdk.support/lookup-entry:raid-level
sizejava.lang.Numbercdk.support/lookup-entry:size
volumeTypejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-stack-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
agentVersionjava.lang.Stringcdk.support/lookup-entry:agent-version
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
chefConfigurationsoftware.amazon.awscdk.services.opsworks.CfnStack$ChefConfigurationPropertycdk.support/lookup-entry:chef-configuration
cloneAppIdsjava.util.Listcdk.support/lookup-entry:clone-app-ids
clonePermissionsjava.lang.Booleancdk.support/lookup-entry:clone-permissions
configurationManagersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration-manager
customCookbooksSourcesoftware.amazon.awscdk.services.opsworks.CfnStack$SourcePropertycdk.support/lookup-entry:custom-cookbooks-source
customJsonjava.lang.Objectcdk.support/lookup-entry:custom-json
defaultAvailabilityZonejava.lang.Stringcdk.support/lookup-entry:default-availability-zone
defaultInstanceProfileArnjava.lang.Stringcdk.support/lookup-entry:default-instance-profile-arn
defaultOsjava.lang.Stringcdk.support/lookup-entry:default-os
defaultRootDeviceTypejava.lang.Stringcdk.support/lookup-entry:default-root-device-type
defaultSshKeyNamejava.lang.Stringcdk.support/lookup-entry:default-ssh-key-name
defaultSubnetIdjava.lang.Stringcdk.support/lookup-entry:default-subnet-id
ecsClusterArnjava.lang.Stringcdk.support/lookup-entry:ecs-cluster-arn
elasticIpsjava.util.Listcdk.support/lookup-entry:elastic-ips
hostnameThemejava.lang.Stringcdk.support/lookup-entry:hostname-theme
namejava.lang.Stringcdk.support/lookup-entry:name
rdsDbInstancessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rds-db-instances
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
sourceStackIdjava.lang.Stringcdk.support/lookup-entry:source-stack-id
tagsjava.util.Listcdk.support/lookup-entry:tags
useCustomCookbookssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-custom-cookbooks
useOpsworksSecurityGroupsjava.lang.Booleancdk.support/lookup-entry:use-opsworks-security-groups
vpcIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-stack-chef-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
berkshelfVersionjava.lang.Stringcdk.support/lookup-entry:berkshelf-version
manageBerkshelfsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-stack-elastic-ip-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
ipjava.lang.Stringcdk.support/lookup-entry:ip
namejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-stack-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
agentVersionjava.lang.Stringcdk.support/lookup-entry:agent-version
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
chefConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:chef-configuration
cloneAppIdsjava.util.Listcdk.support/lookup-entry:clone-app-ids
clonePermissionsjava.lang.Booleancdk.support/lookup-entry:clone-permissions
configurationManagersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration-manager
customCookbooksSourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-cookbooks-source
customJsonjava.lang.Objectcdk.support/lookup-entry:custom-json
defaultAvailabilityZonejava.lang.Stringcdk.support/lookup-entry:default-availability-zone
defaultInstanceProfileArnjava.lang.Stringcdk.support/lookup-entry:default-instance-profile-arn
defaultOsjava.lang.Stringcdk.support/lookup-entry:default-os
defaultRootDeviceTypejava.lang.Stringcdk.support/lookup-entry:default-root-device-type
defaultSshKeyNamejava.lang.Stringcdk.support/lookup-entry:default-ssh-key-name
defaultSubnetIdjava.lang.Stringcdk.support/lookup-entry:default-subnet-id
ecsClusterArnjava.lang.Stringcdk.support/lookup-entry:ecs-cluster-arn
elasticIpsjava.util.Listcdk.support/lookup-entry:elastic-ips
hostnameThemejava.lang.Stringcdk.support/lookup-entry:hostname-theme
namejava.lang.Stringcdk.support/lookup-entry:name
rdsDbInstancessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rds-db-instances
serviceRoleArnjava.lang.Stringcdk.support/lookup-entry:service-role-arn
sourceStackIdjava.lang.Stringcdk.support/lookup-entry:source-stack-id
tagsjava.util.Listcdk.support/lookup-entry:tags
useCustomCookbooksjava.lang.Booleancdk.support/lookup-entry:use-custom-cookbooks
useOpsworksSecurityGroupsjava.lang.Booleancdk.support/lookup-entry:use-opsworks-security-groups
vpcIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-stack-rds-db-instance-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
dbPasswordjava.lang.Stringcdk.support/lookup-entry:db-password
dbUserjava.lang.Stringcdk.support/lookup-entry:db-user
rdsDbInstanceArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-stack-source-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
passwordjava.lang.Stringcdk.support/lookup-entry:password
revisionjava.lang.Stringcdk.support/lookup-entry:revision
sshKeyjava.lang.Stringcdk.support/lookup-entry:ssh-key
typejava.lang.Stringcdk.support/lookup-entry:type
urljava.lang.Stringcdk.support/lookup-entry:url
usernamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-stack-stack-configuration-manager-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
versionjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-user-profile-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowSelfManagementsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-self-management
iamUserArnjava.lang.Stringcdk.support/lookup-entry:iam-user-arn
sshPublicKeyjava.lang.Stringcdk.support/lookup-entry:ssh-public-key
sshUsernamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-user-profile-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
allowSelfManagementsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-self-management
iamUserArnjava.lang.Stringcdk.support/lookup-entry:iam-user-arn
sshPublicKeyjava.lang.Stringcdk.support/lookup-entry:ssh-public-key
sshUsernamejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-volume-builderclj

(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:

FieldDataTypeLookup FunctionData Key
ec2VolumeIdjava.lang.Stringcdk.support/lookup-entry:ec2-volume-id
mountPointjava.lang.Stringcdk.support/lookup-entry:mount-point
namejava.lang.Stringcdk.support/lookup-entry:name
stackIdjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-volume-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
ec2VolumeIdjava.lang.Stringcdk.support/lookup-entry:ec2-volume-id
mountPointjava.lang.Stringcdk.support/lookup-entry:mount-point
namejava.lang.Stringcdk.support/lookup-entry:name
stackIdjava.lang.Stringcdk.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` |
sourceraw docstring

cfn-app-builderclj

(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 |
sourceraw docstring

cfn-app-data-source-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-app-environment-variable-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-app-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-app-source-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-app-ssl-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-elastic-load-balancer-attachment-builderclj

(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 |
sourceraw docstring

cfn-elastic-load-balancer-attachment-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-instance-block-device-mapping-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-instance-builderclj

(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 |
sourceraw docstring

cfn-instance-ebs-block-device-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-instance-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-instance-time-based-auto-scaling-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-layer-auto-scaling-thresholds-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-layer-builderclj

(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 |
sourceraw docstring

cfn-layer-lifecycle-event-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-layer-load-based-auto-scaling-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-layer-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-layer-recipes-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-layer-shutdown-event-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-layer-volume-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-stack-builderclj

(cfn-stack-builder scope id config)

Creates a CfnStack$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnStack$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-stack-chef-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-stack-elastic-ip-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-stack-props-builderclj

(cfn-stack-props-builder id config)

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

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

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

cfn-stack-rds-db-instance-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-stack-source-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-stack-stack-configuration-manager-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-user-profile-builderclj

(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 |
sourceraw docstring

cfn-user-profile-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-volume-builderclj

(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 |
sourceraw docstring

cfn-volume-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close