Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.ecs

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ecs package.

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

add-auto-scaling-group-capacity-options-builderclj

(add-auto-scaling-group-capacity-options-builder id config)

Creates a AddAutoScalingGroupCapacityOptions$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  `AddAutoScalingGroupCapacityOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

add-capacity-options-builderclj

(add-capacity-options-builder id config)

Creates a AddCapacityOptions$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  `AddCapacityOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

alarm-behaviorclj

(alarm-behavior config id item-key)

The alarm-behavior function data interprets values in the provided config data into a AlarmBehavior instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of AlarmBehavior - the value is returned.
  • is :fail-on-alarm - AlarmBehavior/FAIL_ON_ALARM is returned
  • is :rollback-on-alarm - AlarmBehavior/ROLLBACK_ON_ALARM is returned

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

The `alarm-behavior` function data interprets values in the provided config data into a 
`AlarmBehavior` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `AlarmBehavior` - the value is returned.
* is `:fail-on-alarm` - `AlarmBehavior/FAIL_ON_ALARM` is returned
* is `:rollback-on-alarm` - `AlarmBehavior/ROLLBACK_ON_ALARM` is returned

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

ami-hardware-typeclj

(ami-hardware-type config id item-key)

The ami-hardware-type function data interprets values in the provided config data into a AmiHardwareType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of AmiHardwareType - the value is returned.
  • is :gpu - AmiHardwareType/GPU is returned
  • is :standard - AmiHardwareType/STANDARD is returned
  • is :arm - AmiHardwareType/ARM is returned
  • is :neuron - AmiHardwareType/NEURON is returned

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

The `ami-hardware-type` function data interprets values in the provided config data into a 
`AmiHardwareType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `AmiHardwareType` - the value is returned.
* is `:gpu` - `AmiHardwareType/GPU` is returned
* is `:standard` - `AmiHardwareType/STANDARD` is returned
* is `:arm` - `AmiHardwareType/ARM` is returned
* is `:neuron` - `AmiHardwareType/NEURON` is returned

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

app-mesh-proxy-configuration-builderclj

(app-mesh-proxy-configuration-builder id config)

Creates a AppMeshProxyConfiguration$Builder instance using a no-argument create, 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  `AppMeshProxyConfiguration$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

app-mesh-proxy-configuration-config-props-builderclj

(app-mesh-proxy-configuration-config-props-builder id config)

Creates a AppMeshProxyConfigurationConfigProps$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  `AppMeshProxyConfigurationConfigProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

app-mesh-proxy-configuration-props-builderclj

(app-mesh-proxy-configuration-props-builder id config)

Creates a AppMeshProxyConfigurationProps$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  `AppMeshProxyConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

asg-capacity-provider-builderclj

(asg-capacity-provider-builder scope id config)

Creates a AsgCapacityProvider$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  `AsgCapacityProvider$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

asg-capacity-provider-props-builderclj

(asg-capacity-provider-props-builder id config)

Creates a AsgCapacityProviderProps$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  `AsgCapacityProviderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

asset-environment-file-builderclj

(asset-environment-file-builder path id config)

Creates a AssetEnvironmentFile$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | path | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `AssetEnvironmentFile$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| path | java.lang.String |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

asset-image-builderclj

(asset-image-builder directory id config)

Creates a AssetImage$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | directory | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `AssetImage$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| directory | java.lang.String |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

asset-image-props-builderclj

(asset-image-props-builder id config)

Creates a AssetImageProps$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  `AssetImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

associate-cloud-map-service-options-builderclj

(associate-cloud-map-service-options-builder id config)

Creates a AssociateCloudMapServiceOptions$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  `AssociateCloudMapServiceOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

authorization-config-builderclj

(authorization-config-builder id config)

Creates a AuthorizationConfig$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  `AuthorizationConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

aws-log-driver-builderclj

(aws-log-driver-builder id config)

Creates a AwsLogDriver$Builder instance using a no-argument create, 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  `AwsLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following arguments: 

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

aws-log-driver-modeclj

(aws-log-driver-mode config id item-key)

The aws-log-driver-mode function data interprets values in the provided config data into a AwsLogDriverMode instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of AwsLogDriverMode - the value is returned.
  • is :non-blocking - AwsLogDriverMode/NON_BLOCKING is returned
  • is :blocking - AwsLogDriverMode/BLOCKING is returned

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

The `aws-log-driver-mode` function data interprets values in the provided config data into a 
`AwsLogDriverMode` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `AwsLogDriverMode` - the value is returned.
* is `:non-blocking` - `AwsLogDriverMode/NON_BLOCKING` is returned
* is `:blocking` - `AwsLogDriverMode/BLOCKING` is returned

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

aws-log-driver-props-builderclj

(aws-log-driver-props-builder id config)

Creates a AwsLogDriverProps$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  `AwsLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

base-log-driver-props-builderclj

(base-log-driver-props-builder id config)

Creates a BaseLogDriverProps$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  `BaseLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

base-mount-point-builderclj

(base-mount-point-builder id config)

Creates a BaseMountPoint$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  `BaseMountPoint$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

base-service-options-builderclj

(base-service-options-builder id config)

Creates a BaseServiceOptions$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  `BaseServiceOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

base-service-props-builderclj

(base-service-props-builder id config)

Creates a BaseServiceProps$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  `BaseServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

bin-pack-resourceclj

(bin-pack-resource config id item-key)

The bin-pack-resource function data interprets values in the provided config data into a BinPackResource instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of BinPackResource - the value is returned.
  • is :memory - BinPackResource/MEMORY is returned
  • is :cpu - BinPackResource/CPU is returned

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

The `bin-pack-resource` function data interprets values in the provided config data into a 
`BinPackResource` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `BinPackResource` - the value is returned.
* is `:memory` - `BinPackResource/MEMORY` is returned
* is `:cpu` - `BinPackResource/CPU` is returned

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

bottle-rocket-image-builderclj

(bottle-rocket-image-builder id config)

Creates a BottleRocketImage$Builder instance using a no-argument create, 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  `BottleRocketImage$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

bottle-rocket-image-props-builderclj

(bottle-rocket-image-props-builder id config)

Creates a BottleRocketImageProps$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  `BottleRocketImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

bottlerocket-ecs-variantclj

(bottlerocket-ecs-variant config id item-key)

The bottlerocket-ecs-variant function data interprets values in the provided config data into a BottlerocketEcsVariant instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of BottlerocketEcsVariant - the value is returned.
  • is :aws-ecs-2-nvidia - BottlerocketEcsVariant/AWS_ECS_2_NVIDIA is returned
  • is :aws-ecs-1 - BottlerocketEcsVariant/AWS_ECS_1 is returned
  • is :aws-ecs-2 - BottlerocketEcsVariant/AWS_ECS_2 is returned
  • is :aws-ecs-1-nvidia - BottlerocketEcsVariant/AWS_ECS_1_NVIDIA is returned

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

The `bottlerocket-ecs-variant` function data interprets values in the provided config data into a 
`BottlerocketEcsVariant` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `BottlerocketEcsVariant` - the value is returned.
* is `:aws-ecs-2-nvidia` - `BottlerocketEcsVariant/AWS_ECS_2_NVIDIA` is returned
* is `:aws-ecs-1` - `BottlerocketEcsVariant/AWS_ECS_1` is returned
* is `:aws-ecs-2` - `BottlerocketEcsVariant/AWS_ECS_2` is returned
* is `:aws-ecs-1-nvidia` - `BottlerocketEcsVariant/AWS_ECS_1_NVIDIA` is returned

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

build-add-auto-scaling-group-capacity-options-builderclj

(build-add-auto-scaling-group-capacity-options-builder builder id config)

The build-add-auto-scaling-group-capacity-options-builder function updates a AddAutoScalingGroupCapacityOptions$Builder instance using the provided configuration. The function takes the AddAutoScalingGroupCapacityOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
canContainersAccessInstanceRolejava.lang.Booleancdk.support/lookup-entry:can-containers-access-instance-role
machineImageTypesoftware.amazon.awscdk.services.ecs.MachineImageTypecdk.api.services.ecs/machine-image-type:machine-image-type
spotInstanceDrainingjava.lang.Booleancdk.support/lookup-entry:spot-instance-draining
topicEncryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:topic-encryption-key
The build-add-auto-scaling-group-capacity-options-builder function updates a AddAutoScalingGroupCapacityOptions$Builder instance using the provided configuration.
  The function takes the AddAutoScalingGroupCapacityOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `canContainersAccessInstanceRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:can-containers-access-instance-role` |
| `machineImageType` | software.amazon.awscdk.services.ecs.MachineImageType | [[cdk.api.services.ecs/machine-image-type]] | `:machine-image-type` |
| `spotInstanceDraining` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:spot-instance-draining` |
| `topicEncryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:topic-encryption-key` |
sourceraw docstring

build-add-capacity-options-builderclj

(build-add-capacity-options-builder builder id config)

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

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
allowAllOutboundjava.lang.Booleancdk.support/lookup-entry:allow-all-outbound
associatePublicIpAddressjava.lang.Booleancdk.support/lookup-entry:associate-public-ip-address
autoScalingGroupNamejava.lang.Stringcdk.support/lookup-entry:auto-scaling-group-name
blockDevicesjava.util.Listcdk.support/lookup-entry:block-devices
canContainersAccessInstanceRolejava.lang.Booleancdk.support/lookup-entry:can-containers-access-instance-role
capacityRebalancejava.lang.Booleancdk.support/lookup-entry:capacity-rebalance
cooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:cooldown
defaultInstanceWarmupsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:default-instance-warmup
desiredCapacityjava.lang.Numbercdk.support/lookup-entry:desired-capacity
groupMetricsjava.util.Listcdk.support/lookup-entry:group-metrics
healthChecksoftware.amazon.awscdk.services.autoscaling.HealthCheckcdk.support/lookup-entry:health-check
ignoreUnmodifiedSizePropertiesjava.lang.Booleancdk.support/lookup-entry:ignore-unmodified-size-properties
instanceMonitoringsoftware.amazon.awscdk.services.autoscaling.Monitoringcdk.api.services.autoscaling/monitoring:instance-monitoring
instanceTypesoftware.amazon.awscdk.services.ec2.InstanceTypecdk.support/lookup-entry:instance-type
keyNamejava.lang.Stringcdk.support/lookup-entry:key-name
keyPairsoftware.amazon.awscdk.services.ec2.IKeyPaircdk.support/lookup-entry:key-pair
machineImagesoftware.amazon.awscdk.services.ec2.IMachineImagecdk.support/lookup-entry:machine-image
machineImageTypesoftware.amazon.awscdk.services.ecs.MachineImageTypecdk.api.services.ecs/machine-image-type:machine-image-type
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
maxInstanceLifetimesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-instance-lifetime
minCapacityjava.lang.Numbercdk.support/lookup-entry:min-capacity
newInstancesProtectedFromScaleInjava.lang.Booleancdk.support/lookup-entry:new-instances-protected-from-scale-in
notificationsjava.util.Listcdk.support/lookup-entry:notifications
signalssoftware.amazon.awscdk.services.autoscaling.Signalscdk.support/lookup-entry:signals
spotInstanceDrainingjava.lang.Booleancdk.support/lookup-entry:spot-instance-draining
spotPricejava.lang.Stringcdk.support/lookup-entry:spot-price
ssmSessionPermissionsjava.lang.Booleancdk.support/lookup-entry:ssm-session-permissions
terminationPoliciesjava.util.Listcdk.support/lookup-entry:termination-policies
terminationPolicyCustomLambdaFunctionArnjava.lang.Stringcdk.support/lookup-entry:termination-policy-custom-lambda-function-arn
topicEncryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:topic-encryption-key
updatePolicysoftware.amazon.awscdk.services.autoscaling.UpdatePolicycdk.support/lookup-entry:update-policy
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-add-capacity-options-builder function updates a AddCapacityOptions$Builder instance using the provided configuration.
  The function takes the AddCapacityOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` |
| `associatePublicIpAddress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` |
| `autoScalingGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-scaling-group-name` |
| `blockDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:block-devices` |
| `canContainersAccessInstanceRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:can-containers-access-instance-role` |
| `capacityRebalance` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:capacity-rebalance` |
| `cooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:cooldown` |
| `defaultInstanceWarmup` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:default-instance-warmup` |
| `desiredCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-capacity` |
| `groupMetrics` | java.util.List | [[cdk.support/lookup-entry]] | `:group-metrics` |
| `healthCheck` | software.amazon.awscdk.services.autoscaling.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `ignoreUnmodifiedSizeProperties` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-unmodified-size-properties` |
| `instanceMonitoring` | software.amazon.awscdk.services.autoscaling.Monitoring | [[cdk.api.services.autoscaling/monitoring]] | `:instance-monitoring` |
| `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` |
| `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` |
| `keyPair` | software.amazon.awscdk.services.ec2.IKeyPair | [[cdk.support/lookup-entry]] | `:key-pair` |
| `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` |
| `machineImageType` | software.amazon.awscdk.services.ecs.MachineImageType | [[cdk.api.services.ecs/machine-image-type]] | `:machine-image-type` |
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `maxInstanceLifetime` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-instance-lifetime` |
| `minCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity` |
| `newInstancesProtectedFromScaleIn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:new-instances-protected-from-scale-in` |
| `notifications` | java.util.List | [[cdk.support/lookup-entry]] | `:notifications` |
| `signals` | software.amazon.awscdk.services.autoscaling.Signals | [[cdk.support/lookup-entry]] | `:signals` |
| `spotInstanceDraining` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:spot-instance-draining` |
| `spotPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:spot-price` |
| `ssmSessionPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ssm-session-permissions` |
| `terminationPolicies` | java.util.List | [[cdk.support/lookup-entry]] | `:termination-policies` |
| `terminationPolicyCustomLambdaFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:termination-policy-custom-lambda-function-arn` |
| `topicEncryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:topic-encryption-key` |
| `updatePolicy` | software.amazon.awscdk.services.autoscaling.UpdatePolicy | [[cdk.support/lookup-entry]] | `:update-policy` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-app-mesh-proxy-configuration-builderclj

(build-app-mesh-proxy-configuration-builder builder id config)

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

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
propertiessoftware.amazon.awscdk.services.ecs.AppMeshProxyConfigurationPropscdk.support/lookup-entry:properties
The build-app-mesh-proxy-configuration-builder function updates a AppMeshProxyConfiguration$Builder instance using the provided configuration.
  The function takes the AppMeshProxyConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `properties` | software.amazon.awscdk.services.ecs.AppMeshProxyConfigurationProps | [[cdk.support/lookup-entry]] | `:properties` |
sourceraw docstring

build-app-mesh-proxy-configuration-config-props-builderclj

(build-app-mesh-proxy-configuration-config-props-builder builder id config)

The build-app-mesh-proxy-configuration-config-props-builder function updates a AppMeshProxyConfigurationConfigProps$Builder instance using the provided configuration. The function takes the AppMeshProxyConfigurationConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
propertiessoftware.amazon.awscdk.services.ecs.AppMeshProxyConfigurationPropscdk.support/lookup-entry:properties
The build-app-mesh-proxy-configuration-config-props-builder function updates a AppMeshProxyConfigurationConfigProps$Builder instance using the provided configuration.
  The function takes the AppMeshProxyConfigurationConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `properties` | software.amazon.awscdk.services.ecs.AppMeshProxyConfigurationProps | [[cdk.support/lookup-entry]] | `:properties` |
sourceraw docstring

build-app-mesh-proxy-configuration-props-builderclj

(build-app-mesh-proxy-configuration-props-builder builder id config)

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

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
appPortsjava.util.Listcdk.support/lookup-entry:app-ports
egressIgnoredIPsjava.util.Listcdk.support/lookup-entry:egress-ignored-i-ps
egressIgnoredPortsjava.util.Listcdk.support/lookup-entry:egress-ignored-ports
ignoredGidjava.lang.Numbercdk.support/lookup-entry:ignored-gid
ignoredUidjava.lang.Numbercdk.support/lookup-entry:ignored-uid
proxyEgressPortjava.lang.Numbercdk.support/lookup-entry:proxy-egress-port
proxyIngressPortjava.lang.Numbercdk.support/lookup-entry:proxy-ingress-port
The build-app-mesh-proxy-configuration-props-builder function updates a AppMeshProxyConfigurationProps$Builder instance using the provided configuration.
  The function takes the AppMeshProxyConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appPorts` | java.util.List | [[cdk.support/lookup-entry]] | `:app-ports` |
| `egressIgnoredIPs` | java.util.List | [[cdk.support/lookup-entry]] | `:egress-ignored-i-ps` |
| `egressIgnoredPorts` | java.util.List | [[cdk.support/lookup-entry]] | `:egress-ignored-ports` |
| `ignoredGid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ignored-gid` |
| `ignoredUid` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ignored-uid` |
| `proxyEgressPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:proxy-egress-port` |
| `proxyIngressPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:proxy-ingress-port` |
sourceraw docstring

build-asg-capacity-provider-builderclj

(build-asg-capacity-provider-builder builder id config)

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

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
autoScalingGroupsoftware.amazon.awscdk.services.autoscaling.IAutoScalingGroupcdk.support/lookup-entry:auto-scaling-group
canContainersAccessInstanceRolejava.lang.Booleancdk.support/lookup-entry:can-containers-access-instance-role
capacityProviderNamejava.lang.Stringcdk.support/lookup-entry:capacity-provider-name
enableManagedDrainingjava.lang.Booleancdk.support/lookup-entry:enable-managed-draining
enableManagedScalingjava.lang.Booleancdk.support/lookup-entry:enable-managed-scaling
enableManagedTerminationProtectionjava.lang.Booleancdk.support/lookup-entry:enable-managed-termination-protection
instanceWarmupPeriodjava.lang.Numbercdk.support/lookup-entry:instance-warmup-period
machineImageTypesoftware.amazon.awscdk.services.ecs.MachineImageTypecdk.api.services.ecs/machine-image-type:machine-image-type
maximumScalingStepSizejava.lang.Numbercdk.support/lookup-entry:maximum-scaling-step-size
minimumScalingStepSizejava.lang.Numbercdk.support/lookup-entry:minimum-scaling-step-size
spotInstanceDrainingjava.lang.Booleancdk.support/lookup-entry:spot-instance-draining
targetCapacityPercentjava.lang.Numbercdk.support/lookup-entry:target-capacity-percent
topicEncryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:topic-encryption-key
The build-asg-capacity-provider-builder function updates a AsgCapacityProvider$Builder instance using the provided configuration.
  The function takes the AsgCapacityProvider$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingGroup` | software.amazon.awscdk.services.autoscaling.IAutoScalingGroup | [[cdk.support/lookup-entry]] | `:auto-scaling-group` |
| `canContainersAccessInstanceRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:can-containers-access-instance-role` |
| `capacityProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider-name` |
| `enableManagedDraining` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-managed-draining` |
| `enableManagedScaling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-managed-scaling` |
| `enableManagedTerminationProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-managed-termination-protection` |
| `instanceWarmupPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-warmup-period` |
| `machineImageType` | software.amazon.awscdk.services.ecs.MachineImageType | [[cdk.api.services.ecs/machine-image-type]] | `:machine-image-type` |
| `maximumScalingStepSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-scaling-step-size` |
| `minimumScalingStepSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-scaling-step-size` |
| `spotInstanceDraining` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:spot-instance-draining` |
| `targetCapacityPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-capacity-percent` |
| `topicEncryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:topic-encryption-key` |
sourceraw docstring

build-asg-capacity-provider-props-builderclj

(build-asg-capacity-provider-props-builder builder id config)

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

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
autoScalingGroupsoftware.amazon.awscdk.services.autoscaling.IAutoScalingGroupcdk.support/lookup-entry:auto-scaling-group
canContainersAccessInstanceRolejava.lang.Booleancdk.support/lookup-entry:can-containers-access-instance-role
capacityProviderNamejava.lang.Stringcdk.support/lookup-entry:capacity-provider-name
enableManagedDrainingjava.lang.Booleancdk.support/lookup-entry:enable-managed-draining
enableManagedScalingjava.lang.Booleancdk.support/lookup-entry:enable-managed-scaling
enableManagedTerminationProtectionjava.lang.Booleancdk.support/lookup-entry:enable-managed-termination-protection
instanceWarmupPeriodjava.lang.Numbercdk.support/lookup-entry:instance-warmup-period
machineImageTypesoftware.amazon.awscdk.services.ecs.MachineImageTypecdk.api.services.ecs/machine-image-type:machine-image-type
maximumScalingStepSizejava.lang.Numbercdk.support/lookup-entry:maximum-scaling-step-size
minimumScalingStepSizejava.lang.Numbercdk.support/lookup-entry:minimum-scaling-step-size
spotInstanceDrainingjava.lang.Booleancdk.support/lookup-entry:spot-instance-draining
targetCapacityPercentjava.lang.Numbercdk.support/lookup-entry:target-capacity-percent
topicEncryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:topic-encryption-key
The build-asg-capacity-provider-props-builder function updates a AsgCapacityProviderProps$Builder instance using the provided configuration.
  The function takes the AsgCapacityProviderProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingGroup` | software.amazon.awscdk.services.autoscaling.IAutoScalingGroup | [[cdk.support/lookup-entry]] | `:auto-scaling-group` |
| `canContainersAccessInstanceRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:can-containers-access-instance-role` |
| `capacityProviderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider-name` |
| `enableManagedDraining` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-managed-draining` |
| `enableManagedScaling` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-managed-scaling` |
| `enableManagedTerminationProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-managed-termination-protection` |
| `instanceWarmupPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-warmup-period` |
| `machineImageType` | software.amazon.awscdk.services.ecs.MachineImageType | [[cdk.api.services.ecs/machine-image-type]] | `:machine-image-type` |
| `maximumScalingStepSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-scaling-step-size` |
| `minimumScalingStepSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-scaling-step-size` |
| `spotInstanceDraining` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:spot-instance-draining` |
| `targetCapacityPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-capacity-percent` |
| `topicEncryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:topic-encryption-key` |
sourceraw docstring

build-asset-environment-file-builderclj

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

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

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
assetHashjava.lang.Stringcdk.support/lookup-entry:asset-hash
assetHashTypesoftware.amazon.awscdk.AssetHashTypecdk.api/asset-hash-type:asset-hash-type
bundlingsoftware.amazon.awscdk.BundlingOptionscdk.support/lookup-entry:bundling
deployTimejava.lang.Booleancdk.support/lookup-entry:deploy-time
excludejava.util.Listcdk.support/lookup-entry:exclude
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
readersjava.util.Listcdk.support/lookup-entry:readers
The build-asset-environment-file-builder function updates a AssetEnvironmentFile$Builder instance using the provided configuration.
  The function takes the AssetEnvironmentFile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assetHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-hash` |
| `assetHashType` | software.amazon.awscdk.AssetHashType | [[cdk.api/asset-hash-type]] | `:asset-hash-type` |
| `bundling` | software.amazon.awscdk.BundlingOptions | [[cdk.support/lookup-entry]] | `:bundling` |
| `deployTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy-time` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `readers` | java.util.List | [[cdk.support/lookup-entry]] | `:readers` |
sourceraw docstring

build-asset-image-builderclj

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

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

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
assetNamejava.lang.Stringcdk.support/lookup-entry:asset-name
buildArgsjava.util.Mapcdk.support/lookup-entry:build-args
buildSecretsjava.util.Mapcdk.support/lookup-entry:build-secrets
buildSshjava.lang.Stringcdk.support/lookup-entry:build-ssh
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.services.ecr.assets.DockerCacheOptioncdk.support/lookup-entry:cache-to
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
filejava.lang.Stringcdk.support/lookup-entry:file
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
invalidationsoftware.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptionscdk.support/lookup-entry:invalidation
networkModesoftware.amazon.awscdk.services.ecr.assets.NetworkModecdk.support/lookup-entry:network-mode
outputsjava.util.Listcdk.support/lookup-entry:outputs
platformsoftware.amazon.awscdk.services.ecr.assets.Platformcdk.support/lookup-entry:platform
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-asset-image-builder function updates a AssetImage$Builder instance using the provided configuration.
  The function takes the AssetImage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-name` |
| `buildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-args` |
| `buildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.services.ecr.assets.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `invalidation` | software.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptions | [[cdk.support/lookup-entry]] | `:invalidation` |
| `networkMode` | software.amazon.awscdk.services.ecr.assets.NetworkMode | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `platform` | software.amazon.awscdk.services.ecr.assets.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-asset-image-props-builderclj

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

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

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
assetNamejava.lang.Stringcdk.support/lookup-entry:asset-name
buildArgsjava.util.Mapcdk.support/lookup-entry:build-args
buildSecretsjava.util.Mapcdk.support/lookup-entry:build-secrets
buildSshjava.lang.Stringcdk.support/lookup-entry:build-ssh
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.services.ecr.assets.DockerCacheOptioncdk.support/lookup-entry:cache-to
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
filejava.lang.Stringcdk.support/lookup-entry:file
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
invalidationsoftware.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptionscdk.support/lookup-entry:invalidation
networkModesoftware.amazon.awscdk.services.ecr.assets.NetworkModecdk.support/lookup-entry:network-mode
outputsjava.util.Listcdk.support/lookup-entry:outputs
platformsoftware.amazon.awscdk.services.ecr.assets.Platformcdk.support/lookup-entry:platform
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-asset-image-props-builder function updates a AssetImageProps$Builder instance using the provided configuration.
  The function takes the AssetImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-name` |
| `buildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-args` |
| `buildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.services.ecr.assets.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `invalidation` | software.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptions | [[cdk.support/lookup-entry]] | `:invalidation` |
| `networkMode` | software.amazon.awscdk.services.ecr.assets.NetworkMode | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `platform` | software.amazon.awscdk.services.ecr.assets.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-associate-cloud-map-service-options-builderclj

(build-associate-cloud-map-service-options-builder builder id config)

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

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
containersoftware.amazon.awscdk.services.ecs.ContainerDefinitioncdk.support/lookup-entry:container
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
servicesoftware.amazon.awscdk.services.servicediscovery.IServicecdk.support/lookup-entry:service
The build-associate-cloud-map-service-options-builder function updates a AssociateCloudMapServiceOptions$Builder instance using the provided configuration.
  The function takes the AssociateCloudMapServiceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `container` | software.amazon.awscdk.services.ecs.ContainerDefinition | [[cdk.support/lookup-entry]] | `:container` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `service` | software.amazon.awscdk.services.servicediscovery.IService | [[cdk.support/lookup-entry]] | `:service` |
sourceraw docstring

build-authorization-config-builderclj

(build-authorization-config-builder builder id config)

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

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
accessPointIdjava.lang.Stringcdk.support/lookup-entry:access-point-id
iamjava.lang.Stringcdk.support/lookup-entry:iam
The build-authorization-config-builder function updates a AuthorizationConfig$Builder instance using the provided configuration.
  The function takes the AuthorizationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessPointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-point-id` |
| `iam` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam` |
sourceraw docstring

build-aws-log-driver-builderclj

(build-aws-log-driver-builder builder id config)

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

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
datetimeFormatjava.lang.Stringcdk.support/lookup-entry:datetime-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
maxBufferSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:max-buffer-size
modesoftware.amazon.awscdk.services.ecs.AwsLogDriverModecdk.api.services.ecs/aws-log-driver-mode:mode
multilinePatternjava.lang.Stringcdk.support/lookup-entry:multiline-pattern
streamPrefixjava.lang.Stringcdk.support/lookup-entry:stream-prefix
The build-aws-log-driver-builder function updates a AwsLogDriver$Builder instance using the provided configuration.
  The function takes the AwsLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `datetimeFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:datetime-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `maxBufferSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:max-buffer-size` |
| `mode` | software.amazon.awscdk.services.ecs.AwsLogDriverMode | [[cdk.api.services.ecs/aws-log-driver-mode]] | `:mode` |
| `multilinePattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:multiline-pattern` |
| `streamPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-prefix` |
sourceraw docstring

build-aws-log-driver-props-builderclj

(build-aws-log-driver-props-builder builder id config)

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

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
datetimeFormatjava.lang.Stringcdk.support/lookup-entry:datetime-format
logGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:log-group
logRetentionsoftware.amazon.awscdk.services.logs.RetentionDayscdk.api.services.logs/retention-days:log-retention
maxBufferSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:max-buffer-size
modesoftware.amazon.awscdk.services.ecs.AwsLogDriverModecdk.api.services.ecs/aws-log-driver-mode:mode
multilinePatternjava.lang.Stringcdk.support/lookup-entry:multiline-pattern
streamPrefixjava.lang.Stringcdk.support/lookup-entry:stream-prefix
The build-aws-log-driver-props-builder function updates a AwsLogDriverProps$Builder instance using the provided configuration.
  The function takes the AwsLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `datetimeFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:datetime-format` |
| `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` |
| `logRetention` | software.amazon.awscdk.services.logs.RetentionDays | [[cdk.api.services.logs/retention-days]] | `:log-retention` |
| `maxBufferSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:max-buffer-size` |
| `mode` | software.amazon.awscdk.services.ecs.AwsLogDriverMode | [[cdk.api.services.ecs/aws-log-driver-mode]] | `:mode` |
| `multilinePattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:multiline-pattern` |
| `streamPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-prefix` |
sourceraw docstring

build-base-log-driver-props-builderclj

(build-base-log-driver-props-builder builder id config)

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

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
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-base-log-driver-props-builder function updates a BaseLogDriverProps$Builder instance using the provided configuration.
  The function takes the BaseLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-base-mount-point-builderclj

(build-base-mount-point-builder builder id config)

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

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
readOnlyjava.lang.Booleancdk.support/lookup-entry:read-only
The build-base-mount-point-builder function updates a BaseMountPoint$Builder instance using the provided configuration.
  The function takes the BaseMountPoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `readOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only` |
sourceraw docstring

build-base-service-options-builderclj

(build-base-service-options-builder builder id config)

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

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
capacityProviderStrategiesjava.util.Listcdk.support/lookup-entry:capacity-provider-strategies
circuitBreakersoftware.amazon.awscdk.services.ecs.DeploymentCircuitBreakercdk.support/lookup-entry:circuit-breaker
cloudMapOptionssoftware.amazon.awscdk.services.ecs.CloudMapOptionscdk.support/lookup-entry:cloud-map-options
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
deploymentAlarmssoftware.amazon.awscdk.services.ecs.DeploymentAlarmConfigcdk.support/lookup-entry:deployment-alarms
deploymentControllersoftware.amazon.awscdk.services.ecs.DeploymentControllercdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:health-check-grace-period
maxHealthyPercentjava.lang.Numbercdk.support/lookup-entry:max-healthy-percent
minHealthyPercentjava.lang.Numbercdk.support/lookup-entry:min-healthy-percent
propagateTagssoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagate-tags
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.ServiceConnectPropscdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
taskDefinitionRevisionsoftware.amazon.awscdk.services.ecs.TaskDefinitionRevisioncdk.support/lookup-entry:task-definition-revision
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
The build-base-service-options-builder function updates a BaseServiceOptions$Builder instance using the provided configuration.
  The function takes the BaseServiceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviderStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategies` |
| `circuitBreaker` | software.amazon.awscdk.services.ecs.DeploymentCircuitBreaker | [[cdk.support/lookup-entry]] | `:circuit-breaker` |
| `cloudMapOptions` | software.amazon.awscdk.services.ecs.CloudMapOptions | [[cdk.support/lookup-entry]] | `:cloud-map-options` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `deploymentAlarms` | software.amazon.awscdk.services.ecs.DeploymentAlarmConfig | [[cdk.support/lookup-entry]] | `:deployment-alarms` |
| `deploymentController` | software.amazon.awscdk.services.ecs.DeploymentController | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:health-check-grace-period` |
| `maxHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-healthy-percent` |
| `minHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-healthy-percent` |
| `propagateTags` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagate-tags` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.ServiceConnectProps | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `taskDefinitionRevision` | software.amazon.awscdk.services.ecs.TaskDefinitionRevision | [[cdk.support/lookup-entry]] | `:task-definition-revision` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
sourceraw docstring

build-base-service-props-builderclj

(build-base-service-props-builder builder id config)

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

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
capacityProviderStrategiesjava.util.Listcdk.support/lookup-entry:capacity-provider-strategies
circuitBreakersoftware.amazon.awscdk.services.ecs.DeploymentCircuitBreakercdk.support/lookup-entry:circuit-breaker
cloudMapOptionssoftware.amazon.awscdk.services.ecs.CloudMapOptionscdk.support/lookup-entry:cloud-map-options
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
deploymentAlarmssoftware.amazon.awscdk.services.ecs.DeploymentAlarmConfigcdk.support/lookup-entry:deployment-alarms
deploymentControllersoftware.amazon.awscdk.services.ecs.DeploymentControllercdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:health-check-grace-period
launchTypesoftware.amazon.awscdk.services.ecs.LaunchTypecdk.api.services.ecs/launch-type:launch-type
maxHealthyPercentjava.lang.Numbercdk.support/lookup-entry:max-healthy-percent
minHealthyPercentjava.lang.Numbercdk.support/lookup-entry:min-healthy-percent
propagateTagssoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagate-tags
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.ServiceConnectPropscdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
taskDefinitionRevisionsoftware.amazon.awscdk.services.ecs.TaskDefinitionRevisioncdk.support/lookup-entry:task-definition-revision
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
The build-base-service-props-builder function updates a BaseServiceProps$Builder instance using the provided configuration.
  The function takes the BaseServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviderStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategies` |
| `circuitBreaker` | software.amazon.awscdk.services.ecs.DeploymentCircuitBreaker | [[cdk.support/lookup-entry]] | `:circuit-breaker` |
| `cloudMapOptions` | software.amazon.awscdk.services.ecs.CloudMapOptions | [[cdk.support/lookup-entry]] | `:cloud-map-options` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `deploymentAlarms` | software.amazon.awscdk.services.ecs.DeploymentAlarmConfig | [[cdk.support/lookup-entry]] | `:deployment-alarms` |
| `deploymentController` | software.amazon.awscdk.services.ecs.DeploymentController | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:health-check-grace-period` |
| `launchType` | software.amazon.awscdk.services.ecs.LaunchType | [[cdk.api.services.ecs/launch-type]] | `:launch-type` |
| `maxHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-healthy-percent` |
| `minHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-healthy-percent` |
| `propagateTags` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagate-tags` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.ServiceConnectProps | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `taskDefinitionRevision` | software.amazon.awscdk.services.ecs.TaskDefinitionRevision | [[cdk.support/lookup-entry]] | `:task-definition-revision` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
sourceraw docstring

build-bottle-rocket-image-builderclj

(build-bottle-rocket-image-builder builder id config)

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

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
architecturesoftware.amazon.awscdk.services.ec2.InstanceArchitecturecdk.api.services.ec2/instance-architecture:architecture
cachedInContextjava.lang.Booleancdk.support/lookup-entry:cached-in-context
variantsoftware.amazon.awscdk.services.ecs.BottlerocketEcsVariantcdk.api.services.ecs/bottlerocket-ecs-variant:variant
The build-bottle-rocket-image-builder function updates a BottleRocketImage$Builder instance using the provided configuration.
  The function takes the BottleRocketImage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `architecture` | software.amazon.awscdk.services.ec2.InstanceArchitecture | [[cdk.api.services.ec2/instance-architecture]] | `:architecture` |
| `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` |
| `variant` | software.amazon.awscdk.services.ecs.BottlerocketEcsVariant | [[cdk.api.services.ecs/bottlerocket-ecs-variant]] | `:variant` |
sourceraw docstring

build-bottle-rocket-image-props-builderclj

(build-bottle-rocket-image-props-builder builder id config)

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

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
architecturesoftware.amazon.awscdk.services.ec2.InstanceArchitecturecdk.api.services.ec2/instance-architecture:architecture
cachedInContextjava.lang.Booleancdk.support/lookup-entry:cached-in-context
variantsoftware.amazon.awscdk.services.ecs.BottlerocketEcsVariantcdk.api.services.ecs/bottlerocket-ecs-variant:variant
The build-bottle-rocket-image-props-builder function updates a BottleRocketImageProps$Builder instance using the provided configuration.
  The function takes the BottleRocketImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `architecture` | software.amazon.awscdk.services.ec2.InstanceArchitecture | [[cdk.api.services.ec2/instance-architecture]] | `:architecture` |
| `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` |
| `variant` | software.amazon.awscdk.services.ecs.BottlerocketEcsVariant | [[cdk.api.services.ecs/bottlerocket-ecs-variant]] | `:variant` |
sourceraw docstring

build-capacity-provider-strategy-builderclj

(build-capacity-provider-strategy-builder builder id config)

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

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
basejava.lang.Numbercdk.support/lookup-entry:base
capacityProviderjava.lang.Stringcdk.support/lookup-entry:capacity-provider
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-capacity-provider-strategy-builder function updates a CapacityProviderStrategy$Builder instance using the provided configuration.
  The function takes the CapacityProviderStrategy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `base` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base` |
| `capacityProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-capacity-provider-auto-scaling-group-provider-property-builderclj

(build-cfn-capacity-provider-auto-scaling-group-provider-property-builder
  builder
  id
  config)

The build-cfn-capacity-provider-auto-scaling-group-provider-property-builder function updates a CfnCapacityProvider$AutoScalingGroupProviderProperty$Builder instance using the provided configuration. The function takes the CfnCapacityProvider$AutoScalingGroupProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
autoScalingGroupArnjava.lang.Stringcdk.support/lookup-entry:auto-scaling-group-arn
managedDrainingjava.lang.Stringcdk.support/lookup-entry:managed-draining
managedScalingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:managed-scaling
managedTerminationProtectionjava.lang.Stringcdk.support/lookup-entry:managed-termination-protection
The build-cfn-capacity-provider-auto-scaling-group-provider-property-builder function updates a CfnCapacityProvider$AutoScalingGroupProviderProperty$Builder instance using the provided configuration.
  The function takes the CfnCapacityProvider$AutoScalingGroupProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-scaling-group-arn` |
| `managedDraining` | java.lang.String | [[cdk.support/lookup-entry]] | `:managed-draining` |
| `managedScaling` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:managed-scaling` |
| `managedTerminationProtection` | java.lang.String | [[cdk.support/lookup-entry]] | `:managed-termination-protection` |
sourceraw docstring

build-cfn-capacity-provider-builderclj

(build-cfn-capacity-provider-builder builder id config)

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

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
autoScalingGroupProvidersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-scaling-group-provider
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-capacity-provider-builder function updates a CfnCapacityProvider$Builder instance using the provided configuration.
  The function takes the CfnCapacityProvider$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingGroupProvider` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-scaling-group-provider` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-capacity-provider-managed-scaling-property-builderclj

(build-cfn-capacity-provider-managed-scaling-property-builder builder id config)

The build-cfn-capacity-provider-managed-scaling-property-builder function updates a CfnCapacityProvider$ManagedScalingProperty$Builder instance using the provided configuration. The function takes the CfnCapacityProvider$ManagedScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
instanceWarmupPeriodjava.lang.Numbercdk.support/lookup-entry:instance-warmup-period
maximumScalingStepSizejava.lang.Numbercdk.support/lookup-entry:maximum-scaling-step-size
minimumScalingStepSizejava.lang.Numbercdk.support/lookup-entry:minimum-scaling-step-size
statusjava.lang.Stringcdk.support/lookup-entry:status
targetCapacityjava.lang.Numbercdk.support/lookup-entry:target-capacity
The build-cfn-capacity-provider-managed-scaling-property-builder function updates a CfnCapacityProvider$ManagedScalingProperty$Builder instance using the provided configuration.
  The function takes the CfnCapacityProvider$ManagedScalingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceWarmupPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-warmup-period` |
| `maximumScalingStepSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-scaling-step-size` |
| `minimumScalingStepSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-scaling-step-size` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `targetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-capacity` |
sourceraw docstring

build-cfn-capacity-provider-props-builderclj

(build-cfn-capacity-provider-props-builder builder id config)

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

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
autoScalingGroupProvidersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-scaling-group-provider
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-capacity-provider-props-builder function updates a CfnCapacityProviderProps$Builder instance using the provided configuration.
  The function takes the CfnCapacityProviderProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoScalingGroupProvider` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-scaling-group-provider` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-cluster-builderclj

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

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

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
capacityProvidersjava.util.Listcdk.support/lookup-entry:capacity-providers
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
clusterSettingsjava.util.Listcdk.support/lookup-entry:cluster-settings
configurationsoftware.amazon.awscdk.services.ecs.CfnCluster$ClusterConfigurationPropertycdk.support/lookup-entry:configuration
defaultCapacityProviderStrategysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-capacity-provider-strategy
serviceConnectDefaultssoftware.amazon.awscdk.services.ecs.CfnCluster$ServiceConnectDefaultsPropertycdk.support/lookup-entry:service-connect-defaults
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-cluster-builder function updates a CfnCluster$Builder instance using the provided configuration.
  The function takes the CfnCluster$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviders` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-providers` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `clusterSettings` | java.util.List | [[cdk.support/lookup-entry]] | `:cluster-settings` |
| `configuration` | software.amazon.awscdk.services.ecs.CfnCluster$ClusterConfigurationProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `defaultCapacityProviderStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-capacity-provider-strategy` |
| `serviceConnectDefaults` | software.amazon.awscdk.services.ecs.CfnCluster$ServiceConnectDefaultsProperty | [[cdk.support/lookup-entry]] | `:service-connect-defaults` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-cluster-capacity-provider-associations-builderclj

(build-cfn-cluster-capacity-provider-associations-builder builder id config)

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

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
capacityProvidersjava.util.Listcdk.support/lookup-entry:capacity-providers
clusterjava.lang.Stringcdk.support/lookup-entry:cluster
defaultCapacityProviderStrategysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-capacity-provider-strategy
The build-cfn-cluster-capacity-provider-associations-builder function updates a CfnClusterCapacityProviderAssociations$Builder instance using the provided configuration.
  The function takes the CfnClusterCapacityProviderAssociations$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviders` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-providers` |
| `cluster` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster` |
| `defaultCapacityProviderStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-capacity-provider-strategy` |
sourceraw docstring

build-cfn-cluster-capacity-provider-associations-capacity-provider-strategy-property-builderclj

(build-cfn-cluster-capacity-provider-associations-capacity-provider-strategy-property-builder
  builder
  id
  config)

The build-cfn-cluster-capacity-provider-associations-capacity-provider-strategy-property-builder function updates a CfnClusterCapacityProviderAssociations$CapacityProviderStrategyProperty$Builder instance using the provided configuration. The function takes the CfnClusterCapacityProviderAssociations$CapacityProviderStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
basejava.lang.Numbercdk.support/lookup-entry:base
capacityProviderjava.lang.Stringcdk.support/lookup-entry:capacity-provider
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-cluster-capacity-provider-associations-capacity-provider-strategy-property-builder function updates a CfnClusterCapacityProviderAssociations$CapacityProviderStrategyProperty$Builder instance using the provided configuration.
  The function takes the CfnClusterCapacityProviderAssociations$CapacityProviderStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `base` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base` |
| `capacityProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-cluster-capacity-provider-associations-props-builderclj

(build-cfn-cluster-capacity-provider-associations-props-builder builder
                                                                id
                                                                config)

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

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
capacityProvidersjava.util.Listcdk.support/lookup-entry:capacity-providers
clusterjava.lang.Stringcdk.support/lookup-entry:cluster
defaultCapacityProviderStrategyjava.util.Listcdk.support/lookup-entry:default-capacity-provider-strategy
The build-cfn-cluster-capacity-provider-associations-props-builder function updates a CfnClusterCapacityProviderAssociationsProps$Builder instance using the provided configuration.
  The function takes the CfnClusterCapacityProviderAssociationsProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviders` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-providers` |
| `cluster` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster` |
| `defaultCapacityProviderStrategy` | java.util.List | [[cdk.support/lookup-entry]] | `:default-capacity-provider-strategy` |
sourceraw docstring

build-cfn-cluster-capacity-provider-strategy-item-property-builderclj

(build-cfn-cluster-capacity-provider-strategy-item-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-cluster-capacity-provider-strategy-item-property-builder function updates a CfnCluster$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration. The function takes the CfnCluster$CapacityProviderStrategyItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
basejava.lang.Numbercdk.support/lookup-entry:base
capacityProviderjava.lang.Stringcdk.support/lookup-entry:capacity-provider
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-cluster-capacity-provider-strategy-item-property-builder function updates a CfnCluster$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$CapacityProviderStrategyItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `base` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base` |
| `capacityProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-cluster-cluster-configuration-property-builderclj

(build-cfn-cluster-cluster-configuration-property-builder builder id config)

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

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
executeCommandConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:execute-command-configuration
The build-cfn-cluster-cluster-configuration-property-builder function updates a CfnCluster$ClusterConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ClusterConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executeCommandConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:execute-command-configuration` |
sourceraw docstring

build-cfn-cluster-cluster-settings-property-builderclj

(build-cfn-cluster-cluster-settings-property-builder builder id config)

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

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
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-cluster-cluster-settings-property-builder function updates a CfnCluster$ClusterSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ClusterSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-cluster-execute-command-configuration-property-builderclj

(build-cfn-cluster-execute-command-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-cluster-execute-command-configuration-property-builder function updates a CfnCluster$ExecuteCommandConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ExecuteCommandConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
logConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-configuration
loggingjava.lang.Stringcdk.support/lookup-entry:logging
The build-cfn-cluster-execute-command-configuration-property-builder function updates a CfnCluster$ExecuteCommandConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ExecuteCommandConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `logConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-configuration` |
| `logging` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging` |
sourceraw docstring

build-cfn-cluster-execute-command-log-configuration-property-builderclj

(build-cfn-cluster-execute-command-log-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-cluster-execute-command-log-configuration-property-builder function updates a CfnCluster$ExecuteCommandLogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ExecuteCommandLogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cloudWatchEncryptionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cloud-watch-encryption-enabled
cloudWatchLogGroupNamejava.lang.Stringcdk.support/lookup-entry:cloud-watch-log-group-name
s3BucketNamejava.lang.Stringcdk.support/lookup-entry:s3-bucket-name
s3EncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:s3-encryption-enabled
s3KeyPrefixjava.lang.Stringcdk.support/lookup-entry:s3-key-prefix
The build-cfn-cluster-execute-command-log-configuration-property-builder function updates a CfnCluster$ExecuteCommandLogConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ExecuteCommandLogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudWatchEncryptionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloud-watch-encryption-enabled` |
| `cloudWatchLogGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group-name` |
| `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` |
| `s3EncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:s3-encryption-enabled` |
| `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` |
sourceraw docstring

build-cfn-cluster-props-builderclj

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

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

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
capacityProvidersjava.util.Listcdk.support/lookup-entry:capacity-providers
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
clusterSettingsjava.util.Listcdk.support/lookup-entry:cluster-settings
configurationsoftware.amazon.awscdk.services.ecs.CfnCluster$ClusterConfigurationPropertycdk.support/lookup-entry:configuration
defaultCapacityProviderStrategyjava.util.Listcdk.support/lookup-entry:default-capacity-provider-strategy
serviceConnectDefaultssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-connect-defaults
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-cluster-props-builder function updates a CfnClusterProps$Builder instance using the provided configuration.
  The function takes the CfnClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviders` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-providers` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `clusterSettings` | java.util.List | [[cdk.support/lookup-entry]] | `:cluster-settings` |
| `configuration` | software.amazon.awscdk.services.ecs.CfnCluster$ClusterConfigurationProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `defaultCapacityProviderStrategy` | java.util.List | [[cdk.support/lookup-entry]] | `:default-capacity-provider-strategy` |
| `serviceConnectDefaults` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-connect-defaults` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-cluster-service-connect-defaults-property-builderclj

(build-cfn-cluster-service-connect-defaults-property-builder builder id config)

The build-cfn-cluster-service-connect-defaults-property-builder function updates a CfnCluster$ServiceConnectDefaultsProperty$Builder instance using the provided configuration. The function takes the CfnCluster$ServiceConnectDefaultsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
The build-cfn-cluster-service-connect-defaults-property-builder function updates a CfnCluster$ServiceConnectDefaultsProperty$Builder instance using the provided configuration.
  The function takes the CfnCluster$ServiceConnectDefaultsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-primary-task-set-builderclj

(build-cfn-primary-task-set-builder builder id config)

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

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
clusterjava.lang.Stringcdk.support/lookup-entry:cluster
servicejava.lang.Stringcdk.support/lookup-entry:service
taskSetIdjava.lang.Stringcdk.support/lookup-entry:task-set-id
The build-cfn-primary-task-set-builder function updates a CfnPrimaryTaskSet$Builder instance using the provided configuration.
  The function takes the CfnPrimaryTaskSet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
| `taskSetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-set-id` |
sourceraw docstring

build-cfn-primary-task-set-props-builderclj

(build-cfn-primary-task-set-props-builder builder id config)

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

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
clusterjava.lang.Stringcdk.support/lookup-entry:cluster
servicejava.lang.Stringcdk.support/lookup-entry:service
taskSetIdjava.lang.Stringcdk.support/lookup-entry:task-set-id
The build-cfn-primary-task-set-props-builder function updates a CfnPrimaryTaskSetProps$Builder instance using the provided configuration.
  The function takes the CfnPrimaryTaskSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
| `taskSetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-set-id` |
sourceraw docstring

build-cfn-service-aws-vpc-configuration-property-builderclj

(build-cfn-service-aws-vpc-configuration-property-builder builder id config)

The build-cfn-service-aws-vpc-configuration-property-builder function updates a CfnService$AwsVpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnService$AwsVpcConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
assignPublicIpjava.lang.Stringcdk.support/lookup-entry:assign-public-ip
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-service-aws-vpc-configuration-property-builder function updates a CfnService$AwsVpcConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$AwsVpcConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-service-builderclj

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

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

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
capacityProviderStrategyjava.util.Listcdk.support/lookup-entry:capacity-provider-strategy
clusterjava.lang.Stringcdk.support/lookup-entry:cluster
deploymentConfigurationsoftware.amazon.awscdk.services.ecs.CfnService$DeploymentConfigurationPropertycdk.support/lookup-entry:deployment-configuration
deploymentControllersoftware.amazon.awscdk.services.ecs.CfnService$DeploymentControllerPropertycdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodSecondsjava.lang.Numbercdk.support/lookup-entry:health-check-grace-period-seconds
launchTypejava.lang.Stringcdk.support/lookup-entry:launch-type
loadBalancerssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:load-balancers
networkConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:network-configuration
placementConstraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:placement-constraints
placementStrategiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:placement-strategies
platformVersionjava.lang.Stringcdk.support/lookup-entry:platform-version
propagateTagsjava.lang.Stringcdk.support/lookup-entry:propagate-tags
rolejava.lang.Stringcdk.support/lookup-entry:role
schedulingStrategyjava.lang.Stringcdk.support/lookup-entry:scheduling-strategy
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.CfnService$ServiceConnectConfigurationPropertycdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
serviceRegistriessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-registries
tagsjava.util.Listcdk.support/lookup-entry:tags
taskDefinitionjava.lang.Stringcdk.support/lookup-entry:task-definition
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
The build-cfn-service-builder function updates a CfnService$Builder instance using the provided configuration.
  The function takes the CfnService$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviderStrategy` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategy` |
| `cluster` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster` |
| `deploymentConfiguration` | software.amazon.awscdk.services.ecs.CfnService$DeploymentConfigurationProperty | [[cdk.support/lookup-entry]] | `:deployment-configuration` |
| `deploymentController` | software.amazon.awscdk.services.ecs.CfnService$DeploymentControllerProperty | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriodSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:health-check-grace-period-seconds` |
| `launchType` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-type` |
| `loadBalancers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:load-balancers` |
| `networkConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-configuration` |
| `placementConstraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `placementStrategies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-strategies` |
| `platformVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-version` |
| `propagateTags` | java.lang.String | [[cdk.support/lookup-entry]] | `:propagate-tags` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `schedulingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduling-strategy` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.CfnService$ServiceConnectConfigurationProperty | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `serviceRegistries` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-registries` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
sourceraw docstring

build-cfn-service-capacity-provider-strategy-item-property-builderclj

(build-cfn-service-capacity-provider-strategy-item-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-service-capacity-provider-strategy-item-property-builder function updates a CfnService$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration. The function takes the CfnService$CapacityProviderStrategyItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
basejava.lang.Numbercdk.support/lookup-entry:base
capacityProviderjava.lang.Stringcdk.support/lookup-entry:capacity-provider
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-service-capacity-provider-strategy-item-property-builder function updates a CfnService$CapacityProviderStrategyItemProperty$Builder instance using the provided configuration.
  The function takes the CfnService$CapacityProviderStrategyItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `base` | java.lang.Number | [[cdk.support/lookup-entry]] | `:base` |
| `capacityProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-provider` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-service-deployment-alarms-property-builderclj

(build-cfn-service-deployment-alarms-property-builder builder id config)

The build-cfn-service-deployment-alarms-property-builder function updates a CfnService$DeploymentAlarmsProperty$Builder instance using the provided configuration. The function takes the CfnService$DeploymentAlarmsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
alarmNamesjava.util.Listcdk.support/lookup-entry:alarm-names
enablejava.lang.Booleancdk.support/lookup-entry:enable
rollbackjava.lang.Booleancdk.support/lookup-entry:rollback
The build-cfn-service-deployment-alarms-property-builder function updates a CfnService$DeploymentAlarmsProperty$Builder instance using the provided configuration.
  The function takes the CfnService$DeploymentAlarmsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarmNames` | java.util.List | [[cdk.support/lookup-entry]] | `:alarm-names` |
| `enable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable` |
| `rollback` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rollback` |
sourceraw docstring

build-cfn-service-deployment-circuit-breaker-property-builderclj

(build-cfn-service-deployment-circuit-breaker-property-builder builder
                                                               id
                                                               config)

The build-cfn-service-deployment-circuit-breaker-property-builder function updates a CfnService$DeploymentCircuitBreakerProperty$Builder instance using the provided configuration. The function takes the CfnService$DeploymentCircuitBreakerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
enablejava.lang.Booleancdk.support/lookup-entry:enable
rollbacksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rollback
The build-cfn-service-deployment-circuit-breaker-property-builder function updates a CfnService$DeploymentCircuitBreakerProperty$Builder instance using the provided configuration.
  The function takes the CfnService$DeploymentCircuitBreakerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable` |
| `rollback` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rollback` |
sourceraw docstring

build-cfn-service-deployment-configuration-property-builderclj

(build-cfn-service-deployment-configuration-property-builder builder id config)

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

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
alarmssoftware.amazon.awscdk.services.ecs.CfnService$DeploymentAlarmsPropertycdk.support/lookup-entry:alarms
deploymentCircuitBreakersoftware.amazon.awscdk.services.ecs.CfnService$DeploymentCircuitBreakerPropertycdk.support/lookup-entry:deployment-circuit-breaker
maximumPercentjava.lang.Numbercdk.support/lookup-entry:maximum-percent
minimumHealthyPercentjava.lang.Numbercdk.support/lookup-entry:minimum-healthy-percent
The build-cfn-service-deployment-configuration-property-builder function updates a CfnService$DeploymentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$DeploymentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarms` | software.amazon.awscdk.services.ecs.CfnService$DeploymentAlarmsProperty | [[cdk.support/lookup-entry]] | `:alarms` |
| `deploymentCircuitBreaker` | software.amazon.awscdk.services.ecs.CfnService$DeploymentCircuitBreakerProperty | [[cdk.support/lookup-entry]] | `:deployment-circuit-breaker` |
| `maximumPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-percent` |
| `minimumHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-healthy-percent` |
sourceraw docstring

build-cfn-service-deployment-controller-property-builderclj

(build-cfn-service-deployment-controller-property-builder builder id config)

The build-cfn-service-deployment-controller-property-builder function updates a CfnService$DeploymentControllerProperty$Builder instance using the provided configuration. The function takes the CfnService$DeploymentControllerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-service-deployment-controller-property-builder function updates a CfnService$DeploymentControllerProperty$Builder instance using the provided configuration.
  The function takes the CfnService$DeploymentControllerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-service-ebs-tag-specification-property-builderclj

(build-cfn-service-ebs-tag-specification-property-builder builder id config)

The build-cfn-service-ebs-tag-specification-property-builder function updates a CfnService$EBSTagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnService$EBSTagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
propagateTagsjava.lang.Stringcdk.support/lookup-entry:propagate-tags
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-service-ebs-tag-specification-property-builder function updates a CfnService$EBSTagSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$EBSTagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `propagateTags` | java.lang.String | [[cdk.support/lookup-entry]] | `:propagate-tags` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-service-load-balancer-property-builderclj

(build-cfn-service-load-balancer-property-builder builder id config)

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

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
targetGroupArnjava.lang.Stringcdk.support/lookup-entry:target-group-arn
The build-cfn-service-load-balancer-property-builder function updates a CfnService$LoadBalancerProperty$Builder instance using the provided configuration.
  The function takes the CfnService$LoadBalancerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
| `targetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-arn` |
sourceraw docstring

build-cfn-service-log-configuration-property-builderclj

(build-cfn-service-log-configuration-property-builder builder id config)

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

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
logDriverjava.lang.Stringcdk.support/lookup-entry:log-driver
optionsjava.util.Mapcdk.support/lookup-entry:options
secretOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:secret-options
The build-cfn-service-log-configuration-property-builder function updates a CfnService$LogConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$LogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logDriver` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-driver` |
| `options` | java.util.Map | [[cdk.support/lookup-entry]] | `:options` |
| `secretOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secret-options` |
sourceraw docstring

build-cfn-service-network-configuration-property-builderclj

(build-cfn-service-network-configuration-property-builder builder id config)

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

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
awsvpcConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:awsvpc-configuration
The build-cfn-service-network-configuration-property-builder function updates a CfnService$NetworkConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `awsvpcConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:awsvpc-configuration` |
sourceraw docstring

build-cfn-service-placement-constraint-property-builderclj

(build-cfn-service-placement-constraint-property-builder builder id config)

The build-cfn-service-placement-constraint-property-builder function updates a CfnService$PlacementConstraintProperty$Builder instance using the provided configuration. The function takes the CfnService$PlacementConstraintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-service-placement-constraint-property-builder function updates a CfnService$PlacementConstraintProperty$Builder instance using the provided configuration.
  The function takes the CfnService$PlacementConstraintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-service-placement-strategy-property-builderclj

(build-cfn-service-placement-strategy-property-builder builder id config)

The build-cfn-service-placement-strategy-property-builder function updates a CfnService$PlacementStrategyProperty$Builder instance using the provided configuration. The function takes the CfnService$PlacementStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
fieldjava.lang.Stringcdk.support/lookup-entry:field
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-service-placement-strategy-property-builder function updates a CfnService$PlacementStrategyProperty$Builder instance using the provided configuration.
  The function takes the CfnService$PlacementStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-service-props-builderclj

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

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

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
capacityProviderStrategyjava.util.Listcdk.support/lookup-entry:capacity-provider-strategy
clusterjava.lang.Stringcdk.support/lookup-entry:cluster
deploymentConfigurationsoftware.amazon.awscdk.services.ecs.CfnService$DeploymentConfigurationPropertycdk.support/lookup-entry:deployment-configuration
deploymentControllersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodSecondsjava.lang.Numbercdk.support/lookup-entry:health-check-grace-period-seconds
launchTypejava.lang.Stringcdk.support/lookup-entry:launch-type
loadBalancersjava.util.Listcdk.support/lookup-entry:load-balancers
networkConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:network-configuration
placementConstraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:placement-constraints
placementStrategiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:placement-strategies
platformVersionjava.lang.Stringcdk.support/lookup-entry:platform-version
propagateTagsjava.lang.Stringcdk.support/lookup-entry:propagate-tags
rolejava.lang.Stringcdk.support/lookup-entry:role
schedulingStrategyjava.lang.Stringcdk.support/lookup-entry:scheduling-strategy
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.CfnService$ServiceConnectConfigurationPropertycdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
serviceRegistriesjava.util.Listcdk.support/lookup-entry:service-registries
tagsjava.util.Listcdk.support/lookup-entry:tags
taskDefinitionjava.lang.Stringcdk.support/lookup-entry:task-definition
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
The build-cfn-service-props-builder function updates a CfnServiceProps$Builder instance using the provided configuration.
  The function takes the CfnServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviderStrategy` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategy` |
| `cluster` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster` |
| `deploymentConfiguration` | software.amazon.awscdk.services.ecs.CfnService$DeploymentConfigurationProperty | [[cdk.support/lookup-entry]] | `:deployment-configuration` |
| `deploymentController` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriodSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:health-check-grace-period-seconds` |
| `launchType` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-type` |
| `loadBalancers` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancers` |
| `networkConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-configuration` |
| `placementConstraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `placementStrategies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement-strategies` |
| `platformVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-version` |
| `propagateTags` | java.lang.String | [[cdk.support/lookup-entry]] | `:propagate-tags` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `schedulingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduling-strategy` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.CfnService$ServiceConnectConfigurationProperty | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `serviceRegistries` | java.util.List | [[cdk.support/lookup-entry]] | `:service-registries` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
sourceraw docstring

build-cfn-service-secret-property-builderclj

(build-cfn-service-secret-property-builder builder id config)

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

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
valueFromjava.lang.Stringcdk.support/lookup-entry:value-from
The build-cfn-service-secret-property-builder function updates a CfnService$SecretProperty$Builder instance using the provided configuration.
  The function takes the CfnService$SecretProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-service-service-connect-client-alias-property-builderclj

(build-cfn-service-service-connect-client-alias-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-service-service-connect-client-alias-property-builder function updates a CfnService$ServiceConnectClientAliasProperty$Builder instance using the provided configuration. The function takes the CfnService$ServiceConnectClientAliasProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dnsNamejava.lang.Stringcdk.support/lookup-entry:dns-name
portjava.lang.Numbercdk.support/lookup-entry:port
The build-cfn-service-service-connect-client-alias-property-builder function updates a CfnService$ServiceConnectClientAliasProperty$Builder instance using the provided configuration.
  The function takes the CfnService$ServiceConnectClientAliasProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-service-service-connect-configuration-property-builderclj

(build-cfn-service-service-connect-configuration-property-builder builder
                                                                  id
                                                                  config)

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

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
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
logConfigurationsoftware.amazon.awscdk.services.ecs.CfnService$LogConfigurationPropertycdk.support/lookup-entry:log-configuration
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
servicesjava.util.Listcdk.support/lookup-entry:services
The build-cfn-service-service-connect-configuration-property-builder function updates a CfnService$ServiceConnectConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$ServiceConnectConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `logConfiguration` | software.amazon.awscdk.services.ecs.CfnService$LogConfigurationProperty | [[cdk.support/lookup-entry]] | `:log-configuration` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `services` | java.util.List | [[cdk.support/lookup-entry]] | `:services` |
sourceraw docstring

build-cfn-service-service-connect-service-property-builderclj

(build-cfn-service-service-connect-service-property-builder builder id config)

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

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
clientAliasesjava.util.Listcdk.support/lookup-entry:client-aliases
discoveryNamejava.lang.Stringcdk.support/lookup-entry:discovery-name
ingressPortOverridejava.lang.Numbercdk.support/lookup-entry:ingress-port-override
portNamejava.lang.Stringcdk.support/lookup-entry:port-name
timeoutsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:timeout
tlssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tls
The build-cfn-service-service-connect-service-property-builder function updates a CfnService$ServiceConnectServiceProperty$Builder instance using the provided configuration.
  The function takes the CfnService$ServiceConnectServiceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientAliases` | java.util.List | [[cdk.support/lookup-entry]] | `:client-aliases` |
| `discoveryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:discovery-name` |
| `ingressPortOverride` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ingress-port-override` |
| `portName` | java.lang.String | [[cdk.support/lookup-entry]] | `:port-name` |
| `timeout` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:timeout` |
| `tls` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-cfn-service-service-connect-tls-certificate-authority-property-builderclj

(build-cfn-service-service-connect-tls-certificate-authority-property-builder
  builder
  id
  config)

The build-cfn-service-service-connect-tls-certificate-authority-property-builder function updates a CfnService$ServiceConnectTlsCertificateAuthorityProperty$Builder instance using the provided configuration. The function takes the CfnService$ServiceConnectTlsCertificateAuthorityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
awsPcaAuthorityArnjava.lang.Stringcdk.support/lookup-entry:aws-pca-authority-arn
The build-cfn-service-service-connect-tls-certificate-authority-property-builder function updates a CfnService$ServiceConnectTlsCertificateAuthorityProperty$Builder instance using the provided configuration.
  The function takes the CfnService$ServiceConnectTlsCertificateAuthorityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `awsPcaAuthorityArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-pca-authority-arn` |
sourceraw docstring

build-cfn-service-service-connect-tls-configuration-property-builderclj

(build-cfn-service-service-connect-tls-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-service-service-connect-tls-configuration-property-builder function updates a CfnService$ServiceConnectTlsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnService$ServiceConnectTlsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
issuerCertificateAuthoritysoftware.amazon.awscdk.services.ecs.CfnService$ServiceConnectTlsCertificateAuthorityPropertycdk.support/lookup-entry:issuer-certificate-authority
kmsKeyjava.lang.Stringcdk.support/lookup-entry:kms-key
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-service-service-connect-tls-configuration-property-builder function updates a CfnService$ServiceConnectTlsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$ServiceConnectTlsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `issuerCertificateAuthority` | software.amazon.awscdk.services.ecs.CfnService$ServiceConnectTlsCertificateAuthorityProperty | [[cdk.support/lookup-entry]] | `:issuer-certificate-authority` |
| `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-service-service-managed-ebs-volume-configuration-property-builderclj

(build-cfn-service-service-managed-ebs-volume-configuration-property-builder
  builder
  id
  config)

The build-cfn-service-service-managed-ebs-volume-configuration-property-builder function updates a CfnService$ServiceManagedEBSVolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnService$ServiceManagedEBSVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
filesystemTypejava.lang.Stringcdk.support/lookup-entry:filesystem-type
iopsjava.lang.Numbercdk.support/lookup-entry:iops
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
sizeInGiBjava.lang.Numbercdk.support/lookup-entry:size-in-gi-b
snapshotIdjava.lang.Stringcdk.support/lookup-entry:snapshot-id
tagSpecificationsjava.util.Listcdk.support/lookup-entry:tag-specifications
throughputjava.lang.Numbercdk.support/lookup-entry:throughput
volumeTypejava.lang.Stringcdk.support/lookup-entry:volume-type
The build-cfn-service-service-managed-ebs-volume-configuration-property-builder function updates a CfnService$ServiceManagedEBSVolumeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$ServiceManagedEBSVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `filesystemType` | java.lang.String | [[cdk.support/lookup-entry]] | `:filesystem-type` |
| `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` |
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `sizeInGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gi-b` |
| `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` |
| `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` |
| `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` |
| `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
sourceraw docstring

build-cfn-service-service-registry-property-builderclj

(build-cfn-service-service-registry-property-builder builder id config)

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

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
portjava.lang.Numbercdk.support/lookup-entry:port
registryArnjava.lang.Stringcdk.support/lookup-entry:registry-arn
The build-cfn-service-service-registry-property-builder function updates a CfnService$ServiceRegistryProperty$Builder instance using the provided configuration.
  The function takes the CfnService$ServiceRegistryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `registryArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-arn` |
sourceraw docstring

build-cfn-service-service-volume-configuration-property-builderclj

(build-cfn-service-service-volume-configuration-property-builder builder
                                                                 id
                                                                 config)

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

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
managedEbsVolumesoftware.amazon.awscdk.services.ecs.CfnService$ServiceManagedEBSVolumeConfigurationPropertycdk.support/lookup-entry:managed-ebs-volume
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-service-service-volume-configuration-property-builder function updates a CfnService$ServiceVolumeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$ServiceVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `managedEbsVolume` | software.amazon.awscdk.services.ecs.CfnService$ServiceManagedEBSVolumeConfigurationProperty | [[cdk.support/lookup-entry]] | `:managed-ebs-volume` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-service-timeout-configuration-property-builderclj

(build-cfn-service-timeout-configuration-property-builder builder id config)

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

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
idleTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:idle-timeout-seconds
perRequestTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:per-request-timeout-seconds
The build-cfn-service-timeout-configuration-property-builder function updates a CfnService$TimeoutConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnService$TimeoutConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `idleTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:idle-timeout-seconds` |
| `perRequestTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:per-request-timeout-seconds` |
sourceraw docstring

build-cfn-task-definition-authorization-config-property-builderclj

(build-cfn-task-definition-authorization-config-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-task-definition-authorization-config-property-builder function updates a CfnTaskDefinition$AuthorizationConfigProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$AuthorizationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
accessPointIdjava.lang.Stringcdk.support/lookup-entry:access-point-id
iamjava.lang.Stringcdk.support/lookup-entry:iam
The build-cfn-task-definition-authorization-config-property-builder function updates a CfnTaskDefinition$AuthorizationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$AuthorizationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessPointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-point-id` |
| `iam` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam` |
sourceraw docstring

build-cfn-task-definition-builderclj

(build-cfn-task-definition-builder builder id config)

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

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
containerDefinitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-definitions
cpujava.lang.Stringcdk.support/lookup-entry:cpu
ephemeralStoragesoftware.amazon.awscdk.services.ecs.CfnTaskDefinition$EphemeralStoragePropertycdk.support/lookup-entry:ephemeral-storage
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
familyjava.lang.Stringcdk.support/lookup-entry:family
inferenceAcceleratorsjava.util.Listcdk.support/lookup-entry:inference-accelerators
ipcModejava.lang.Stringcdk.support/lookup-entry:ipc-mode
memoryjava.lang.Stringcdk.support/lookup-entry:memory
networkModejava.lang.Stringcdk.support/lookup-entry:network-mode
pidModejava.lang.Stringcdk.support/lookup-entry:pid-mode
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
proxyConfigurationsoftware.amazon.awscdk.services.ecs.CfnTaskDefinition$ProxyConfigurationPropertycdk.support/lookup-entry:proxy-configuration
requiresCompatibilitiesjava.util.Listcdk.support/lookup-entry:requires-compatibilities
runtimePlatformsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:runtime-platform
tagsjava.util.Listcdk.support/lookup-entry:tags
taskRoleArnjava.lang.Stringcdk.support/lookup-entry:task-role-arn
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-cfn-task-definition-builder function updates a CfnTaskDefinition$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerDefinitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-definitions` |
| `cpu` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu` |
| `ephemeralStorage` | software.amazon.awscdk.services.ecs.CfnTaskDefinition$EphemeralStorageProperty | [[cdk.support/lookup-entry]] | `:ephemeral-storage` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `inferenceAccelerators` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerators` |
| `ipcMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipc-mode` |
| `memory` | java.lang.String | [[cdk.support/lookup-entry]] | `:memory` |
| `networkMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-mode` |
| `pidMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:pid-mode` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.CfnTaskDefinition$ProxyConfigurationProperty | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `requiresCompatibilities` | java.util.List | [[cdk.support/lookup-entry]] | `:requires-compatibilities` |
| `runtimePlatform` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime-platform` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-role-arn` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-cfn-task-definition-container-definition-property-builderclj

(build-cfn-task-definition-container-definition-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-task-definition-container-definition-property-builder function updates a CfnTaskDefinition$ContainerDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$ContainerDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
cpujava.lang.Numbercdk.support/lookup-entry:cpu
credentialSpecsjava.util.Listcdk.support/lookup-entry:credential-specs
dependsOnjava.util.Listcdk.support/lookup-entry:depends-on
disableNetworkingjava.lang.Booleancdk.support/lookup-entry:disable-networking
dnsSearchDomainsjava.util.Listcdk.support/lookup-entry:dns-search-domains
dnsServersjava.util.Listcdk.support/lookup-entry:dns-servers
dockerLabelssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:docker-labels
dockerSecurityOptionsjava.util.Listcdk.support/lookup-entry:docker-security-options
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
environmentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment
environmentFilessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment-files
essentialjava.lang.Booleancdk.support/lookup-entry:essential
extraHostsjava.util.Listcdk.support/lookup-entry:extra-hosts
firelensConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:firelens-configuration
healthChecksoftware.amazon.awscdk.services.ecs.CfnTaskDefinition$HealthCheckPropertycdk.support/lookup-entry:health-check
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
imagejava.lang.Stringcdk.support/lookup-entry:image
interactivejava.lang.Booleancdk.support/lookup-entry:interactive
linksjava.util.Listcdk.support/lookup-entry:links
linuxParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:linux-parameters
logConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-configuration
memoryjava.lang.Numbercdk.support/lookup-entry:memory
memoryReservationjava.lang.Numbercdk.support/lookup-entry:memory-reservation
mountPointssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mount-points
namejava.lang.Stringcdk.support/lookup-entry:name
portMappingsjava.util.Listcdk.support/lookup-entry:port-mappings
privilegedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:privileged
pseudoTerminalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pseudo-terminal
readonlyRootFilesystemsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:readonly-root-filesystem
repositoryCredentialssoftware.amazon.awscdk.services.ecs.CfnTaskDefinition$RepositoryCredentialsPropertycdk.support/lookup-entry:repository-credentials
resourceRequirementsjava.util.Listcdk.support/lookup-entry:resource-requirements
secretssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:secrets
startTimeoutjava.lang.Numbercdk.support/lookup-entry:start-timeout
stopTimeoutjava.lang.Numbercdk.support/lookup-entry:stop-timeout
systemControlsjava.util.Listcdk.support/lookup-entry:system-controls
ulimitsjava.util.Listcdk.support/lookup-entry:ulimits
userjava.lang.Stringcdk.support/lookup-entry:user
volumesFromsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:volumes-from
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-cfn-task-definition-container-definition-property-builder function updates a CfnTaskDefinition$ContainerDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$ContainerDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `credentialSpecs` | java.util.List | [[cdk.support/lookup-entry]] | `:credential-specs` |
| `dependsOn` | java.util.List | [[cdk.support/lookup-entry]] | `:depends-on` |
| `disableNetworking` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-networking` |
| `dnsSearchDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-search-domains` |
| `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` |
| `dockerLabels` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:docker-labels` |
| `dockerSecurityOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-security-options` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `environment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentFiles` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment-files` |
| `essential` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:essential` |
| `extraHosts` | java.util.List | [[cdk.support/lookup-entry]] | `:extra-hosts` |
| `firelensConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:firelens-configuration` |
| `healthCheck` | software.amazon.awscdk.services.ecs.CfnTaskDefinition$HealthCheckProperty | [[cdk.support/lookup-entry]] | `:health-check` |
| `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` |
| `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` |
| `interactive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:interactive` |
| `links` | java.util.List | [[cdk.support/lookup-entry]] | `:links` |
| `linuxParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:linux-parameters` |
| `logConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-configuration` |
| `memory` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory` |
| `memoryReservation` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation` |
| `mountPoints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mount-points` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `portMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:port-mappings` |
| `privileged` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:privileged` |
| `pseudoTerminal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pseudo-terminal` |
| `readonlyRootFilesystem` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:readonly-root-filesystem` |
| `repositoryCredentials` | software.amazon.awscdk.services.ecs.CfnTaskDefinition$RepositoryCredentialsProperty | [[cdk.support/lookup-entry]] | `:repository-credentials` |
| `resourceRequirements` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-requirements` |
| `secrets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secrets` |
| `startTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:start-timeout` |
| `stopTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:stop-timeout` |
| `systemControls` | java.util.List | [[cdk.support/lookup-entry]] | `:system-controls` |
| `ulimits` | java.util.List | [[cdk.support/lookup-entry]] | `:ulimits` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `volumesFrom` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:volumes-from` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-cfn-task-definition-container-dependency-property-builderclj

(build-cfn-task-definition-container-dependency-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-task-definition-container-dependency-property-builder function updates a CfnTaskDefinition$ContainerDependencyProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$ContainerDependencyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
conditionjava.lang.Stringcdk.support/lookup-entry:condition
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
The build-cfn-task-definition-container-dependency-property-builder function updates a CfnTaskDefinition$ContainerDependencyProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$ContainerDependencyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-device-property-builderclj

(build-cfn-task-definition-device-property-builder builder id config)

The build-cfn-task-definition-device-property-builder function updates a CfnTaskDefinition$DeviceProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$DeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
hostPathjava.lang.Stringcdk.support/lookup-entry:host-path
permissionsjava.util.Listcdk.support/lookup-entry:permissions
The build-cfn-task-definition-device-property-builder function updates a CfnTaskDefinition$DeviceProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$DeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `hostPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-path` |
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
sourceraw docstring

build-cfn-task-definition-docker-volume-configuration-property-builderclj

(build-cfn-task-definition-docker-volume-configuration-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-task-definition-docker-volume-configuration-property-builder function updates a CfnTaskDefinition$DockerVolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$DockerVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
autoprovisionjava.lang.Booleancdk.support/lookup-entry:autoprovision
driverjava.lang.Stringcdk.support/lookup-entry:driver
driverOptsjava.util.Mapcdk.support/lookup-entry:driver-opts
labelsjava.util.Mapcdk.support/lookup-entry:labels
scopejava.lang.Stringcdk.support/lookup-entry:scope
The build-cfn-task-definition-docker-volume-configuration-property-builder function updates a CfnTaskDefinition$DockerVolumeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$DockerVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoprovision` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:autoprovision` |
| `driver` | java.lang.String | [[cdk.support/lookup-entry]] | `:driver` |
| `driverOpts` | java.util.Map | [[cdk.support/lookup-entry]] | `:driver-opts` |
| `labels` | java.util.Map | [[cdk.support/lookup-entry]] | `:labels` |
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
sourceraw docstring

build-cfn-task-definition-efs-volume-configuration-property-builderclj

(build-cfn-task-definition-efs-volume-configuration-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-task-definition-efs-volume-configuration-property-builder function updates a CfnTaskDefinition$EFSVolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$EFSVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authorizationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:authorization-config
filesystemIdjava.lang.Stringcdk.support/lookup-entry:filesystem-id
rootDirectoryjava.lang.Stringcdk.support/lookup-entry:root-directory
transitEncryptionjava.lang.Stringcdk.support/lookup-entry:transit-encryption
transitEncryptionPortjava.lang.Numbercdk.support/lookup-entry:transit-encryption-port
The build-cfn-task-definition-efs-volume-configuration-property-builder function updates a CfnTaskDefinition$EFSVolumeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$EFSVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authorizationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authorization-config` |
| `filesystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:filesystem-id` |
| `rootDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-directory` |
| `transitEncryption` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-encryption` |
| `transitEncryptionPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:transit-encryption-port` |
sourceraw docstring

build-cfn-task-definition-environment-file-property-builderclj

(build-cfn-task-definition-environment-file-property-builder builder id config)

The build-cfn-task-definition-environment-file-property-builder function updates a CfnTaskDefinition$EnvironmentFileProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$EnvironmentFileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-task-definition-environment-file-property-builder function updates a CfnTaskDefinition$EnvironmentFileProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$EnvironmentFileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-ephemeral-storage-property-builderclj

(build-cfn-task-definition-ephemeral-storage-property-builder builder id config)

The build-cfn-task-definition-ephemeral-storage-property-builder function updates a CfnTaskDefinition$EphemeralStorageProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$EphemeralStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
sizeInGiBjava.lang.Numbercdk.support/lookup-entry:size-in-gi-b
The build-cfn-task-definition-ephemeral-storage-property-builder function updates a CfnTaskDefinition$EphemeralStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$EphemeralStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `sizeInGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gi-b` |
sourceraw docstring

build-cfn-task-definition-f-sx-authorization-config-property-builderclj

(build-cfn-task-definition-f-sx-authorization-config-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-task-definition-f-sx-authorization-config-property-builder function updates a CfnTaskDefinition$FSxAuthorizationConfigProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$FSxAuthorizationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
credentialsParameterjava.lang.Stringcdk.support/lookup-entry:credentials-parameter
domainjava.lang.Stringcdk.support/lookup-entry:domain
The build-cfn-task-definition-f-sx-authorization-config-property-builder function updates a CfnTaskDefinition$FSxAuthorizationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$FSxAuthorizationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-f-sx-windows-file-server-volume-configuration-property-builderclj

(build-cfn-task-definition-f-sx-windows-file-server-volume-configuration-property-builder
  builder
  id
  config)

The build-cfn-task-definition-f-sx-windows-file-server-volume-configuration-property-builder function updates a CfnTaskDefinition$FSxWindowsFileServerVolumeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$FSxWindowsFileServerVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
authorizationConfigsoftware.amazon.awscdk.services.ecs.CfnTaskDefinition$FSxAuthorizationConfigPropertycdk.support/lookup-entry:authorization-config
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
rootDirectoryjava.lang.Stringcdk.support/lookup-entry:root-directory
The build-cfn-task-definition-f-sx-windows-file-server-volume-configuration-property-builder function updates a CfnTaskDefinition$FSxWindowsFileServerVolumeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$FSxWindowsFileServerVolumeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authorizationConfig` | software.amazon.awscdk.services.ecs.CfnTaskDefinition$FSxAuthorizationConfigProperty | [[cdk.support/lookup-entry]] | `:authorization-config` |
| `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` |
| `rootDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-directory` |
sourceraw docstring

build-cfn-task-definition-firelens-configuration-property-builderclj

(build-cfn-task-definition-firelens-configuration-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-task-definition-firelens-configuration-property-builder function updates a CfnTaskDefinition$FirelensConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$FirelensConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
optionsjava.util.Mapcdk.support/lookup-entry:options
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-task-definition-firelens-configuration-property-builder function updates a CfnTaskDefinition$FirelensConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$FirelensConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-health-check-property-builderclj

(build-cfn-task-definition-health-check-property-builder builder id config)

The build-cfn-task-definition-health-check-property-builder function updates a CfnTaskDefinition$HealthCheckProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$HealthCheckProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
intervaljava.lang.Numbercdk.support/lookup-entry:interval
retriesjava.lang.Numbercdk.support/lookup-entry:retries
startPeriodjava.lang.Numbercdk.support/lookup-entry:start-period
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
The build-cfn-task-definition-health-check-property-builder function updates a CfnTaskDefinition$HealthCheckProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$HealthCheckProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `retries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retries` |
| `startPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:start-period` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-cfn-task-definition-host-entry-property-builderclj

(build-cfn-task-definition-host-entry-property-builder builder id config)

The build-cfn-task-definition-host-entry-property-builder function updates a CfnTaskDefinition$HostEntryProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$HostEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
ipAddressjava.lang.Stringcdk.support/lookup-entry:ip-address
The build-cfn-task-definition-host-entry-property-builder function updates a CfnTaskDefinition$HostEntryProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$HostEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-host-volume-properties-property-builderclj

(build-cfn-task-definition-host-volume-properties-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-task-definition-host-volume-properties-property-builder function updates a CfnTaskDefinition$HostVolumePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$HostVolumePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-cfn-task-definition-host-volume-properties-property-builder function updates a CfnTaskDefinition$HostVolumePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$HostVolumePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-inference-accelerator-property-builderclj

(build-cfn-task-definition-inference-accelerator-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-task-definition-inference-accelerator-property-builder function updates a CfnTaskDefinition$InferenceAcceleratorProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$InferenceAcceleratorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
deviceTypejava.lang.Stringcdk.support/lookup-entry:device-type
The build-cfn-task-definition-inference-accelerator-property-builder function updates a CfnTaskDefinition$InferenceAcceleratorProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$InferenceAcceleratorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-task-definition-kernel-capabilities-property-builderclj

(build-cfn-task-definition-kernel-capabilities-property-builder builder
                                                                id
                                                                config)

The build-cfn-task-definition-kernel-capabilities-property-builder function updates a CfnTaskDefinition$KernelCapabilitiesProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$KernelCapabilitiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addjava.util.Listcdk.support/lookup-entry:add
dropjava.util.Listcdk.support/lookup-entry:drop
The build-cfn-task-definition-kernel-capabilities-property-builder function updates a CfnTaskDefinition$KernelCapabilitiesProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$KernelCapabilitiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-key-value-pair-property-builderclj

(build-cfn-task-definition-key-value-pair-property-builder builder id config)

The build-cfn-task-definition-key-value-pair-property-builder function updates a CfnTaskDefinition$KeyValuePairProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$KeyValuePairProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-task-definition-key-value-pair-property-builder function updates a CfnTaskDefinition$KeyValuePairProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$KeyValuePairProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-linux-parameters-property-builderclj

(build-cfn-task-definition-linux-parameters-property-builder builder id config)

The build-cfn-task-definition-linux-parameters-property-builder function updates a CfnTaskDefinition$LinuxParametersProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$LinuxParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
capabilitiessoftware.amazon.awscdk.services.ecs.CfnTaskDefinition$KernelCapabilitiesPropertycdk.support/lookup-entry:capabilities
devicesjava.util.Listcdk.support/lookup-entry:devices
initProcessEnabledjava.lang.Booleancdk.support/lookup-entry:init-process-enabled
maxSwapjava.lang.Numbercdk.support/lookup-entry:max-swap
sharedMemorySizejava.lang.Numbercdk.support/lookup-entry:shared-memory-size
swappinessjava.lang.Numbercdk.support/lookup-entry:swappiness
tmpfsjava.util.Listcdk.support/lookup-entry:tmpfs
The build-cfn-task-definition-linux-parameters-property-builder function updates a CfnTaskDefinition$LinuxParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$LinuxParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capabilities` | software.amazon.awscdk.services.ecs.CfnTaskDefinition$KernelCapabilitiesProperty | [[cdk.support/lookup-entry]] | `:capabilities` |
| `devices` | java.util.List | [[cdk.support/lookup-entry]] | `:devices` |
| `initProcessEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:init-process-enabled` |
| `maxSwap` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-swap` |
| `sharedMemorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shared-memory-size` |
| `swappiness` | java.lang.Number | [[cdk.support/lookup-entry]] | `:swappiness` |
| `tmpfs` | java.util.List | [[cdk.support/lookup-entry]] | `:tmpfs` |
sourceraw docstring

build-cfn-task-definition-log-configuration-property-builderclj

(build-cfn-task-definition-log-configuration-property-builder builder id config)

The build-cfn-task-definition-log-configuration-property-builder function updates a CfnTaskDefinition$LogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$LogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
logDriverjava.lang.Stringcdk.support/lookup-entry:log-driver
optionsjava.util.Mapcdk.support/lookup-entry:options
secretOptionsjava.util.Listcdk.support/lookup-entry:secret-options
The build-cfn-task-definition-log-configuration-property-builder function updates a CfnTaskDefinition$LogConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$LogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logDriver` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-driver` |
| `options` | java.util.Map | [[cdk.support/lookup-entry]] | `:options` |
| `secretOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:secret-options` |
sourceraw docstring

build-cfn-task-definition-mount-point-property-builderclj

(build-cfn-task-definition-mount-point-property-builder builder id config)

The build-cfn-task-definition-mount-point-property-builder function updates a CfnTaskDefinition$MountPointProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$MountPointProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
readOnlyjava.lang.Booleancdk.support/lookup-entry:read-only
sourceVolumejava.lang.Stringcdk.support/lookup-entry:source-volume
The build-cfn-task-definition-mount-point-property-builder function updates a CfnTaskDefinition$MountPointProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$MountPointProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `readOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only` |
| `sourceVolume` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-volume` |
sourceraw docstring

build-cfn-task-definition-port-mapping-property-builderclj

(build-cfn-task-definition-port-mapping-property-builder builder id config)

The build-cfn-task-definition-port-mapping-property-builder function updates a CfnTaskDefinition$PortMappingProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$PortMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
appProtocoljava.lang.Stringcdk.support/lookup-entry:app-protocol
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
containerPortRangejava.lang.Stringcdk.support/lookup-entry:container-port-range
hostPortjava.lang.Numbercdk.support/lookup-entry:host-port
namejava.lang.Stringcdk.support/lookup-entry:name
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
The build-cfn-task-definition-port-mapping-property-builder function updates a CfnTaskDefinition$PortMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$PortMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-protocol` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `containerPortRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-port-range` |
| `hostPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:host-port` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
sourceraw docstring

build-cfn-task-definition-props-builderclj

(build-cfn-task-definition-props-builder builder id config)

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

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
containerDefinitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-definitions
cpujava.lang.Stringcdk.support/lookup-entry:cpu
ephemeralStoragesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ephemeral-storage
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
familyjava.lang.Stringcdk.support/lookup-entry:family
inferenceAcceleratorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inference-accelerators
ipcModejava.lang.Stringcdk.support/lookup-entry:ipc-mode
memoryjava.lang.Stringcdk.support/lookup-entry:memory
networkModejava.lang.Stringcdk.support/lookup-entry:network-mode
pidModejava.lang.Stringcdk.support/lookup-entry:pid-mode
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
proxyConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:proxy-configuration
requiresCompatibilitiesjava.util.Listcdk.support/lookup-entry:requires-compatibilities
runtimePlatformsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:runtime-platform
tagsjava.util.Listcdk.support/lookup-entry:tags
taskRoleArnjava.lang.Stringcdk.support/lookup-entry:task-role-arn
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-cfn-task-definition-props-builder function updates a CfnTaskDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerDefinitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-definitions` |
| `cpu` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu` |
| `ephemeralStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ephemeral-storage` |
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `inferenceAccelerators` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inference-accelerators` |
| `ipcMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipc-mode` |
| `memory` | java.lang.String | [[cdk.support/lookup-entry]] | `:memory` |
| `networkMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-mode` |
| `pidMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:pid-mode` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `proxyConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `requiresCompatibilities` | java.util.List | [[cdk.support/lookup-entry]] | `:requires-compatibilities` |
| `runtimePlatform` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime-platform` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-role-arn` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-cfn-task-definition-proxy-configuration-property-builderclj

(build-cfn-task-definition-proxy-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-task-definition-proxy-configuration-property-builder function updates a CfnTaskDefinition$ProxyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$ProxyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
proxyConfigurationPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:proxy-configuration-properties
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-task-definition-proxy-configuration-property-builder function updates a CfnTaskDefinition$ProxyConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$ProxyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `proxyConfigurationProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:proxy-configuration-properties` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-task-definition-repository-credentials-property-builderclj

(build-cfn-task-definition-repository-credentials-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-task-definition-repository-credentials-property-builder function updates a CfnTaskDefinition$RepositoryCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$RepositoryCredentialsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
credentialsParameterjava.lang.Stringcdk.support/lookup-entry:credentials-parameter
The build-cfn-task-definition-repository-credentials-property-builder function updates a CfnTaskDefinition$RepositoryCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$RepositoryCredentialsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-resource-requirement-property-builderclj

(build-cfn-task-definition-resource-requirement-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-task-definition-resource-requirement-property-builder function updates a CfnTaskDefinition$ResourceRequirementProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$ResourceRequirementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-task-definition-resource-requirement-property-builder function updates a CfnTaskDefinition$ResourceRequirementProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$ResourceRequirementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-runtime-platform-property-builderclj

(build-cfn-task-definition-runtime-platform-property-builder builder id config)

The build-cfn-task-definition-runtime-platform-property-builder function updates a CfnTaskDefinition$RuntimePlatformProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$RuntimePlatformProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cpuArchitecturejava.lang.Stringcdk.support/lookup-entry:cpu-architecture
operatingSystemFamilyjava.lang.Stringcdk.support/lookup-entry:operating-system-family
The build-cfn-task-definition-runtime-platform-property-builder function updates a CfnTaskDefinition$RuntimePlatformProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$RuntimePlatformProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cpuArchitecture` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu-architecture` |
| `operatingSystemFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:operating-system-family` |
sourceraw docstring

build-cfn-task-definition-secret-property-builderclj

(build-cfn-task-definition-secret-property-builder builder id config)

The build-cfn-task-definition-secret-property-builder function updates a CfnTaskDefinition$SecretProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$SecretProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
valueFromjava.lang.Stringcdk.support/lookup-entry:value-from
The build-cfn-task-definition-secret-property-builder function updates a CfnTaskDefinition$SecretProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$SecretProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-task-definition-system-control-property-builderclj

(build-cfn-task-definition-system-control-property-builder builder id config)

The build-cfn-task-definition-system-control-property-builder function updates a CfnTaskDefinition$SystemControlProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$SystemControlProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-task-definition-system-control-property-builder function updates a CfnTaskDefinition$SystemControlProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$SystemControlProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-task-definition-placement-constraint-property-builderclj

(build-cfn-task-definition-task-definition-placement-constraint-property-builder
  builder
  id
  config)

The build-cfn-task-definition-task-definition-placement-constraint-property-builder function updates a CfnTaskDefinition$TaskDefinitionPlacementConstraintProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$TaskDefinitionPlacementConstraintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-task-definition-task-definition-placement-constraint-property-builder function updates a CfnTaskDefinition$TaskDefinitionPlacementConstraintProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$TaskDefinitionPlacementConstraintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-definition-tmpfs-property-builderclj

(build-cfn-task-definition-tmpfs-property-builder builder id config)

The build-cfn-task-definition-tmpfs-property-builder function updates a CfnTaskDefinition$TmpfsProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$TmpfsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
mountOptionsjava.util.Listcdk.support/lookup-entry:mount-options
sizejava.lang.Numbercdk.support/lookup-entry:size
The build-cfn-task-definition-tmpfs-property-builder function updates a CfnTaskDefinition$TmpfsProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$TmpfsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `mountOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:mount-options` |
| `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
sourceraw docstring

build-cfn-task-definition-ulimit-property-builderclj

(build-cfn-task-definition-ulimit-property-builder builder id config)

The build-cfn-task-definition-ulimit-property-builder function updates a CfnTaskDefinition$UlimitProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$UlimitProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
hardLimitjava.lang.Numbercdk.support/lookup-entry:hard-limit
namejava.lang.Stringcdk.support/lookup-entry:name
softLimitjava.lang.Numbercdk.support/lookup-entry:soft-limit
The build-cfn-task-definition-ulimit-property-builder function updates a CfnTaskDefinition$UlimitProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$UlimitProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hardLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:hard-limit` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `softLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:soft-limit` |
sourceraw docstring

build-cfn-task-definition-volume-from-property-builderclj

(build-cfn-task-definition-volume-from-property-builder builder id config)

The build-cfn-task-definition-volume-from-property-builder function updates a CfnTaskDefinition$VolumeFromProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$VolumeFromProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
readOnlysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:read-only
sourceContainerjava.lang.Stringcdk.support/lookup-entry:source-container
The build-cfn-task-definition-volume-from-property-builder function updates a CfnTaskDefinition$VolumeFromProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$VolumeFromProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `readOnly` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:read-only` |
| `sourceContainer` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-container` |
sourceraw docstring

build-cfn-task-definition-volume-property-builderclj

(build-cfn-task-definition-volume-property-builder builder id config)

The build-cfn-task-definition-volume-property-builder function updates a CfnTaskDefinition$VolumeProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$VolumeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
configuredAtLaunchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configured-at-launch
dockerVolumeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:docker-volume-configuration
efsVolumeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:efs-volume-configuration
fSxWindowsFileServerVolumeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:f-sx-windows-file-server-volume-configuration
hostsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:host
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-task-definition-volume-property-builder function updates a CfnTaskDefinition$VolumeProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$VolumeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configuredAtLaunch` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configured-at-launch` |
| `dockerVolumeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:docker-volume-configuration` |
| `efsVolumeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:efs-volume-configuration` |
| `fSxWindowsFileServerVolumeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:f-sx-windows-file-server-volume-configuration` |
| `host` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:host` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-task-set-aws-vpc-configuration-property-builderclj

(build-cfn-task-set-aws-vpc-configuration-property-builder builder id config)

The build-cfn-task-set-aws-vpc-configuration-property-builder function updates a CfnTaskSet$AwsVpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTaskSet$AwsVpcConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
assignPublicIpjava.lang.Stringcdk.support/lookup-entry:assign-public-ip
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetsjava.util.Listcdk.support/lookup-entry:subnets
The build-cfn-task-set-aws-vpc-configuration-property-builder function updates a CfnTaskSet$AwsVpcConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskSet$AwsVpcConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
sourceraw docstring

build-cfn-task-set-builderclj

(build-cfn-task-set-builder builder id config)

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

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
clusterjava.lang.Stringcdk.support/lookup-entry:cluster
externalIdjava.lang.Stringcdk.support/lookup-entry:external-id
launchTypejava.lang.Stringcdk.support/lookup-entry:launch-type
loadBalancerssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:load-balancers
networkConfigurationsoftware.amazon.awscdk.services.ecs.CfnTaskSet$NetworkConfigurationPropertycdk.support/lookup-entry:network-configuration
platformVersionjava.lang.Stringcdk.support/lookup-entry:platform-version
scalesoftware.amazon.awscdk.services.ecs.CfnTaskSet$ScalePropertycdk.support/lookup-entry:scale
servicejava.lang.Stringcdk.support/lookup-entry:service
serviceRegistriessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-registries
tagsjava.util.Listcdk.support/lookup-entry:tags
taskDefinitionjava.lang.Stringcdk.support/lookup-entry:task-definition
The build-cfn-task-set-builder function updates a CfnTaskSet$Builder instance using the provided configuration.
  The function takes the CfnTaskSet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster` |
| `externalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:external-id` |
| `launchType` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-type` |
| `loadBalancers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:load-balancers` |
| `networkConfiguration` | software.amazon.awscdk.services.ecs.CfnTaskSet$NetworkConfigurationProperty | [[cdk.support/lookup-entry]] | `:network-configuration` |
| `platformVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-version` |
| `scale` | software.amazon.awscdk.services.ecs.CfnTaskSet$ScaleProperty | [[cdk.support/lookup-entry]] | `:scale` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
| `serviceRegistries` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-registries` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition` |
sourceraw docstring

build-cfn-task-set-load-balancer-property-builderclj

(build-cfn-task-set-load-balancer-property-builder builder id config)

The build-cfn-task-set-load-balancer-property-builder function updates a CfnTaskSet$LoadBalancerProperty$Builder instance using the provided configuration. The function takes the CfnTaskSet$LoadBalancerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
targetGroupArnjava.lang.Stringcdk.support/lookup-entry:target-group-arn
The build-cfn-task-set-load-balancer-property-builder function updates a CfnTaskSet$LoadBalancerProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskSet$LoadBalancerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `targetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-arn` |
sourceraw docstring

build-cfn-task-set-network-configuration-property-builderclj

(build-cfn-task-set-network-configuration-property-builder builder id config)

The build-cfn-task-set-network-configuration-property-builder function updates a CfnTaskSet$NetworkConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTaskSet$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
awsVpcConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:aws-vpc-configuration
The build-cfn-task-set-network-configuration-property-builder function updates a CfnTaskSet$NetworkConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskSet$NetworkConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `awsVpcConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:aws-vpc-configuration` |
sourceraw docstring

build-cfn-task-set-props-builderclj

(build-cfn-task-set-props-builder builder id config)

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

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
clusterjava.lang.Stringcdk.support/lookup-entry:cluster
externalIdjava.lang.Stringcdk.support/lookup-entry:external-id
launchTypejava.lang.Stringcdk.support/lookup-entry:launch-type
loadBalancersjava.util.Listcdk.support/lookup-entry:load-balancers
networkConfigurationsoftware.amazon.awscdk.services.ecs.CfnTaskSet$NetworkConfigurationPropertycdk.support/lookup-entry:network-configuration
platformVersionjava.lang.Stringcdk.support/lookup-entry:platform-version
scalesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scale
servicejava.lang.Stringcdk.support/lookup-entry:service
serviceRegistriesjava.util.Listcdk.support/lookup-entry:service-registries
tagsjava.util.Listcdk.support/lookup-entry:tags
taskDefinitionjava.lang.Stringcdk.support/lookup-entry:task-definition
The build-cfn-task-set-props-builder function updates a CfnTaskSetProps$Builder instance using the provided configuration.
  The function takes the CfnTaskSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster` |
| `externalId` | java.lang.String | [[cdk.support/lookup-entry]] | `:external-id` |
| `launchType` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-type` |
| `loadBalancers` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancers` |
| `networkConfiguration` | software.amazon.awscdk.services.ecs.CfnTaskSet$NetworkConfigurationProperty | [[cdk.support/lookup-entry]] | `:network-configuration` |
| `platformVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform-version` |
| `scale` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scale` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
| `serviceRegistries` | java.util.List | [[cdk.support/lookup-entry]] | `:service-registries` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition` |
sourceraw docstring

build-cfn-task-set-scale-property-builderclj

(build-cfn-task-set-scale-property-builder builder id config)

The build-cfn-task-set-scale-property-builder function updates a CfnTaskSet$ScaleProperty$Builder instance using the provided configuration. The function takes the CfnTaskSet$ScaleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
unitjava.lang.Stringcdk.support/lookup-entry:unit
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-task-set-scale-property-builder function updates a CfnTaskSet$ScaleProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskSet$ScaleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-set-service-registry-property-builderclj

(build-cfn-task-set-service-registry-property-builder builder id config)

The build-cfn-task-set-service-registry-property-builder function updates a CfnTaskSet$ServiceRegistryProperty$Builder instance using the provided configuration. The function takes the CfnTaskSet$ServiceRegistryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
portjava.lang.Numbercdk.support/lookup-entry:port
registryArnjava.lang.Stringcdk.support/lookup-entry:registry-arn
The build-cfn-task-set-service-registry-property-builder function updates a CfnTaskSet$ServiceRegistryProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskSet$ServiceRegistryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `registryArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-arn` |
sourceraw docstring

build-cloud-map-namespace-options-builderclj

(build-cloud-map-namespace-options-builder builder id config)

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

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
typesoftware.amazon.awscdk.services.servicediscovery.NamespaceTypecdk.api.services.servicediscovery/namespace-type:type
useForServiceConnectjava.lang.Booleancdk.support/lookup-entry:use-for-service-connect
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-cloud-map-namespace-options-builder function updates a CloudMapNamespaceOptions$Builder instance using the provided configuration.
  The function takes the CloudMapNamespaceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `type` | software.amazon.awscdk.services.servicediscovery.NamespaceType | [[cdk.api.services.servicediscovery/namespace-type]] | `:type` |
| `useForServiceConnect` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-for-service-connect` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-cloud-map-options-builderclj

(build-cloud-map-options-builder builder id config)

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

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
cloudMapNamespacesoftware.amazon.awscdk.services.servicediscovery.INamespacecdk.support/lookup-entry:cloud-map-namespace
containersoftware.amazon.awscdk.services.ecs.ContainerDefinitioncdk.support/lookup-entry:container
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
dnsRecordTypesoftware.amazon.awscdk.services.servicediscovery.DnsRecordTypecdk.api.services.servicediscovery/dns-record-type:dns-record-type
dnsTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:dns-ttl
failureThresholdjava.lang.Numbercdk.support/lookup-entry:failure-threshold
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cloud-map-options-builder function updates a CloudMapOptions$Builder instance using the provided configuration.
  The function takes the CloudMapOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudMapNamespace` | software.amazon.awscdk.services.servicediscovery.INamespace | [[cdk.support/lookup-entry]] | `:cloud-map-namespace` |
| `container` | software.amazon.awscdk.services.ecs.ContainerDefinition | [[cdk.support/lookup-entry]] | `:container` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `dnsRecordType` | software.amazon.awscdk.services.servicediscovery.DnsRecordType | [[cdk.api.services.servicediscovery/dns-record-type]] | `:dns-record-type` |
| `dnsTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:dns-ttl` |
| `failureThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-threshold` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cluster-attributes-builderclj

(build-cluster-attributes-builder builder id config)

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

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
autoscalingGroupsoftware.amazon.awscdk.services.autoscaling.IAutoScalingGroupcdk.support/lookup-entry:autoscaling-group
clusterArnjava.lang.Stringcdk.support/lookup-entry:cluster-arn
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
defaultCloudMapNamespacesoftware.amazon.awscdk.services.servicediscovery.INamespacecdk.support/lookup-entry:default-cloud-map-namespace
executeCommandConfigurationsoftware.amazon.awscdk.services.ecs.ExecuteCommandConfigurationcdk.support/lookup-entry:execute-command-configuration
hasEc2Capacityjava.lang.Booleancdk.support/lookup-entry:has-ec2-capacity
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-cluster-attributes-builder function updates a ClusterAttributes$Builder instance using the provided configuration.
  The function takes the ClusterAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoscalingGroup` | software.amazon.awscdk.services.autoscaling.IAutoScalingGroup | [[cdk.support/lookup-entry]] | `:autoscaling-group` |
| `clusterArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-arn` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `defaultCloudMapNamespace` | software.amazon.awscdk.services.servicediscovery.INamespace | [[cdk.support/lookup-entry]] | `:default-cloud-map-namespace` |
| `executeCommandConfiguration` | software.amazon.awscdk.services.ecs.ExecuteCommandConfiguration | [[cdk.support/lookup-entry]] | `:execute-command-configuration` |
| `hasEc2Capacity` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:has-ec2-capacity` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-cluster-builderclj

(build-cluster-builder builder id config)

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

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
capacitysoftware.amazon.awscdk.services.ecs.AddCapacityOptionscdk.support/lookup-entry:capacity
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
containerInsightsjava.lang.Booleancdk.support/lookup-entry:container-insights
defaultCloudMapNamespacesoftware.amazon.awscdk.services.ecs.CloudMapNamespaceOptionscdk.support/lookup-entry:default-cloud-map-namespace
enableFargateCapacityProvidersjava.lang.Booleancdk.support/lookup-entry:enable-fargate-capacity-providers
executeCommandConfigurationsoftware.amazon.awscdk.services.ecs.ExecuteCommandConfigurationcdk.support/lookup-entry:execute-command-configuration
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-cluster-builder function updates a Cluster$Builder instance using the provided configuration.
  The function takes the Cluster$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacity` | software.amazon.awscdk.services.ecs.AddCapacityOptions | [[cdk.support/lookup-entry]] | `:capacity` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `containerInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:container-insights` |
| `defaultCloudMapNamespace` | software.amazon.awscdk.services.ecs.CloudMapNamespaceOptions | [[cdk.support/lookup-entry]] | `:default-cloud-map-namespace` |
| `enableFargateCapacityProviders` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-fargate-capacity-providers` |
| `executeCommandConfiguration` | software.amazon.awscdk.services.ecs.ExecuteCommandConfiguration | [[cdk.support/lookup-entry]] | `:execute-command-configuration` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-cluster-props-builderclj

(build-cluster-props-builder builder id config)

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

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
capacitysoftware.amazon.awscdk.services.ecs.AddCapacityOptionscdk.support/lookup-entry:capacity
clusterNamejava.lang.Stringcdk.support/lookup-entry:cluster-name
containerInsightsjava.lang.Booleancdk.support/lookup-entry:container-insights
defaultCloudMapNamespacesoftware.amazon.awscdk.services.ecs.CloudMapNamespaceOptionscdk.support/lookup-entry:default-cloud-map-namespace
enableFargateCapacityProvidersjava.lang.Booleancdk.support/lookup-entry:enable-fargate-capacity-providers
executeCommandConfigurationsoftware.amazon.awscdk.services.ecs.ExecuteCommandConfigurationcdk.support/lookup-entry:execute-command-configuration
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-cluster-props-builder function updates a ClusterProps$Builder instance using the provided configuration.
  The function takes the ClusterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacity` | software.amazon.awscdk.services.ecs.AddCapacityOptions | [[cdk.support/lookup-entry]] | `:capacity` |
| `clusterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cluster-name` |
| `containerInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:container-insights` |
| `defaultCloudMapNamespace` | software.amazon.awscdk.services.ecs.CloudMapNamespaceOptions | [[cdk.support/lookup-entry]] | `:default-cloud-map-namespace` |
| `enableFargateCapacityProviders` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-fargate-capacity-providers` |
| `executeCommandConfiguration` | software.amazon.awscdk.services.ecs.ExecuteCommandConfiguration | [[cdk.support/lookup-entry]] | `:execute-command-configuration` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-common-task-definition-attributes-builderclj

(build-common-task-definition-attributes-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
taskDefinitionArnjava.lang.Stringcdk.support/lookup-entry:task-definition-arn
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
The build-common-task-definition-attributes-builder function updates a CommonTaskDefinitionAttributes$Builder instance using the provided configuration.
  The function takes the CommonTaskDefinitionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `taskDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-arn` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
sourceraw docstring

build-common-task-definition-props-builderclj

(build-common-task-definition-props-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-common-task-definition-props-builder function updates a CommonTaskDefinitionProps$Builder instance using the provided configuration.
  The function takes the CommonTaskDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-container-definition-builderclj

(build-container-definition-builder builder id config)

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

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
commandjava.util.Listcdk.support/lookup-entry:command
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
cpujava.lang.Numbercdk.support/lookup-entry:cpu
credentialSpecsjava.util.Listcdk.support/lookup-entry:credential-specs
disableNetworkingjava.lang.Booleancdk.support/lookup-entry:disable-networking
dnsSearchDomainsjava.util.Listcdk.support/lookup-entry:dns-search-domains
dnsServersjava.util.Listcdk.support/lookup-entry:dns-servers
dockerLabelsjava.util.Mapcdk.support/lookup-entry:docker-labels
dockerSecurityOptionsjava.util.Listcdk.support/lookup-entry:docker-security-options
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentFilesjava.util.Listcdk.support/lookup-entry:environment-files
essentialjava.lang.Booleancdk.support/lookup-entry:essential
extraHostsjava.util.Mapcdk.support/lookup-entry:extra-hosts
gpuCountjava.lang.Numbercdk.support/lookup-entry:gpu-count
healthChecksoftware.amazon.awscdk.services.ecs.HealthCheckcdk.support/lookup-entry:health-check
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
imagesoftware.amazon.awscdk.services.ecs.ContainerImagecdk.support/lookup-entry:image
inferenceAcceleratorResourcesjava.util.Listcdk.support/lookup-entry:inference-accelerator-resources
interactivejava.lang.Booleancdk.support/lookup-entry:interactive
linuxParameterssoftware.amazon.awscdk.services.ecs.LinuxParameterscdk.support/lookup-entry:linux-parameters
loggingsoftware.amazon.awscdk.services.ecs.LogDrivercdk.support/lookup-entry:logging
memoryLimitMiBjava.lang.Numbercdk.support/lookup-entry:memory-limit-mi-b
memoryReservationMiBjava.lang.Numbercdk.support/lookup-entry:memory-reservation-mi-b
portMappingsjava.util.Listcdk.support/lookup-entry:port-mappings
privilegedjava.lang.Booleancdk.support/lookup-entry:privileged
pseudoTerminaljava.lang.Booleancdk.support/lookup-entry:pseudo-terminal
readonlyRootFilesystemjava.lang.Booleancdk.support/lookup-entry:readonly-root-filesystem
secretsjava.util.Mapcdk.support/lookup-entry:secrets
startTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:start-timeout
stopTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stop-timeout
systemControlsjava.util.Listcdk.support/lookup-entry:system-controls
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
ulimitsjava.util.Listcdk.support/lookup-entry:ulimits
userjava.lang.Stringcdk.support/lookup-entry:user
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-container-definition-builder function updates a ContainerDefinition$Builder instance using the provided configuration.
  The function takes the ContainerDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `credentialSpecs` | java.util.List | [[cdk.support/lookup-entry]] | `:credential-specs` |
| `disableNetworking` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-networking` |
| `dnsSearchDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-search-domains` |
| `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` |
| `dockerLabels` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-labels` |
| `dockerSecurityOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-security-options` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentFiles` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-files` |
| `essential` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:essential` |
| `extraHosts` | java.util.Map | [[cdk.support/lookup-entry]] | `:extra-hosts` |
| `gpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gpu-count` |
| `healthCheck` | software.amazon.awscdk.services.ecs.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` |
| `image` | software.amazon.awscdk.services.ecs.ContainerImage | [[cdk.support/lookup-entry]] | `:image` |
| `inferenceAcceleratorResources` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerator-resources` |
| `interactive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:interactive` |
| `linuxParameters` | software.amazon.awscdk.services.ecs.LinuxParameters | [[cdk.support/lookup-entry]] | `:linux-parameters` |
| `logging` | software.amazon.awscdk.services.ecs.LogDriver | [[cdk.support/lookup-entry]] | `:logging` |
| `memoryLimitMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit-mi-b` |
| `memoryReservationMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation-mi-b` |
| `portMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:port-mappings` |
| `privileged` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:privileged` |
| `pseudoTerminal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pseudo-terminal` |
| `readonlyRootFilesystem` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:readonly-root-filesystem` |
| `secrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:secrets` |
| `startTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:start-timeout` |
| `stopTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stop-timeout` |
| `systemControls` | java.util.List | [[cdk.support/lookup-entry]] | `:system-controls` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `ulimits` | java.util.List | [[cdk.support/lookup-entry]] | `:ulimits` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-container-definition-options-builderclj

(build-container-definition-options-builder builder id config)

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

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
commandjava.util.Listcdk.support/lookup-entry:command
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
cpujava.lang.Numbercdk.support/lookup-entry:cpu
credentialSpecsjava.util.Listcdk.support/lookup-entry:credential-specs
disableNetworkingjava.lang.Booleancdk.support/lookup-entry:disable-networking
dnsSearchDomainsjava.util.Listcdk.support/lookup-entry:dns-search-domains
dnsServersjava.util.Listcdk.support/lookup-entry:dns-servers
dockerLabelsjava.util.Mapcdk.support/lookup-entry:docker-labels
dockerSecurityOptionsjava.util.Listcdk.support/lookup-entry:docker-security-options
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentFilesjava.util.Listcdk.support/lookup-entry:environment-files
essentialjava.lang.Booleancdk.support/lookup-entry:essential
extraHostsjava.util.Mapcdk.support/lookup-entry:extra-hosts
gpuCountjava.lang.Numbercdk.support/lookup-entry:gpu-count
healthChecksoftware.amazon.awscdk.services.ecs.HealthCheckcdk.support/lookup-entry:health-check
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
imagesoftware.amazon.awscdk.services.ecs.ContainerImagecdk.support/lookup-entry:image
inferenceAcceleratorResourcesjava.util.Listcdk.support/lookup-entry:inference-accelerator-resources
interactivejava.lang.Booleancdk.support/lookup-entry:interactive
linuxParameterssoftware.amazon.awscdk.services.ecs.LinuxParameterscdk.support/lookup-entry:linux-parameters
loggingsoftware.amazon.awscdk.services.ecs.LogDrivercdk.support/lookup-entry:logging
memoryLimitMiBjava.lang.Numbercdk.support/lookup-entry:memory-limit-mi-b
memoryReservationMiBjava.lang.Numbercdk.support/lookup-entry:memory-reservation-mi-b
portMappingsjava.util.Listcdk.support/lookup-entry:port-mappings
privilegedjava.lang.Booleancdk.support/lookup-entry:privileged
pseudoTerminaljava.lang.Booleancdk.support/lookup-entry:pseudo-terminal
readonlyRootFilesystemjava.lang.Booleancdk.support/lookup-entry:readonly-root-filesystem
secretsjava.util.Mapcdk.support/lookup-entry:secrets
startTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:start-timeout
stopTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stop-timeout
systemControlsjava.util.Listcdk.support/lookup-entry:system-controls
ulimitsjava.util.Listcdk.support/lookup-entry:ulimits
userjava.lang.Stringcdk.support/lookup-entry:user
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-container-definition-options-builder function updates a ContainerDefinitionOptions$Builder instance using the provided configuration.
  The function takes the ContainerDefinitionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `credentialSpecs` | java.util.List | [[cdk.support/lookup-entry]] | `:credential-specs` |
| `disableNetworking` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-networking` |
| `dnsSearchDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-search-domains` |
| `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` |
| `dockerLabels` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-labels` |
| `dockerSecurityOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-security-options` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentFiles` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-files` |
| `essential` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:essential` |
| `extraHosts` | java.util.Map | [[cdk.support/lookup-entry]] | `:extra-hosts` |
| `gpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gpu-count` |
| `healthCheck` | software.amazon.awscdk.services.ecs.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` |
| `image` | software.amazon.awscdk.services.ecs.ContainerImage | [[cdk.support/lookup-entry]] | `:image` |
| `inferenceAcceleratorResources` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerator-resources` |
| `interactive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:interactive` |
| `linuxParameters` | software.amazon.awscdk.services.ecs.LinuxParameters | [[cdk.support/lookup-entry]] | `:linux-parameters` |
| `logging` | software.amazon.awscdk.services.ecs.LogDriver | [[cdk.support/lookup-entry]] | `:logging` |
| `memoryLimitMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit-mi-b` |
| `memoryReservationMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation-mi-b` |
| `portMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:port-mappings` |
| `privileged` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:privileged` |
| `pseudoTerminal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pseudo-terminal` |
| `readonlyRootFilesystem` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:readonly-root-filesystem` |
| `secrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:secrets` |
| `startTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:start-timeout` |
| `stopTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stop-timeout` |
| `systemControls` | java.util.List | [[cdk.support/lookup-entry]] | `:system-controls` |
| `ulimits` | java.util.List | [[cdk.support/lookup-entry]] | `:ulimits` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-container-definition-props-builderclj

(build-container-definition-props-builder builder id config)

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

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
commandjava.util.Listcdk.support/lookup-entry:command
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
cpujava.lang.Numbercdk.support/lookup-entry:cpu
credentialSpecsjava.util.Listcdk.support/lookup-entry:credential-specs
disableNetworkingjava.lang.Booleancdk.support/lookup-entry:disable-networking
dnsSearchDomainsjava.util.Listcdk.support/lookup-entry:dns-search-domains
dnsServersjava.util.Listcdk.support/lookup-entry:dns-servers
dockerLabelsjava.util.Mapcdk.support/lookup-entry:docker-labels
dockerSecurityOptionsjava.util.Listcdk.support/lookup-entry:docker-security-options
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentFilesjava.util.Listcdk.support/lookup-entry:environment-files
essentialjava.lang.Booleancdk.support/lookup-entry:essential
extraHostsjava.util.Mapcdk.support/lookup-entry:extra-hosts
gpuCountjava.lang.Numbercdk.support/lookup-entry:gpu-count
healthChecksoftware.amazon.awscdk.services.ecs.HealthCheckcdk.support/lookup-entry:health-check
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
imagesoftware.amazon.awscdk.services.ecs.ContainerImagecdk.support/lookup-entry:image
inferenceAcceleratorResourcesjava.util.Listcdk.support/lookup-entry:inference-accelerator-resources
interactivejava.lang.Booleancdk.support/lookup-entry:interactive
linuxParameterssoftware.amazon.awscdk.services.ecs.LinuxParameterscdk.support/lookup-entry:linux-parameters
loggingsoftware.amazon.awscdk.services.ecs.LogDrivercdk.support/lookup-entry:logging
memoryLimitMiBjava.lang.Numbercdk.support/lookup-entry:memory-limit-mi-b
memoryReservationMiBjava.lang.Numbercdk.support/lookup-entry:memory-reservation-mi-b
portMappingsjava.util.Listcdk.support/lookup-entry:port-mappings
privilegedjava.lang.Booleancdk.support/lookup-entry:privileged
pseudoTerminaljava.lang.Booleancdk.support/lookup-entry:pseudo-terminal
readonlyRootFilesystemjava.lang.Booleancdk.support/lookup-entry:readonly-root-filesystem
secretsjava.util.Mapcdk.support/lookup-entry:secrets
startTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:start-timeout
stopTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stop-timeout
systemControlsjava.util.Listcdk.support/lookup-entry:system-controls
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
ulimitsjava.util.Listcdk.support/lookup-entry:ulimits
userjava.lang.Stringcdk.support/lookup-entry:user
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-container-definition-props-builder function updates a ContainerDefinitionProps$Builder instance using the provided configuration.
  The function takes the ContainerDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `credentialSpecs` | java.util.List | [[cdk.support/lookup-entry]] | `:credential-specs` |
| `disableNetworking` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-networking` |
| `dnsSearchDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-search-domains` |
| `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` |
| `dockerLabels` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-labels` |
| `dockerSecurityOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-security-options` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentFiles` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-files` |
| `essential` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:essential` |
| `extraHosts` | java.util.Map | [[cdk.support/lookup-entry]] | `:extra-hosts` |
| `gpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gpu-count` |
| `healthCheck` | software.amazon.awscdk.services.ecs.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` |
| `image` | software.amazon.awscdk.services.ecs.ContainerImage | [[cdk.support/lookup-entry]] | `:image` |
| `inferenceAcceleratorResources` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerator-resources` |
| `interactive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:interactive` |
| `linuxParameters` | software.amazon.awscdk.services.ecs.LinuxParameters | [[cdk.support/lookup-entry]] | `:linux-parameters` |
| `logging` | software.amazon.awscdk.services.ecs.LogDriver | [[cdk.support/lookup-entry]] | `:logging` |
| `memoryLimitMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit-mi-b` |
| `memoryReservationMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation-mi-b` |
| `portMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:port-mappings` |
| `privileged` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:privileged` |
| `pseudoTerminal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pseudo-terminal` |
| `readonlyRootFilesystem` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:readonly-root-filesystem` |
| `secrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:secrets` |
| `startTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:start-timeout` |
| `stopTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stop-timeout` |
| `systemControls` | java.util.List | [[cdk.support/lookup-entry]] | `:system-controls` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `ulimits` | java.util.List | [[cdk.support/lookup-entry]] | `:ulimits` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-container-dependency-builderclj

(build-container-dependency-builder builder id config)

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

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
conditionsoftware.amazon.awscdk.services.ecs.ContainerDependencyConditioncdk.api.services.ecs/container-dependency-condition:condition
containersoftware.amazon.awscdk.services.ecs.ContainerDefinitioncdk.support/lookup-entry:container
The build-container-dependency-builder function updates a ContainerDependency$Builder instance using the provided configuration.
  The function takes the ContainerDependency$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `condition` | software.amazon.awscdk.services.ecs.ContainerDependencyCondition | [[cdk.api.services.ecs/container-dependency-condition]] | `:condition` |
| `container` | software.amazon.awscdk.services.ecs.ContainerDefinition | [[cdk.support/lookup-entry]] | `:container` |
sourceraw docstring

build-container-image-config-builderclj

(build-container-image-config-builder builder id config)

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

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
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
repositoryCredentialssoftware.amazon.awscdk.services.ecs.CfnTaskDefinition$RepositoryCredentialsPropertycdk.support/lookup-entry:repository-credentials
The build-container-image-config-builder function updates a ContainerImageConfig$Builder instance using the provided configuration.
  The function takes the ContainerImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `repositoryCredentials` | software.amazon.awscdk.services.ecs.CfnTaskDefinition$RepositoryCredentialsProperty | [[cdk.support/lookup-entry]] | `:repository-credentials` |
sourceraw docstring

build-container-mount-point-builderclj

(build-container-mount-point-builder builder id config)

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

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
readOnlyjava.lang.Booleancdk.support/lookup-entry:read-only
The build-container-mount-point-builder function updates a ContainerMountPoint$Builder instance using the provided configuration.
  The function takes the ContainerMountPoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `readOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only` |
sourceraw docstring

build-cpu-utilization-scaling-props-builderclj

(build-cpu-utilization-scaling-props-builder builder id config)

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

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
disableScaleInjava.lang.Booleancdk.support/lookup-entry:disable-scale-in
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
scaleInCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-in-cooldown
scaleOutCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-out-cooldown
targetUtilizationPercentjava.lang.Numbercdk.support/lookup-entry:target-utilization-percent
The build-cpu-utilization-scaling-props-builder function updates a CpuUtilizationScalingProps$Builder instance using the provided configuration.
  The function takes the CpuUtilizationScalingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `disableScaleIn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-scale-in` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `scaleInCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-in-cooldown` |
| `scaleOutCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-out-cooldown` |
| `targetUtilizationPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-utilization-percent` |
sourceraw docstring

build-credential-spec-config-builderclj

(build-credential-spec-config-builder builder id config)

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

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
locationjava.lang.Stringcdk.support/lookup-entry:location
typePrefixjava.lang.Stringcdk.support/lookup-entry:type-prefix
The build-credential-spec-config-builder function updates a CredentialSpecConfig$Builder instance using the provided configuration.
  The function takes the CredentialSpecConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-deployment-alarm-config-builderclj

(build-deployment-alarm-config-builder builder id config)

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

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
alarmNamesjava.util.Listcdk.support/lookup-entry:alarm-names
behaviorsoftware.amazon.awscdk.services.ecs.AlarmBehaviorcdk.api.services.ecs/alarm-behavior:behavior
The build-deployment-alarm-config-builder function updates a DeploymentAlarmConfig$Builder instance using the provided configuration.
  The function takes the DeploymentAlarmConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarmNames` | java.util.List | [[cdk.support/lookup-entry]] | `:alarm-names` |
| `behavior` | software.amazon.awscdk.services.ecs.AlarmBehavior | [[cdk.api.services.ecs/alarm-behavior]] | `:behavior` |
sourceraw docstring

build-deployment-alarm-options-builderclj

(build-deployment-alarm-options-builder builder id config)

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

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
behaviorsoftware.amazon.awscdk.services.ecs.AlarmBehaviorcdk.api.services.ecs/alarm-behavior:behavior
The build-deployment-alarm-options-builder function updates a DeploymentAlarmOptions$Builder instance using the provided configuration.
  The function takes the DeploymentAlarmOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `behavior` | software.amazon.awscdk.services.ecs.AlarmBehavior | [[cdk.api.services.ecs/alarm-behavior]] | `:behavior` |
sourceraw docstring

build-deployment-circuit-breaker-builderclj

(build-deployment-circuit-breaker-builder builder id config)

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

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
enablejava.lang.Booleancdk.support/lookup-entry:enable
rollbackjava.lang.Booleancdk.support/lookup-entry:rollback
The build-deployment-circuit-breaker-builder function updates a DeploymentCircuitBreaker$Builder instance using the provided configuration.
  The function takes the DeploymentCircuitBreaker$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-deployment-controller-builderclj

(build-deployment-controller-builder builder id config)

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

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
typesoftware.amazon.awscdk.services.ecs.DeploymentControllerTypecdk.api.services.ecs/deployment-controller-type:type
The build-deployment-controller-builder function updates a DeploymentController$Builder instance using the provided configuration.
  The function takes the DeploymentController$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `type` | software.amazon.awscdk.services.ecs.DeploymentControllerType | [[cdk.api.services.ecs/deployment-controller-type]] | `:type` |
sourceraw docstring

build-device-builderclj

(build-device-builder builder id config)

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

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
hostPathjava.lang.Stringcdk.support/lookup-entry:host-path
permissionsjava.util.Listcdk.support/lookup-entry:permissions
The build-device-builder function updates a Device$Builder instance using the provided configuration.
  The function takes the Device$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `hostPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-path` |
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
sourceraw docstring

build-docker-volume-configuration-builderclj

(build-docker-volume-configuration-builder builder id config)

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

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
autoprovisionjava.lang.Booleancdk.support/lookup-entry:autoprovision
driverjava.lang.Stringcdk.support/lookup-entry:driver
driverOptsjava.util.Mapcdk.support/lookup-entry:driver-opts
labelsjava.util.Mapcdk.support/lookup-entry:labels
scopesoftware.amazon.awscdk.services.ecs.Scopecdk.api.services.ecs/scope:scope
The build-docker-volume-configuration-builder function updates a DockerVolumeConfiguration$Builder instance using the provided configuration.
  The function takes the DockerVolumeConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoprovision` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:autoprovision` |
| `driver` | java.lang.String | [[cdk.support/lookup-entry]] | `:driver` |
| `driverOpts` | java.util.Map | [[cdk.support/lookup-entry]] | `:driver-opts` |
| `labels` | java.util.Map | [[cdk.support/lookup-entry]] | `:labels` |
| `scope` | software.amazon.awscdk.services.ecs.Scope | [[cdk.api.services.ecs/scope]] | `:scope` |
sourceraw docstring

build-ebs-tag-specification-builderclj

(build-ebs-tag-specification-builder builder id config)

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

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
propagateTagssoftware.amazon.awscdk.services.ecs.EbsPropagatedTagSourcecdk.api.services.ecs/ebs-propagated-tag-source:propagate-tags
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-ebs-tag-specification-builder function updates a EBSTagSpecification$Builder instance using the provided configuration.
  The function takes the EBSTagSpecification$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `propagateTags` | software.amazon.awscdk.services.ecs.EbsPropagatedTagSource | [[cdk.api.services.ecs/ebs-propagated-tag-source]] | `:propagate-tags` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-ec2-service-attributes-builderclj

(build-ec2-service-attributes-builder builder id config)

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

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
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
serviceArnjava.lang.Stringcdk.support/lookup-entry:service-arn
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-ec2-service-attributes-builder function updates a Ec2ServiceAttributes$Builder instance using the provided configuration.
  The function takes the Ec2ServiceAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `serviceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-arn` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
sourceraw docstring

build-ec2-service-builderclj

(build-ec2-service-builder builder id config)

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

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
assignPublicIpjava.lang.Booleancdk.support/lookup-entry:assign-public-ip
capacityProviderStrategiesjava.util.Listcdk.support/lookup-entry:capacity-provider-strategies
circuitBreakersoftware.amazon.awscdk.services.ecs.DeploymentCircuitBreakercdk.support/lookup-entry:circuit-breaker
cloudMapOptionssoftware.amazon.awscdk.services.ecs.CloudMapOptionscdk.support/lookup-entry:cloud-map-options
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
daemonjava.lang.Booleancdk.support/lookup-entry:daemon
deploymentAlarmssoftware.amazon.awscdk.services.ecs.DeploymentAlarmConfigcdk.support/lookup-entry:deployment-alarms
deploymentControllersoftware.amazon.awscdk.services.ecs.DeploymentControllercdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:health-check-grace-period
maxHealthyPercentjava.lang.Numbercdk.support/lookup-entry:max-healthy-percent
minHealthyPercentjava.lang.Numbercdk.support/lookup-entry:min-healthy-percent
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
placementStrategiesjava.util.Listcdk.support/lookup-entry:placement-strategies
propagateTagssoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagate-tags
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.ServiceConnectPropscdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
taskDefinitionRevisionsoftware.amazon.awscdk.services.ecs.TaskDefinitionRevisioncdk.support/lookup-entry:task-definition-revision
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-ec2-service-builder function updates a Ec2Service$Builder instance using the provided configuration.
  The function takes the Ec2Service$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `capacityProviderStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategies` |
| `circuitBreaker` | software.amazon.awscdk.services.ecs.DeploymentCircuitBreaker | [[cdk.support/lookup-entry]] | `:circuit-breaker` |
| `cloudMapOptions` | software.amazon.awscdk.services.ecs.CloudMapOptions | [[cdk.support/lookup-entry]] | `:cloud-map-options` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `daemon` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:daemon` |
| `deploymentAlarms` | software.amazon.awscdk.services.ecs.DeploymentAlarmConfig | [[cdk.support/lookup-entry]] | `:deployment-alarms` |
| `deploymentController` | software.amazon.awscdk.services.ecs.DeploymentController | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:health-check-grace-period` |
| `maxHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-healthy-percent` |
| `minHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-healthy-percent` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `placementStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-strategies` |
| `propagateTags` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagate-tags` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.ServiceConnectProps | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `taskDefinitionRevision` | software.amazon.awscdk.services.ecs.TaskDefinitionRevision | [[cdk.support/lookup-entry]] | `:task-definition-revision` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-ec2-service-props-builderclj

(build-ec2-service-props-builder builder id config)

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

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
assignPublicIpjava.lang.Booleancdk.support/lookup-entry:assign-public-ip
capacityProviderStrategiesjava.util.Listcdk.support/lookup-entry:capacity-provider-strategies
circuitBreakersoftware.amazon.awscdk.services.ecs.DeploymentCircuitBreakercdk.support/lookup-entry:circuit-breaker
cloudMapOptionssoftware.amazon.awscdk.services.ecs.CloudMapOptionscdk.support/lookup-entry:cloud-map-options
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
daemonjava.lang.Booleancdk.support/lookup-entry:daemon
deploymentAlarmssoftware.amazon.awscdk.services.ecs.DeploymentAlarmConfigcdk.support/lookup-entry:deployment-alarms
deploymentControllersoftware.amazon.awscdk.services.ecs.DeploymentControllercdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:health-check-grace-period
maxHealthyPercentjava.lang.Numbercdk.support/lookup-entry:max-healthy-percent
minHealthyPercentjava.lang.Numbercdk.support/lookup-entry:min-healthy-percent
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
placementStrategiesjava.util.Listcdk.support/lookup-entry:placement-strategies
propagateTagssoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagate-tags
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.ServiceConnectPropscdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
taskDefinitionRevisionsoftware.amazon.awscdk.services.ecs.TaskDefinitionRevisioncdk.support/lookup-entry:task-definition-revision
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-ec2-service-props-builder function updates a Ec2ServiceProps$Builder instance using the provided configuration.
  The function takes the Ec2ServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `capacityProviderStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategies` |
| `circuitBreaker` | software.amazon.awscdk.services.ecs.DeploymentCircuitBreaker | [[cdk.support/lookup-entry]] | `:circuit-breaker` |
| `cloudMapOptions` | software.amazon.awscdk.services.ecs.CloudMapOptions | [[cdk.support/lookup-entry]] | `:cloud-map-options` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `daemon` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:daemon` |
| `deploymentAlarms` | software.amazon.awscdk.services.ecs.DeploymentAlarmConfig | [[cdk.support/lookup-entry]] | `:deployment-alarms` |
| `deploymentController` | software.amazon.awscdk.services.ecs.DeploymentController | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:health-check-grace-period` |
| `maxHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-healthy-percent` |
| `minHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-healthy-percent` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `placementStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-strategies` |
| `propagateTags` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagate-tags` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.ServiceConnectProps | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `taskDefinitionRevision` | software.amazon.awscdk.services.ecs.TaskDefinitionRevision | [[cdk.support/lookup-entry]] | `:task-definition-revision` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-ec2-task-definition-attributes-builderclj

(build-ec2-task-definition-attributes-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
taskDefinitionArnjava.lang.Stringcdk.support/lookup-entry:task-definition-arn
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
The build-ec2-task-definition-attributes-builder function updates a Ec2TaskDefinitionAttributes$Builder instance using the provided configuration.
  The function takes the Ec2TaskDefinitionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `taskDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-arn` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
sourceraw docstring

build-ec2-task-definition-builderclj

(build-ec2-task-definition-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
inferenceAcceleratorsjava.util.Listcdk.support/lookup-entry:inference-accelerators
ipcModesoftware.amazon.awscdk.services.ecs.IpcModecdk.api.services.ecs/ipc-mode:ipc-mode
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
pidModesoftware.amazon.awscdk.services.ecs.PidModecdk.api.services.ecs/pid-mode:pid-mode
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-ec2-task-definition-builder function updates a Ec2TaskDefinition$Builder instance using the provided configuration.
  The function takes the Ec2TaskDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `inferenceAccelerators` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerators` |
| `ipcMode` | software.amazon.awscdk.services.ecs.IpcMode | [[cdk.api.services.ecs/ipc-mode]] | `:ipc-mode` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `pidMode` | software.amazon.awscdk.services.ecs.PidMode | [[cdk.api.services.ecs/pid-mode]] | `:pid-mode` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-ec2-task-definition-props-builderclj

(build-ec2-task-definition-props-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
inferenceAcceleratorsjava.util.Listcdk.support/lookup-entry:inference-accelerators
ipcModesoftware.amazon.awscdk.services.ecs.IpcModecdk.api.services.ecs/ipc-mode:ipc-mode
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
pidModesoftware.amazon.awscdk.services.ecs.PidModecdk.api.services.ecs/pid-mode:pid-mode
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-ec2-task-definition-props-builder function updates a Ec2TaskDefinitionProps$Builder instance using the provided configuration.
  The function takes the Ec2TaskDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `inferenceAccelerators` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerators` |
| `ipcMode` | software.amazon.awscdk.services.ecs.IpcMode | [[cdk.api.services.ecs/ipc-mode]] | `:ipc-mode` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `pidMode` | software.amazon.awscdk.services.ecs.PidMode | [[cdk.api.services.ecs/pid-mode]] | `:pid-mode` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-ecs-optimized-image-options-builderclj

(build-ecs-optimized-image-options-builder builder id config)

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

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
cachedInContextjava.lang.Booleancdk.support/lookup-entry:cached-in-context
The build-ecs-optimized-image-options-builder function updates a EcsOptimizedImageOptions$Builder instance using the provided configuration.
  The function takes the EcsOptimizedImageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` |
sourceraw docstring

build-ecs-target-builderclj

(build-ecs-target-builder builder id config)

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

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
listenersoftware.amazon.awscdk.services.ecs.ListenerConfigcdk.support/lookup-entry:listener
newTargetGroupIdjava.lang.Stringcdk.support/lookup-entry:new-target-group-id
protocolsoftware.amazon.awscdk.services.ecs.Protocolcdk.api.services.ecs/protocol:protocol
The build-ecs-target-builder function updates a EcsTarget$Builder instance using the provided configuration.
  The function takes the EcsTarget$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `listener` | software.amazon.awscdk.services.ecs.ListenerConfig | [[cdk.support/lookup-entry]] | `:listener` |
| `newTargetGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:new-target-group-id` |
| `protocol` | software.amazon.awscdk.services.ecs.Protocol | [[cdk.api.services.ecs/protocol]] | `:protocol` |
sourceraw docstring

build-efs-volume-configuration-builderclj

(build-efs-volume-configuration-builder builder id config)

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

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
authorizationConfigsoftware.amazon.awscdk.services.ecs.AuthorizationConfigcdk.support/lookup-entry:authorization-config
fileSystemIdjava.lang.Stringcdk.support/lookup-entry:file-system-id
rootDirectoryjava.lang.Stringcdk.support/lookup-entry:root-directory
transitEncryptionjava.lang.Stringcdk.support/lookup-entry:transit-encryption
transitEncryptionPortjava.lang.Numbercdk.support/lookup-entry:transit-encryption-port
The build-efs-volume-configuration-builder function updates a EfsVolumeConfiguration$Builder instance using the provided configuration.
  The function takes the EfsVolumeConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authorizationConfig` | software.amazon.awscdk.services.ecs.AuthorizationConfig | [[cdk.support/lookup-entry]] | `:authorization-config` |
| `fileSystemId` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-system-id` |
| `rootDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-directory` |
| `transitEncryption` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-encryption` |
| `transitEncryptionPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:transit-encryption-port` |
sourceraw docstring

build-environment-file-config-builderclj

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

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

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
fileTypesoftware.amazon.awscdk.services.ecs.EnvironmentFileTypecdk.api.services.ecs/environment-file-type:file-type
s3Locationsoftware.amazon.awscdk.services.s3.Locationcdk.support/lookup-entry:s3-location
The build-environment-file-config-builder function updates a EnvironmentFileConfig$Builder instance using the provided configuration.
  The function takes the EnvironmentFileConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fileType` | software.amazon.awscdk.services.ecs.EnvironmentFileType | [[cdk.api.services.ecs/environment-file-type]] | `:file-type` |
| `s3Location` | software.amazon.awscdk.services.s3.Location | [[cdk.support/lookup-entry]] | `:s3-location` |
sourceraw docstring

build-execute-command-configuration-builderclj

(build-execute-command-configuration-builder builder id config)

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

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
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
logConfigurationsoftware.amazon.awscdk.services.ecs.ExecuteCommandLogConfigurationcdk.support/lookup-entry:log-configuration
loggingsoftware.amazon.awscdk.services.ecs.ExecuteCommandLoggingcdk.api.services.ecs/execute-command-logging:logging
The build-execute-command-configuration-builder function updates a ExecuteCommandConfiguration$Builder instance using the provided configuration.
  The function takes the ExecuteCommandConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` |
| `logConfiguration` | software.amazon.awscdk.services.ecs.ExecuteCommandLogConfiguration | [[cdk.support/lookup-entry]] | `:log-configuration` |
| `logging` | software.amazon.awscdk.services.ecs.ExecuteCommandLogging | [[cdk.api.services.ecs/execute-command-logging]] | `:logging` |
sourceraw docstring

build-execute-command-log-configuration-builderclj

(build-execute-command-log-configuration-builder builder id config)

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

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
cloudWatchEncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:cloud-watch-encryption-enabled
cloudWatchLogGroupsoftware.amazon.awscdk.services.logs.ILogGroupcdk.support/lookup-entry:cloud-watch-log-group
s3Bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:s3-bucket
s3EncryptionEnabledjava.lang.Booleancdk.support/lookup-entry:s3-encryption-enabled
s3KeyPrefixjava.lang.Stringcdk.support/lookup-entry:s3-key-prefix
The build-execute-command-log-configuration-builder function updates a ExecuteCommandLogConfiguration$Builder instance using the provided configuration.
  The function takes the ExecuteCommandLogConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudWatchEncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-encryption-enabled` |
| `cloudWatchLogGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:cloud-watch-log-group` |
| `s3Bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:s3-bucket` |
| `s3EncryptionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:s3-encryption-enabled` |
| `s3KeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key-prefix` |
sourceraw docstring

build-external-service-attributes-builderclj

(build-external-service-attributes-builder builder id config)

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

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
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
serviceArnjava.lang.Stringcdk.support/lookup-entry:service-arn
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-external-service-attributes-builder function updates a ExternalServiceAttributes$Builder instance using the provided configuration.
  The function takes the ExternalServiceAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `serviceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-arn` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
sourceraw docstring

build-external-service-builderclj

(build-external-service-builder builder id config)

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

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
capacityProviderStrategiesjava.util.Listcdk.support/lookup-entry:capacity-provider-strategies
circuitBreakersoftware.amazon.awscdk.services.ecs.DeploymentCircuitBreakercdk.support/lookup-entry:circuit-breaker
cloudMapOptionssoftware.amazon.awscdk.services.ecs.CloudMapOptionscdk.support/lookup-entry:cloud-map-options
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
deploymentAlarmssoftware.amazon.awscdk.services.ecs.DeploymentAlarmConfigcdk.support/lookup-entry:deployment-alarms
deploymentControllersoftware.amazon.awscdk.services.ecs.DeploymentControllercdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:health-check-grace-period
maxHealthyPercentjava.lang.Numbercdk.support/lookup-entry:max-healthy-percent
minHealthyPercentjava.lang.Numbercdk.support/lookup-entry:min-healthy-percent
propagateTagssoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagate-tags
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.ServiceConnectPropscdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
taskDefinitionRevisionsoftware.amazon.awscdk.services.ecs.TaskDefinitionRevisioncdk.support/lookup-entry:task-definition-revision
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
The build-external-service-builder function updates a ExternalService$Builder instance using the provided configuration.
  The function takes the ExternalService$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviderStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategies` |
| `circuitBreaker` | software.amazon.awscdk.services.ecs.DeploymentCircuitBreaker | [[cdk.support/lookup-entry]] | `:circuit-breaker` |
| `cloudMapOptions` | software.amazon.awscdk.services.ecs.CloudMapOptions | [[cdk.support/lookup-entry]] | `:cloud-map-options` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `deploymentAlarms` | software.amazon.awscdk.services.ecs.DeploymentAlarmConfig | [[cdk.support/lookup-entry]] | `:deployment-alarms` |
| `deploymentController` | software.amazon.awscdk.services.ecs.DeploymentController | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:health-check-grace-period` |
| `maxHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-healthy-percent` |
| `minHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-healthy-percent` |
| `propagateTags` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagate-tags` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.ServiceConnectProps | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `taskDefinitionRevision` | software.amazon.awscdk.services.ecs.TaskDefinitionRevision | [[cdk.support/lookup-entry]] | `:task-definition-revision` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
sourceraw docstring

build-external-service-props-builderclj

(build-external-service-props-builder builder id config)

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

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
capacityProviderStrategiesjava.util.Listcdk.support/lookup-entry:capacity-provider-strategies
circuitBreakersoftware.amazon.awscdk.services.ecs.DeploymentCircuitBreakercdk.support/lookup-entry:circuit-breaker
cloudMapOptionssoftware.amazon.awscdk.services.ecs.CloudMapOptionscdk.support/lookup-entry:cloud-map-options
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
deploymentAlarmssoftware.amazon.awscdk.services.ecs.DeploymentAlarmConfigcdk.support/lookup-entry:deployment-alarms
deploymentControllersoftware.amazon.awscdk.services.ecs.DeploymentControllercdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:health-check-grace-period
maxHealthyPercentjava.lang.Numbercdk.support/lookup-entry:max-healthy-percent
minHealthyPercentjava.lang.Numbercdk.support/lookup-entry:min-healthy-percent
propagateTagssoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagate-tags
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.ServiceConnectPropscdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
taskDefinitionRevisionsoftware.amazon.awscdk.services.ecs.TaskDefinitionRevisioncdk.support/lookup-entry:task-definition-revision
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
The build-external-service-props-builder function updates a ExternalServiceProps$Builder instance using the provided configuration.
  The function takes the ExternalServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityProviderStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategies` |
| `circuitBreaker` | software.amazon.awscdk.services.ecs.DeploymentCircuitBreaker | [[cdk.support/lookup-entry]] | `:circuit-breaker` |
| `cloudMapOptions` | software.amazon.awscdk.services.ecs.CloudMapOptions | [[cdk.support/lookup-entry]] | `:cloud-map-options` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `deploymentAlarms` | software.amazon.awscdk.services.ecs.DeploymentAlarmConfig | [[cdk.support/lookup-entry]] | `:deployment-alarms` |
| `deploymentController` | software.amazon.awscdk.services.ecs.DeploymentController | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:health-check-grace-period` |
| `maxHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-healthy-percent` |
| `minHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-healthy-percent` |
| `propagateTags` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagate-tags` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.ServiceConnectProps | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `taskDefinitionRevision` | software.amazon.awscdk.services.ecs.TaskDefinitionRevision | [[cdk.support/lookup-entry]] | `:task-definition-revision` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
sourceraw docstring

build-external-task-definition-attributes-builderclj

(build-external-task-definition-attributes-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
taskDefinitionArnjava.lang.Stringcdk.support/lookup-entry:task-definition-arn
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
The build-external-task-definition-attributes-builder function updates a ExternalTaskDefinitionAttributes$Builder instance using the provided configuration.
  The function takes the ExternalTaskDefinitionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `taskDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-arn` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
sourceraw docstring

build-external-task-definition-builderclj

(build-external-task-definition-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-external-task-definition-builder function updates a ExternalTaskDefinition$Builder instance using the provided configuration.
  The function takes the ExternalTaskDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-external-task-definition-props-builderclj

(build-external-task-definition-props-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-external-task-definition-props-builder function updates a ExternalTaskDefinitionProps$Builder instance using the provided configuration.
  The function takes the ExternalTaskDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-fargate-service-attributes-builderclj

(build-fargate-service-attributes-builder builder id config)

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

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
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
serviceArnjava.lang.Stringcdk.support/lookup-entry:service-arn
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-fargate-service-attributes-builder function updates a FargateServiceAttributes$Builder instance using the provided configuration.
  The function takes the FargateServiceAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `serviceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-arn` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
sourceraw docstring

build-fargate-service-builderclj

(build-fargate-service-builder builder id config)

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

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
assignPublicIpjava.lang.Booleancdk.support/lookup-entry:assign-public-ip
capacityProviderStrategiesjava.util.Listcdk.support/lookup-entry:capacity-provider-strategies
circuitBreakersoftware.amazon.awscdk.services.ecs.DeploymentCircuitBreakercdk.support/lookup-entry:circuit-breaker
cloudMapOptionssoftware.amazon.awscdk.services.ecs.CloudMapOptionscdk.support/lookup-entry:cloud-map-options
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
deploymentAlarmssoftware.amazon.awscdk.services.ecs.DeploymentAlarmConfigcdk.support/lookup-entry:deployment-alarms
deploymentControllersoftware.amazon.awscdk.services.ecs.DeploymentControllercdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:health-check-grace-period
maxHealthyPercentjava.lang.Numbercdk.support/lookup-entry:max-healthy-percent
minHealthyPercentjava.lang.Numbercdk.support/lookup-entry:min-healthy-percent
platformVersionsoftware.amazon.awscdk.services.ecs.FargatePlatformVersioncdk.api.services.ecs/fargate-platform-version:platform-version
propagateTagssoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagate-tags
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.ServiceConnectPropscdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
taskDefinitionRevisionsoftware.amazon.awscdk.services.ecs.TaskDefinitionRevisioncdk.support/lookup-entry:task-definition-revision
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-fargate-service-builder function updates a FargateService$Builder instance using the provided configuration.
  The function takes the FargateService$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `capacityProviderStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategies` |
| `circuitBreaker` | software.amazon.awscdk.services.ecs.DeploymentCircuitBreaker | [[cdk.support/lookup-entry]] | `:circuit-breaker` |
| `cloudMapOptions` | software.amazon.awscdk.services.ecs.CloudMapOptions | [[cdk.support/lookup-entry]] | `:cloud-map-options` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `deploymentAlarms` | software.amazon.awscdk.services.ecs.DeploymentAlarmConfig | [[cdk.support/lookup-entry]] | `:deployment-alarms` |
| `deploymentController` | software.amazon.awscdk.services.ecs.DeploymentController | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:health-check-grace-period` |
| `maxHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-healthy-percent` |
| `minHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-healthy-percent` |
| `platformVersion` | software.amazon.awscdk.services.ecs.FargatePlatformVersion | [[cdk.api.services.ecs/fargate-platform-version]] | `:platform-version` |
| `propagateTags` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagate-tags` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.ServiceConnectProps | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `taskDefinitionRevision` | software.amazon.awscdk.services.ecs.TaskDefinitionRevision | [[cdk.support/lookup-entry]] | `:task-definition-revision` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-fargate-service-props-builderclj

(build-fargate-service-props-builder builder id config)

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

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
assignPublicIpjava.lang.Booleancdk.support/lookup-entry:assign-public-ip
capacityProviderStrategiesjava.util.Listcdk.support/lookup-entry:capacity-provider-strategies
circuitBreakersoftware.amazon.awscdk.services.ecs.DeploymentCircuitBreakercdk.support/lookup-entry:circuit-breaker
cloudMapOptionssoftware.amazon.awscdk.services.ecs.CloudMapOptionscdk.support/lookup-entry:cloud-map-options
clustersoftware.amazon.awscdk.services.ecs.IClustercdk.support/lookup-entry:cluster
deploymentAlarmssoftware.amazon.awscdk.services.ecs.DeploymentAlarmConfigcdk.support/lookup-entry:deployment-alarms
deploymentControllersoftware.amazon.awscdk.services.ecs.DeploymentControllercdk.support/lookup-entry:deployment-controller
desiredCountjava.lang.Numbercdk.support/lookup-entry:desired-count
enableEcsManagedTagsjava.lang.Booleancdk.support/lookup-entry:enable-ecs-managed-tags
enableExecuteCommandjava.lang.Booleancdk.support/lookup-entry:enable-execute-command
healthCheckGracePeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:health-check-grace-period
maxHealthyPercentjava.lang.Numbercdk.support/lookup-entry:max-healthy-percent
minHealthyPercentjava.lang.Numbercdk.support/lookup-entry:min-healthy-percent
platformVersionsoftware.amazon.awscdk.services.ecs.FargatePlatformVersioncdk.api.services.ecs/fargate-platform-version:platform-version
propagateTagssoftware.amazon.awscdk.services.ecs.PropagatedTagSourcecdk.api.services.ecs/propagated-tag-source:propagate-tags
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
serviceConnectConfigurationsoftware.amazon.awscdk.services.ecs.ServiceConnectPropscdk.support/lookup-entry:service-connect-configuration
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
taskDefinitionRevisionsoftware.amazon.awscdk.services.ecs.TaskDefinitionRevisioncdk.support/lookup-entry:task-definition-revision
volumeConfigurationsjava.util.Listcdk.support/lookup-entry:volume-configurations
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-fargate-service-props-builder function updates a FargateServiceProps$Builder instance using the provided configuration.
  The function takes the FargateServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignPublicIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-public-ip` |
| `capacityProviderStrategies` | java.util.List | [[cdk.support/lookup-entry]] | `:capacity-provider-strategies` |
| `circuitBreaker` | software.amazon.awscdk.services.ecs.DeploymentCircuitBreaker | [[cdk.support/lookup-entry]] | `:circuit-breaker` |
| `cloudMapOptions` | software.amazon.awscdk.services.ecs.CloudMapOptions | [[cdk.support/lookup-entry]] | `:cloud-map-options` |
| `cluster` | software.amazon.awscdk.services.ecs.ICluster | [[cdk.support/lookup-entry]] | `:cluster` |
| `deploymentAlarms` | software.amazon.awscdk.services.ecs.DeploymentAlarmConfig | [[cdk.support/lookup-entry]] | `:deployment-alarms` |
| `deploymentController` | software.amazon.awscdk.services.ecs.DeploymentController | [[cdk.support/lookup-entry]] | `:deployment-controller` |
| `desiredCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-count` |
| `enableEcsManagedTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-managed-tags` |
| `enableExecuteCommand` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-execute-command` |
| `healthCheckGracePeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:health-check-grace-period` |
| `maxHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-healthy-percent` |
| `minHealthyPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-healthy-percent` |
| `platformVersion` | software.amazon.awscdk.services.ecs.FargatePlatformVersion | [[cdk.api.services.ecs/fargate-platform-version]] | `:platform-version` |
| `propagateTags` | software.amazon.awscdk.services.ecs.PropagatedTagSource | [[cdk.api.services.ecs/propagated-tag-source]] | `:propagate-tags` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `serviceConnectConfiguration` | software.amazon.awscdk.services.ecs.ServiceConnectProps | [[cdk.support/lookup-entry]] | `:service-connect-configuration` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `taskDefinitionRevision` | software.amazon.awscdk.services.ecs.TaskDefinitionRevision | [[cdk.support/lookup-entry]] | `:task-definition-revision` |
| `volumeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:volume-configurations` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-fargate-task-definition-attributes-builderclj

(build-fargate-task-definition-attributes-builder builder id config)

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

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
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
taskDefinitionArnjava.lang.Stringcdk.support/lookup-entry:task-definition-arn
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
The build-fargate-task-definition-attributes-builder function updates a FargateTaskDefinitionAttributes$Builder instance using the provided configuration.
  The function takes the FargateTaskDefinitionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `taskDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-arn` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
sourceraw docstring

build-fargate-task-definition-builderclj

(build-fargate-task-definition-builder builder id config)

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

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
cpujava.lang.Numbercdk.support/lookup-entry:cpu
ephemeralStorageGiBjava.lang.Numbercdk.support/lookup-entry:ephemeral-storage-gi-b
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
memoryLimitMiBjava.lang.Numbercdk.support/lookup-entry:memory-limit-mi-b
pidModesoftware.amazon.awscdk.services.ecs.PidModecdk.api.services.ecs/pid-mode:pid-mode
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
runtimePlatformsoftware.amazon.awscdk.services.ecs.RuntimePlatformcdk.support/lookup-entry:runtime-platform
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-fargate-task-definition-builder function updates a FargateTaskDefinition$Builder instance using the provided configuration.
  The function takes the FargateTaskDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `ephemeralStorageGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ephemeral-storage-gi-b` |
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `memoryLimitMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit-mi-b` |
| `pidMode` | software.amazon.awscdk.services.ecs.PidMode | [[cdk.api.services.ecs/pid-mode]] | `:pid-mode` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `runtimePlatform` | software.amazon.awscdk.services.ecs.RuntimePlatform | [[cdk.support/lookup-entry]] | `:runtime-platform` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-fargate-task-definition-props-builderclj

(build-fargate-task-definition-props-builder builder id config)

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

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
cpujava.lang.Numbercdk.support/lookup-entry:cpu
ephemeralStorageGiBjava.lang.Numbercdk.support/lookup-entry:ephemeral-storage-gi-b
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
memoryLimitMiBjava.lang.Numbercdk.support/lookup-entry:memory-limit-mi-b
pidModesoftware.amazon.awscdk.services.ecs.PidModecdk.api.services.ecs/pid-mode:pid-mode
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
runtimePlatformsoftware.amazon.awscdk.services.ecs.RuntimePlatformcdk.support/lookup-entry:runtime-platform
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-fargate-task-definition-props-builder function updates a FargateTaskDefinitionProps$Builder instance using the provided configuration.
  The function takes the FargateTaskDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `ephemeralStorageGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ephemeral-storage-gi-b` |
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `memoryLimitMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit-mi-b` |
| `pidMode` | software.amazon.awscdk.services.ecs.PidMode | [[cdk.api.services.ecs/pid-mode]] | `:pid-mode` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `runtimePlatform` | software.amazon.awscdk.services.ecs.RuntimePlatform | [[cdk.support/lookup-entry]] | `:runtime-platform` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-fire-lens-log-driver-builderclj

(build-fire-lens-log-driver-builder builder id config)

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

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
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
optionsjava.util.Mapcdk.support/lookup-entry:options
secretOptionsjava.util.Mapcdk.support/lookup-entry:secret-options
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-fire-lens-log-driver-builder function updates a FireLensLogDriver$Builder instance using the provided configuration.
  The function takes the FireLensLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `options` | java.util.Map | [[cdk.support/lookup-entry]] | `:options` |
| `secretOptions` | java.util.Map | [[cdk.support/lookup-entry]] | `:secret-options` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-fire-lens-log-driver-props-builderclj

(build-fire-lens-log-driver-props-builder builder id config)

The build-fire-lens-log-driver-props-builder function updates a FireLensLogDriverProps$Builder instance using the provided configuration. The function takes the FireLensLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
optionsjava.util.Mapcdk.support/lookup-entry:options
secretOptionsjava.util.Mapcdk.support/lookup-entry:secret-options
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-fire-lens-log-driver-props-builder function updates a FireLensLogDriverProps$Builder instance using the provided configuration.
  The function takes the FireLensLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `options` | java.util.Map | [[cdk.support/lookup-entry]] | `:options` |
| `secretOptions` | java.util.Map | [[cdk.support/lookup-entry]] | `:secret-options` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-firelens-config-builderclj

(build-firelens-config-builder builder id config)

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

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
optionssoftware.amazon.awscdk.services.ecs.FirelensOptionscdk.support/lookup-entry:options
typesoftware.amazon.awscdk.services.ecs.FirelensLogRouterTypecdk.api.services.ecs/firelens-log-router-type:type
The build-firelens-config-builder function updates a FirelensConfig$Builder instance using the provided configuration.
  The function takes the FirelensConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `options` | software.amazon.awscdk.services.ecs.FirelensOptions | [[cdk.support/lookup-entry]] | `:options` |
| `type` | software.amazon.awscdk.services.ecs.FirelensLogRouterType | [[cdk.api.services.ecs/firelens-log-router-type]] | `:type` |
sourceraw docstring

build-firelens-log-router-builderclj

(build-firelens-log-router-builder builder id config)

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

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
commandjava.util.Listcdk.support/lookup-entry:command
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
cpujava.lang.Numbercdk.support/lookup-entry:cpu
credentialSpecsjava.util.Listcdk.support/lookup-entry:credential-specs
disableNetworkingjava.lang.Booleancdk.support/lookup-entry:disable-networking
dnsSearchDomainsjava.util.Listcdk.support/lookup-entry:dns-search-domains
dnsServersjava.util.Listcdk.support/lookup-entry:dns-servers
dockerLabelsjava.util.Mapcdk.support/lookup-entry:docker-labels
dockerSecurityOptionsjava.util.Listcdk.support/lookup-entry:docker-security-options
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentFilesjava.util.Listcdk.support/lookup-entry:environment-files
essentialjava.lang.Booleancdk.support/lookup-entry:essential
extraHostsjava.util.Mapcdk.support/lookup-entry:extra-hosts
firelensConfigsoftware.amazon.awscdk.services.ecs.FirelensConfigcdk.support/lookup-entry:firelens-config
gpuCountjava.lang.Numbercdk.support/lookup-entry:gpu-count
healthChecksoftware.amazon.awscdk.services.ecs.HealthCheckcdk.support/lookup-entry:health-check
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
imagesoftware.amazon.awscdk.services.ecs.ContainerImagecdk.support/lookup-entry:image
inferenceAcceleratorResourcesjava.util.Listcdk.support/lookup-entry:inference-accelerator-resources
interactivejava.lang.Booleancdk.support/lookup-entry:interactive
linuxParameterssoftware.amazon.awscdk.services.ecs.LinuxParameterscdk.support/lookup-entry:linux-parameters
loggingsoftware.amazon.awscdk.services.ecs.LogDrivercdk.support/lookup-entry:logging
memoryLimitMiBjava.lang.Numbercdk.support/lookup-entry:memory-limit-mi-b
memoryReservationMiBjava.lang.Numbercdk.support/lookup-entry:memory-reservation-mi-b
portMappingsjava.util.Listcdk.support/lookup-entry:port-mappings
privilegedjava.lang.Booleancdk.support/lookup-entry:privileged
pseudoTerminaljava.lang.Booleancdk.support/lookup-entry:pseudo-terminal
readonlyRootFilesystemjava.lang.Booleancdk.support/lookup-entry:readonly-root-filesystem
secretsjava.util.Mapcdk.support/lookup-entry:secrets
startTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:start-timeout
stopTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stop-timeout
systemControlsjava.util.Listcdk.support/lookup-entry:system-controls
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
ulimitsjava.util.Listcdk.support/lookup-entry:ulimits
userjava.lang.Stringcdk.support/lookup-entry:user
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-firelens-log-router-builder function updates a FirelensLogRouter$Builder instance using the provided configuration.
  The function takes the FirelensLogRouter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `credentialSpecs` | java.util.List | [[cdk.support/lookup-entry]] | `:credential-specs` |
| `disableNetworking` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-networking` |
| `dnsSearchDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-search-domains` |
| `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` |
| `dockerLabels` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-labels` |
| `dockerSecurityOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-security-options` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentFiles` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-files` |
| `essential` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:essential` |
| `extraHosts` | java.util.Map | [[cdk.support/lookup-entry]] | `:extra-hosts` |
| `firelensConfig` | software.amazon.awscdk.services.ecs.FirelensConfig | [[cdk.support/lookup-entry]] | `:firelens-config` |
| `gpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gpu-count` |
| `healthCheck` | software.amazon.awscdk.services.ecs.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` |
| `image` | software.amazon.awscdk.services.ecs.ContainerImage | [[cdk.support/lookup-entry]] | `:image` |
| `inferenceAcceleratorResources` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerator-resources` |
| `interactive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:interactive` |
| `linuxParameters` | software.amazon.awscdk.services.ecs.LinuxParameters | [[cdk.support/lookup-entry]] | `:linux-parameters` |
| `logging` | software.amazon.awscdk.services.ecs.LogDriver | [[cdk.support/lookup-entry]] | `:logging` |
| `memoryLimitMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit-mi-b` |
| `memoryReservationMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation-mi-b` |
| `portMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:port-mappings` |
| `privileged` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:privileged` |
| `pseudoTerminal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pseudo-terminal` |
| `readonlyRootFilesystem` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:readonly-root-filesystem` |
| `secrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:secrets` |
| `startTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:start-timeout` |
| `stopTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stop-timeout` |
| `systemControls` | java.util.List | [[cdk.support/lookup-entry]] | `:system-controls` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `ulimits` | java.util.List | [[cdk.support/lookup-entry]] | `:ulimits` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-firelens-log-router-definition-options-builderclj

(build-firelens-log-router-definition-options-builder builder id config)

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

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
commandjava.util.Listcdk.support/lookup-entry:command
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
cpujava.lang.Numbercdk.support/lookup-entry:cpu
credentialSpecsjava.util.Listcdk.support/lookup-entry:credential-specs
disableNetworkingjava.lang.Booleancdk.support/lookup-entry:disable-networking
dnsSearchDomainsjava.util.Listcdk.support/lookup-entry:dns-search-domains
dnsServersjava.util.Listcdk.support/lookup-entry:dns-servers
dockerLabelsjava.util.Mapcdk.support/lookup-entry:docker-labels
dockerSecurityOptionsjava.util.Listcdk.support/lookup-entry:docker-security-options
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentFilesjava.util.Listcdk.support/lookup-entry:environment-files
essentialjava.lang.Booleancdk.support/lookup-entry:essential
extraHostsjava.util.Mapcdk.support/lookup-entry:extra-hosts
firelensConfigsoftware.amazon.awscdk.services.ecs.FirelensConfigcdk.support/lookup-entry:firelens-config
gpuCountjava.lang.Numbercdk.support/lookup-entry:gpu-count
healthChecksoftware.amazon.awscdk.services.ecs.HealthCheckcdk.support/lookup-entry:health-check
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
imagesoftware.amazon.awscdk.services.ecs.ContainerImagecdk.support/lookup-entry:image
inferenceAcceleratorResourcesjava.util.Listcdk.support/lookup-entry:inference-accelerator-resources
interactivejava.lang.Booleancdk.support/lookup-entry:interactive
linuxParameterssoftware.amazon.awscdk.services.ecs.LinuxParameterscdk.support/lookup-entry:linux-parameters
loggingsoftware.amazon.awscdk.services.ecs.LogDrivercdk.support/lookup-entry:logging
memoryLimitMiBjava.lang.Numbercdk.support/lookup-entry:memory-limit-mi-b
memoryReservationMiBjava.lang.Numbercdk.support/lookup-entry:memory-reservation-mi-b
portMappingsjava.util.Listcdk.support/lookup-entry:port-mappings
privilegedjava.lang.Booleancdk.support/lookup-entry:privileged
pseudoTerminaljava.lang.Booleancdk.support/lookup-entry:pseudo-terminal
readonlyRootFilesystemjava.lang.Booleancdk.support/lookup-entry:readonly-root-filesystem
secretsjava.util.Mapcdk.support/lookup-entry:secrets
startTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:start-timeout
stopTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stop-timeout
systemControlsjava.util.Listcdk.support/lookup-entry:system-controls
ulimitsjava.util.Listcdk.support/lookup-entry:ulimits
userjava.lang.Stringcdk.support/lookup-entry:user
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-firelens-log-router-definition-options-builder function updates a FirelensLogRouterDefinitionOptions$Builder instance using the provided configuration.
  The function takes the FirelensLogRouterDefinitionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `credentialSpecs` | java.util.List | [[cdk.support/lookup-entry]] | `:credential-specs` |
| `disableNetworking` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-networking` |
| `dnsSearchDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-search-domains` |
| `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` |
| `dockerLabels` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-labels` |
| `dockerSecurityOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-security-options` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentFiles` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-files` |
| `essential` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:essential` |
| `extraHosts` | java.util.Map | [[cdk.support/lookup-entry]] | `:extra-hosts` |
| `firelensConfig` | software.amazon.awscdk.services.ecs.FirelensConfig | [[cdk.support/lookup-entry]] | `:firelens-config` |
| `gpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gpu-count` |
| `healthCheck` | software.amazon.awscdk.services.ecs.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` |
| `image` | software.amazon.awscdk.services.ecs.ContainerImage | [[cdk.support/lookup-entry]] | `:image` |
| `inferenceAcceleratorResources` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerator-resources` |
| `interactive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:interactive` |
| `linuxParameters` | software.amazon.awscdk.services.ecs.LinuxParameters | [[cdk.support/lookup-entry]] | `:linux-parameters` |
| `logging` | software.amazon.awscdk.services.ecs.LogDriver | [[cdk.support/lookup-entry]] | `:logging` |
| `memoryLimitMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit-mi-b` |
| `memoryReservationMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation-mi-b` |
| `portMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:port-mappings` |
| `privileged` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:privileged` |
| `pseudoTerminal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pseudo-terminal` |
| `readonlyRootFilesystem` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:readonly-root-filesystem` |
| `secrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:secrets` |
| `startTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:start-timeout` |
| `stopTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stop-timeout` |
| `systemControls` | java.util.List | [[cdk.support/lookup-entry]] | `:system-controls` |
| `ulimits` | java.util.List | [[cdk.support/lookup-entry]] | `:ulimits` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-firelens-log-router-props-builderclj

(build-firelens-log-router-props-builder builder id config)

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

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
commandjava.util.Listcdk.support/lookup-entry:command
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
cpujava.lang.Numbercdk.support/lookup-entry:cpu
credentialSpecsjava.util.Listcdk.support/lookup-entry:credential-specs
disableNetworkingjava.lang.Booleancdk.support/lookup-entry:disable-networking
dnsSearchDomainsjava.util.Listcdk.support/lookup-entry:dns-search-domains
dnsServersjava.util.Listcdk.support/lookup-entry:dns-servers
dockerLabelsjava.util.Mapcdk.support/lookup-entry:docker-labels
dockerSecurityOptionsjava.util.Listcdk.support/lookup-entry:docker-security-options
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
environmentjava.util.Mapcdk.support/lookup-entry:environment
environmentFilesjava.util.Listcdk.support/lookup-entry:environment-files
essentialjava.lang.Booleancdk.support/lookup-entry:essential
extraHostsjava.util.Mapcdk.support/lookup-entry:extra-hosts
firelensConfigsoftware.amazon.awscdk.services.ecs.FirelensConfigcdk.support/lookup-entry:firelens-config
gpuCountjava.lang.Numbercdk.support/lookup-entry:gpu-count
healthChecksoftware.amazon.awscdk.services.ecs.HealthCheckcdk.support/lookup-entry:health-check
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
imagesoftware.amazon.awscdk.services.ecs.ContainerImagecdk.support/lookup-entry:image
inferenceAcceleratorResourcesjava.util.Listcdk.support/lookup-entry:inference-accelerator-resources
interactivejava.lang.Booleancdk.support/lookup-entry:interactive
linuxParameterssoftware.amazon.awscdk.services.ecs.LinuxParameterscdk.support/lookup-entry:linux-parameters
loggingsoftware.amazon.awscdk.services.ecs.LogDrivercdk.support/lookup-entry:logging
memoryLimitMiBjava.lang.Numbercdk.support/lookup-entry:memory-limit-mi-b
memoryReservationMiBjava.lang.Numbercdk.support/lookup-entry:memory-reservation-mi-b
portMappingsjava.util.Listcdk.support/lookup-entry:port-mappings
privilegedjava.lang.Booleancdk.support/lookup-entry:privileged
pseudoTerminaljava.lang.Booleancdk.support/lookup-entry:pseudo-terminal
readonlyRootFilesystemjava.lang.Booleancdk.support/lookup-entry:readonly-root-filesystem
secretsjava.util.Mapcdk.support/lookup-entry:secrets
startTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:start-timeout
stopTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stop-timeout
systemControlsjava.util.Listcdk.support/lookup-entry:system-controls
taskDefinitionsoftware.amazon.awscdk.services.ecs.TaskDefinitioncdk.support/lookup-entry:task-definition
ulimitsjava.util.Listcdk.support/lookup-entry:ulimits
userjava.lang.Stringcdk.support/lookup-entry:user
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-firelens-log-router-props-builder function updates a FirelensLogRouterProps$Builder instance using the provided configuration.
  The function takes the FirelensLogRouterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `credentialSpecs` | java.util.List | [[cdk.support/lookup-entry]] | `:credential-specs` |
| `disableNetworking` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-networking` |
| `dnsSearchDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-search-domains` |
| `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` |
| `dockerLabels` | java.util.Map | [[cdk.support/lookup-entry]] | `:docker-labels` |
| `dockerSecurityOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:docker-security-options` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `environment` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment` |
| `environmentFiles` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-files` |
| `essential` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:essential` |
| `extraHosts` | java.util.Map | [[cdk.support/lookup-entry]] | `:extra-hosts` |
| `firelensConfig` | software.amazon.awscdk.services.ecs.FirelensConfig | [[cdk.support/lookup-entry]] | `:firelens-config` |
| `gpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gpu-count` |
| `healthCheck` | software.amazon.awscdk.services.ecs.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` |
| `image` | software.amazon.awscdk.services.ecs.ContainerImage | [[cdk.support/lookup-entry]] | `:image` |
| `inferenceAcceleratorResources` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerator-resources` |
| `interactive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:interactive` |
| `linuxParameters` | software.amazon.awscdk.services.ecs.LinuxParameters | [[cdk.support/lookup-entry]] | `:linux-parameters` |
| `logging` | software.amazon.awscdk.services.ecs.LogDriver | [[cdk.support/lookup-entry]] | `:logging` |
| `memoryLimitMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-limit-mi-b` |
| `memoryReservationMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-reservation-mi-b` |
| `portMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:port-mappings` |
| `privileged` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:privileged` |
| `pseudoTerminal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pseudo-terminal` |
| `readonlyRootFilesystem` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:readonly-root-filesystem` |
| `secrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:secrets` |
| `startTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:start-timeout` |
| `stopTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stop-timeout` |
| `systemControls` | java.util.List | [[cdk.support/lookup-entry]] | `:system-controls` |
| `taskDefinition` | software.amazon.awscdk.services.ecs.TaskDefinition | [[cdk.support/lookup-entry]] | `:task-definition` |
| `ulimits` | java.util.List | [[cdk.support/lookup-entry]] | `:ulimits` |
| `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-firelens-options-builderclj

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

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

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
configFileTypesoftware.amazon.awscdk.services.ecs.FirelensConfigFileTypecdk.api.services.ecs/firelens-config-file-type:config-file-type
configFileValuejava.lang.Stringcdk.support/lookup-entry:config-file-value
enableEcsLogMetadatajava.lang.Booleancdk.support/lookup-entry:enable-ecs-log-metadata
The build-firelens-options-builder function updates a FirelensOptions$Builder instance using the provided configuration.
  The function takes the FirelensOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configFileType` | software.amazon.awscdk.services.ecs.FirelensConfigFileType | [[cdk.api.services.ecs/firelens-config-file-type]] | `:config-file-type` |
| `configFileValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:config-file-value` |
| `enableEcsLogMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-ecs-log-metadata` |
sourceraw docstring

build-fluentd-log-driver-builderclj

(build-fluentd-log-driver-builder builder id config)

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

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
addressjava.lang.Stringcdk.support/lookup-entry:address
asyncConnectjava.lang.Booleancdk.support/lookup-entry:async-connect
bufferLimitjava.lang.Numbercdk.support/lookup-entry:buffer-limit
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
retryWaitsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:retry-wait
subSecondPrecisionjava.lang.Booleancdk.support/lookup-entry:sub-second-precision
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-fluentd-log-driver-builder function updates a FluentdLogDriver$Builder instance using the provided configuration.
  The function takes the FluentdLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` |
| `asyncConnect` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:async-connect` |
| `bufferLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:buffer-limit` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
| `retryWait` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:retry-wait` |
| `subSecondPrecision` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sub-second-precision` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-fluentd-log-driver-props-builderclj

(build-fluentd-log-driver-props-builder builder id config)

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

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
addressjava.lang.Stringcdk.support/lookup-entry:address
asyncConnectjava.lang.Booleancdk.support/lookup-entry:async-connect
bufferLimitjava.lang.Numbercdk.support/lookup-entry:buffer-limit
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
retryWaitsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:retry-wait
subSecondPrecisionjava.lang.Booleancdk.support/lookup-entry:sub-second-precision
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-fluentd-log-driver-props-builder function updates a FluentdLogDriverProps$Builder instance using the provided configuration.
  The function takes the FluentdLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` |
| `asyncConnect` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:async-connect` |
| `bufferLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:buffer-limit` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
| `retryWait` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:retry-wait` |
| `subSecondPrecision` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sub-second-precision` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-gelf-log-driver-builderclj

(build-gelf-log-driver-builder builder id config)

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

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
addressjava.lang.Stringcdk.support/lookup-entry:address
compressionLeveljava.lang.Numbercdk.support/lookup-entry:compression-level
compressionTypesoftware.amazon.awscdk.services.ecs.GelfCompressionTypecdk.api.services.ecs/gelf-compression-type:compression-type
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
tagjava.lang.Stringcdk.support/lookup-entry:tag
tcpMaxReconnectjava.lang.Numbercdk.support/lookup-entry:tcp-max-reconnect
tcpReconnectDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:tcp-reconnect-delay
The build-gelf-log-driver-builder function updates a GelfLogDriver$Builder instance using the provided configuration.
  The function takes the GelfLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` |
| `compressionLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:compression-level` |
| `compressionType` | software.amazon.awscdk.services.ecs.GelfCompressionType | [[cdk.api.services.ecs/gelf-compression-type]] | `:compression-type` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
| `tcpMaxReconnect` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tcp-max-reconnect` |
| `tcpReconnectDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:tcp-reconnect-delay` |
sourceraw docstring

build-gelf-log-driver-props-builderclj

(build-gelf-log-driver-props-builder builder id config)

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

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
addressjava.lang.Stringcdk.support/lookup-entry:address
compressionLeveljava.lang.Numbercdk.support/lookup-entry:compression-level
compressionTypesoftware.amazon.awscdk.services.ecs.GelfCompressionTypecdk.api.services.ecs/gelf-compression-type:compression-type
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
tagjava.lang.Stringcdk.support/lookup-entry:tag
tcpMaxReconnectjava.lang.Numbercdk.support/lookup-entry:tcp-max-reconnect
tcpReconnectDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:tcp-reconnect-delay
The build-gelf-log-driver-props-builder function updates a GelfLogDriverProps$Builder instance using the provided configuration.
  The function takes the GelfLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` |
| `compressionLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:compression-level` |
| `compressionType` | software.amazon.awscdk.services.ecs.GelfCompressionType | [[cdk.api.services.ecs/gelf-compression-type]] | `:compression-type` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
| `tcpMaxReconnect` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tcp-max-reconnect` |
| `tcpReconnectDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:tcp-reconnect-delay` |
sourceraw docstring

build-generic-log-driver-builderclj

(build-generic-log-driver-builder builder id config)

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

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
logDriverjava.lang.Stringcdk.support/lookup-entry:log-driver
optionsjava.util.Mapcdk.support/lookup-entry:options
secretOptionsjava.util.Mapcdk.support/lookup-entry:secret-options
The build-generic-log-driver-builder function updates a GenericLogDriver$Builder instance using the provided configuration.
  The function takes the GenericLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logDriver` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-driver` |
| `options` | java.util.Map | [[cdk.support/lookup-entry]] | `:options` |
| `secretOptions` | java.util.Map | [[cdk.support/lookup-entry]] | `:secret-options` |
sourceraw docstring

build-generic-log-driver-props-builderclj

(build-generic-log-driver-props-builder builder id config)

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

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
logDriverjava.lang.Stringcdk.support/lookup-entry:log-driver
optionsjava.util.Mapcdk.support/lookup-entry:options
secretOptionsjava.util.Mapcdk.support/lookup-entry:secret-options
The build-generic-log-driver-props-builder function updates a GenericLogDriverProps$Builder instance using the provided configuration.
  The function takes the GenericLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logDriver` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-driver` |
| `options` | java.util.Map | [[cdk.support/lookup-entry]] | `:options` |
| `secretOptions` | java.util.Map | [[cdk.support/lookup-entry]] | `:secret-options` |
sourceraw docstring

build-health-check-builderclj

(build-health-check-builder builder id config)

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

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
commandjava.util.Listcdk.support/lookup-entry:command
intervalsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:interval
retriesjava.lang.Numbercdk.support/lookup-entry:retries
startPeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:start-period
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
The build-health-check-builder function updates a HealthCheck$Builder instance using the provided configuration.
  The function takes the HealthCheck$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` |
| `retries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retries` |
| `startPeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:start-period` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-host-builderclj

(build-host-builder builder id config)

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

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
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-host-builder function updates a Host$Builder instance using the provided configuration.
  The function takes the Host$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-inference-accelerator-builderclj

(build-inference-accelerator-builder builder id config)

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

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
deviceTypejava.lang.Stringcdk.support/lookup-entry:device-type
The build-inference-accelerator-builder function updates a InferenceAccelerator$Builder instance using the provided configuration.
  The function takes the InferenceAccelerator$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-journald-log-driver-builderclj

(build-journald-log-driver-builder builder id config)

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

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
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-journald-log-driver-builder function updates a JournaldLogDriver$Builder instance using the provided configuration.
  The function takes the JournaldLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-journald-log-driver-props-builderclj

(build-journald-log-driver-props-builder builder id config)

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

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
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-journald-log-driver-props-builder function updates a JournaldLogDriverProps$Builder instance using the provided configuration.
  The function takes the JournaldLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-json-file-log-driver-builderclj

(build-json-file-log-driver-builder builder id config)

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

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
compressjava.lang.Booleancdk.support/lookup-entry:compress
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
maxFilejava.lang.Numbercdk.support/lookup-entry:max-file
maxSizejava.lang.Stringcdk.support/lookup-entry:max-size
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-json-file-log-driver-builder function updates a JsonFileLogDriver$Builder instance using the provided configuration.
  The function takes the JsonFileLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:compress` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `maxFile` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file` |
| `maxSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-size` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-json-file-log-driver-props-builderclj

(build-json-file-log-driver-props-builder builder id config)

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

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
compressjava.lang.Booleancdk.support/lookup-entry:compress
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
labelsjava.util.Listcdk.support/lookup-entry:labels
maxFilejava.lang.Numbercdk.support/lookup-entry:max-file
maxSizejava.lang.Stringcdk.support/lookup-entry:max-size
tagjava.lang.Stringcdk.support/lookup-entry:tag
The build-json-file-log-driver-props-builder function updates a JsonFileLogDriverProps$Builder instance using the provided configuration.
  The function takes the JsonFileLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:compress` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `maxFile` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-file` |
| `maxSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-size` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
sourceraw docstring

build-linux-parameters-builderclj

(build-linux-parameters-builder builder id config)

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

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
initProcessEnabledjava.lang.Booleancdk.support/lookup-entry:init-process-enabled
maxSwapsoftware.amazon.awscdk.Sizecdk.support/lookup-entry:max-swap
sharedMemorySizejava.lang.Numbercdk.support/lookup-entry:shared-memory-size
swappinessjava.lang.Numbercdk.support/lookup-entry:swappiness
The build-linux-parameters-builder function updates a LinuxParameters$Builder instance using the provided configuration.
  The function takes the LinuxParameters$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `initProcessEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:init-process-enabled` |
| `maxSwap` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:max-swap` |
| `sharedMemorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shared-memory-size` |
| `swappiness` | java.lang.Number | [[cdk.support/lookup-entry]] | `:swappiness` |
sourceraw docstring

build-linux-parameters-props-builderclj

(build-linux-parameters-props-builder builder id config)

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

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
initProcessEnabledjava.lang.Booleancdk.support/lookup-entry:init-process-enabled
maxSwapsoftware.amazon.awscdk.Sizecdk.support/lookup-entry:max-swap
sharedMemorySizejava.lang.Numbercdk.support/lookup-entry:shared-memory-size
swappinessjava.lang.Numbercdk.support/lookup-entry:swappiness
The build-linux-parameters-props-builder function updates a LinuxParametersProps$Builder instance using the provided configuration.
  The function takes the LinuxParametersProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `initProcessEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:init-process-enabled` |
| `maxSwap` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:max-swap` |
| `sharedMemorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:shared-memory-size` |
| `swappiness` | java.lang.Number | [[cdk.support/lookup-entry]] | `:swappiness` |
sourceraw docstring

build-load-balancer-target-options-builderclj

(build-load-balancer-target-options-builder builder id config)

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

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
protocolsoftware.amazon.awscdk.services.ecs.Protocolcdk.api.services.ecs/protocol:protocol
The build-load-balancer-target-options-builder function updates a LoadBalancerTargetOptions$Builder instance using the provided configuration.
  The function takes the LoadBalancerTargetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `protocol` | software.amazon.awscdk.services.ecs.Protocol | [[cdk.api.services.ecs/protocol]] | `:protocol` |
sourceraw docstring

build-log-driver-config-builderclj

(build-log-driver-config-builder builder id config)

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

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
logDriverjava.lang.Stringcdk.support/lookup-entry:log-driver
optionsjava.util.Mapcdk.support/lookup-entry:options
secretOptionsjava.util.Listcdk.support/lookup-entry:secret-options
The build-log-driver-config-builder function updates a LogDriverConfig$Builder instance using the provided configuration.
  The function takes the LogDriverConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logDriver` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-driver` |
| `options` | java.util.Map | [[cdk.support/lookup-entry]] | `:options` |
| `secretOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:secret-options` |
sourceraw docstring

build-memory-utilization-scaling-props-builderclj

(build-memory-utilization-scaling-props-builder builder id config)

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

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
disableScaleInjava.lang.Booleancdk.support/lookup-entry:disable-scale-in
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
scaleInCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-in-cooldown
scaleOutCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-out-cooldown
targetUtilizationPercentjava.lang.Numbercdk.support/lookup-entry:target-utilization-percent
The build-memory-utilization-scaling-props-builder function updates a MemoryUtilizationScalingProps$Builder instance using the provided configuration.
  The function takes the MemoryUtilizationScalingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `disableScaleIn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-scale-in` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `scaleInCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-in-cooldown` |
| `scaleOutCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-out-cooldown` |
| `targetUtilizationPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-utilization-percent` |
sourceraw docstring

build-mount-point-builderclj

(build-mount-point-builder builder id config)

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

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
readOnlyjava.lang.Booleancdk.support/lookup-entry:read-only
sourceVolumejava.lang.Stringcdk.support/lookup-entry:source-volume
The build-mount-point-builder function updates a MountPoint$Builder instance using the provided configuration.
  The function takes the MountPoint$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `readOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only` |
| `sourceVolume` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-volume` |
sourceraw docstring

build-port-map-builderclj

(build-port-map-builder builder id config)

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

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
appProtocolsoftware.amazon.awscdk.services.ecs.AppProtocolcdk.support/lookup-entry:app-protocol
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
containerPortRangejava.lang.Stringcdk.support/lookup-entry:container-port-range
hostPortjava.lang.Numbercdk.support/lookup-entry:host-port
namejava.lang.Stringcdk.support/lookup-entry:name
protocolsoftware.amazon.awscdk.services.ecs.Protocolcdk.api.services.ecs/protocol:protocol
The build-port-map-builder function updates a PortMap$Builder instance using the provided configuration.
  The function takes the PortMap$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appProtocol` | software.amazon.awscdk.services.ecs.AppProtocol | [[cdk.support/lookup-entry]] | `:app-protocol` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `containerPortRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-port-range` |
| `hostPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:host-port` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `protocol` | software.amazon.awscdk.services.ecs.Protocol | [[cdk.api.services.ecs/protocol]] | `:protocol` |
sourceraw docstring

build-port-mapping-builderclj

(build-port-mapping-builder builder id config)

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

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
appProtocolsoftware.amazon.awscdk.services.ecs.AppProtocolcdk.support/lookup-entry:app-protocol
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
containerPortRangejava.lang.Stringcdk.support/lookup-entry:container-port-range
hostPortjava.lang.Numbercdk.support/lookup-entry:host-port
namejava.lang.Stringcdk.support/lookup-entry:name
protocolsoftware.amazon.awscdk.services.ecs.Protocolcdk.api.services.ecs/protocol:protocol
The build-port-mapping-builder function updates a PortMapping$Builder instance using the provided configuration.
  The function takes the PortMapping$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appProtocol` | software.amazon.awscdk.services.ecs.AppProtocol | [[cdk.support/lookup-entry]] | `:app-protocol` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `containerPortRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-port-range` |
| `hostPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:host-port` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `protocol` | software.amazon.awscdk.services.ecs.Protocol | [[cdk.api.services.ecs/protocol]] | `:protocol` |
sourceraw docstring

build-repository-image-builderclj

(build-repository-image-builder builder id config)

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

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
credentialssoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:credentials
The build-repository-image-builder function updates a RepositoryImage$Builder instance using the provided configuration.
  The function takes the RepositoryImage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `credentials` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:credentials` |
sourceraw docstring

build-repository-image-props-builderclj

(build-repository-image-props-builder builder id config)

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

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
credentialssoftware.amazon.awscdk.services.secretsmanager.ISecretcdk.support/lookup-entry:credentials
The build-repository-image-props-builder function updates a RepositoryImageProps$Builder instance using the provided configuration.
  The function takes the RepositoryImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `credentials` | software.amazon.awscdk.services.secretsmanager.ISecret | [[cdk.support/lookup-entry]] | `:credentials` |
sourceraw docstring

build-request-count-scaling-props-builderclj

(build-request-count-scaling-props-builder builder id config)

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

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
disableScaleInjava.lang.Booleancdk.support/lookup-entry:disable-scale-in
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
requestsPerTargetjava.lang.Numbercdk.support/lookup-entry:requests-per-target
scaleInCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-in-cooldown
scaleOutCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-out-cooldown
targetGroupsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationTargetGroupcdk.support/lookup-entry:target-group
The build-request-count-scaling-props-builder function updates a RequestCountScalingProps$Builder instance using the provided configuration.
  The function takes the RequestCountScalingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `disableScaleIn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-scale-in` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `requestsPerTarget` | java.lang.Number | [[cdk.support/lookup-entry]] | `:requests-per-target` |
| `scaleInCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-in-cooldown` |
| `scaleOutCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-out-cooldown` |
| `targetGroup` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationTargetGroup | [[cdk.support/lookup-entry]] | `:target-group` |
sourceraw docstring

build-runtime-platform-builderclj

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

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

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
cpuArchitecturesoftware.amazon.awscdk.services.ecs.CpuArchitecturecdk.support/lookup-entry:cpu-architecture
operatingSystemFamilysoftware.amazon.awscdk.services.ecs.OperatingSystemFamilycdk.support/lookup-entry:operating-system-family
The build-runtime-platform-builder function updates a RuntimePlatform$Builder instance using the provided configuration.
  The function takes the RuntimePlatform$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cpuArchitecture` | software.amazon.awscdk.services.ecs.CpuArchitecture | [[cdk.support/lookup-entry]] | `:cpu-architecture` |
| `operatingSystemFamily` | software.amazon.awscdk.services.ecs.OperatingSystemFamily | [[cdk.support/lookup-entry]] | `:operating-system-family` |
sourceraw docstring

build-scalable-task-count-builderclj

(build-scalable-task-count-builder builder id config)

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

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
dimensionjava.lang.Stringcdk.support/lookup-entry:dimension
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
minCapacityjava.lang.Numbercdk.support/lookup-entry:min-capacity
resourceIdjava.lang.Stringcdk.support/lookup-entry:resource-id
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
serviceNamespacesoftware.amazon.awscdk.services.applicationautoscaling.ServiceNamespacecdk.api.services.applicationautoscaling/service-namespace:service-namespace
The build-scalable-task-count-builder function updates a ScalableTaskCount$Builder instance using the provided configuration.
  The function takes the ScalableTaskCount$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dimension` | java.lang.String | [[cdk.support/lookup-entry]] | `:dimension` |
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `minCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity` |
| `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `serviceNamespace` | software.amazon.awscdk.services.applicationautoscaling.ServiceNamespace | [[cdk.api.services.applicationautoscaling/service-namespace]] | `:service-namespace` |
sourceraw docstring

build-scalable-task-count-props-builderclj

(build-scalable-task-count-props-builder builder id config)

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

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
dimensionjava.lang.Stringcdk.support/lookup-entry:dimension
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
minCapacityjava.lang.Numbercdk.support/lookup-entry:min-capacity
resourceIdjava.lang.Stringcdk.support/lookup-entry:resource-id
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
serviceNamespacesoftware.amazon.awscdk.services.applicationautoscaling.ServiceNamespacecdk.api.services.applicationautoscaling/service-namespace:service-namespace
The build-scalable-task-count-props-builder function updates a ScalableTaskCountProps$Builder instance using the provided configuration.
  The function takes the ScalableTaskCountProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dimension` | java.lang.String | [[cdk.support/lookup-entry]] | `:dimension` |
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `minCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-capacity` |
| `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `serviceNamespace` | software.amazon.awscdk.services.applicationautoscaling.ServiceNamespace | [[cdk.api.services.applicationautoscaling/service-namespace]] | `:service-namespace` |
sourceraw docstring

build-scratch-space-builderclj

(build-scratch-space-builder builder id config)

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

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
namejava.lang.Stringcdk.support/lookup-entry:name
readOnlyjava.lang.Booleancdk.support/lookup-entry:read-only
sourcePathjava.lang.Stringcdk.support/lookup-entry:source-path
The build-scratch-space-builder function updates a ScratchSpace$Builder instance using the provided configuration.
  The function takes the ScratchSpace$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `readOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only` |
| `sourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-path` |
sourceraw docstring

build-secret-version-info-builderclj

(build-secret-version-info-builder builder id config)

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

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
versionIdjava.lang.Stringcdk.support/lookup-entry:version-id
versionStagejava.lang.Stringcdk.support/lookup-entry:version-stage
The build-secret-version-info-builder function updates a SecretVersionInfo$Builder instance using the provided configuration.
  The function takes the SecretVersionInfo$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
| `versionStage` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-stage` |
sourceraw docstring

build-service-connect-builderclj

(build-service-connect-builder builder id config)

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

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
appProtocolsoftware.amazon.awscdk.services.ecs.AppProtocolcdk.support/lookup-entry:app-protocol
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
containerPortRangejava.lang.Stringcdk.support/lookup-entry:container-port-range
hostPortjava.lang.Numbercdk.support/lookup-entry:host-port
namejava.lang.Stringcdk.support/lookup-entry:name
protocolsoftware.amazon.awscdk.services.ecs.Protocolcdk.api.services.ecs/protocol:protocol
The build-service-connect-builder function updates a ServiceConnect$Builder instance using the provided configuration.
  The function takes the ServiceConnect$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `appProtocol` | software.amazon.awscdk.services.ecs.AppProtocol | [[cdk.support/lookup-entry]] | `:app-protocol` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `containerPortRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-port-range` |
| `hostPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:host-port` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `protocol` | software.amazon.awscdk.services.ecs.Protocol | [[cdk.api.services.ecs/protocol]] | `:protocol` |
sourceraw docstring

build-service-connect-props-builderclj

(build-service-connect-props-builder builder id config)

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

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
logDriversoftware.amazon.awscdk.services.ecs.LogDrivercdk.support/lookup-entry:log-driver
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
servicesjava.util.Listcdk.support/lookup-entry:services
The build-service-connect-props-builder function updates a ServiceConnectProps$Builder instance using the provided configuration.
  The function takes the ServiceConnectProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logDriver` | software.amazon.awscdk.services.ecs.LogDriver | [[cdk.support/lookup-entry]] | `:log-driver` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `services` | java.util.List | [[cdk.support/lookup-entry]] | `:services` |
sourceraw docstring

build-service-connect-service-builderclj

(build-service-connect-service-builder builder id config)

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

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
discoveryNamejava.lang.Stringcdk.support/lookup-entry:discovery-name
dnsNamejava.lang.Stringcdk.support/lookup-entry:dns-name
idleTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:idle-timeout
ingressPortOverridejava.lang.Numbercdk.support/lookup-entry:ingress-port-override
perRequestTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:per-request-timeout
portjava.lang.Numbercdk.support/lookup-entry:port
portMappingNamejava.lang.Stringcdk.support/lookup-entry:port-mapping-name
The build-service-connect-service-builder function updates a ServiceConnectService$Builder instance using the provided configuration.
  The function takes the ServiceConnectService$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `discoveryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:discovery-name` |
| `dnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-name` |
| `idleTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:idle-timeout` |
| `ingressPortOverride` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ingress-port-override` |
| `perRequestTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:per-request-timeout` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `portMappingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:port-mapping-name` |
sourceraw docstring

build-service-managed-ebs-volume-configuration-builderclj

(build-service-managed-ebs-volume-configuration-builder builder id config)

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

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
fileSystemTypesoftware.amazon.awscdk.services.ecs.FileSystemTypecdk.api.services.ecs/file-system-type:file-system-type
iopsjava.lang.Numbercdk.support/lookup-entry:iops
kmsKeyIdsoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key-id
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
sizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:size
snapShotIdjava.lang.Stringcdk.support/lookup-entry:snap-shot-id
tagSpecificationsjava.util.Listcdk.support/lookup-entry:tag-specifications
throughputjava.lang.Numbercdk.support/lookup-entry:throughput
volumeTypesoftware.amazon.awscdk.services.ec2.EbsDeviceVolumeTypecdk.api.services.ec2/ebs-device-volume-type:volume-type
The build-service-managed-ebs-volume-configuration-builder function updates a ServiceManagedEBSVolumeConfiguration$Builder instance using the provided configuration.
  The function takes the ServiceManagedEBSVolumeConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `fileSystemType` | software.amazon.awscdk.services.ecs.FileSystemType | [[cdk.api.services.ecs/file-system-type]] | `:file-system-type` |
| `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` |
| `kmsKeyId` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key-id` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `size` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:size` |
| `snapShotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snap-shot-id` |
| `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` |
| `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` |
| `volumeType` | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | [[cdk.api.services.ec2/ebs-device-volume-type]] | `:volume-type` |
sourceraw docstring

build-service-managed-volume-builderclj

(build-service-managed-volume-builder builder id config)

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

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
managedEbsVolumesoftware.amazon.awscdk.services.ecs.ServiceManagedEBSVolumeConfigurationcdk.support/lookup-entry:managed-ebs-volume
namejava.lang.Stringcdk.support/lookup-entry:name
The build-service-managed-volume-builder function updates a ServiceManagedVolume$Builder instance using the provided configuration.
  The function takes the ServiceManagedVolume$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `managedEbsVolume` | software.amazon.awscdk.services.ecs.ServiceManagedEBSVolumeConfiguration | [[cdk.support/lookup-entry]] | `:managed-ebs-volume` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-service-managed-volume-props-builderclj

(build-service-managed-volume-props-builder builder id config)

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

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
managedEbsVolumesoftware.amazon.awscdk.services.ecs.ServiceManagedEBSVolumeConfigurationcdk.support/lookup-entry:managed-ebs-volume
namejava.lang.Stringcdk.support/lookup-entry:name
The build-service-managed-volume-props-builder function updates a ServiceManagedVolumeProps$Builder instance using the provided configuration.
  The function takes the ServiceManagedVolumeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `managedEbsVolume` | software.amazon.awscdk.services.ecs.ServiceManagedEBSVolumeConfiguration | [[cdk.support/lookup-entry]] | `:managed-ebs-volume` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-splunk-log-driver-builderclj

(build-splunk-log-driver-builder builder id config)

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

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
caNamejava.lang.Stringcdk.support/lookup-entry:ca-name
caPathjava.lang.Stringcdk.support/lookup-entry:ca-path
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
formatsoftware.amazon.awscdk.services.ecs.SplunkLogFormatcdk.api.services.ecs/splunk-log-format:format
gzipjava.lang.Booleancdk.support/lookup-entry:gzip
gzipLeveljava.lang.Numbercdk.support/lookup-entry:gzip-level
indexjava.lang.Stringcdk.support/lookup-entry:index
insecureSkipVerifyjava.lang.Stringcdk.support/lookup-entry:insecure-skip-verify
labelsjava.util.Listcdk.support/lookup-entry:labels
secretTokensoftware.amazon.awscdk.services.ecs.Secretcdk.support/lookup-entry:secret-token
sourcejava.lang.Stringcdk.support/lookup-entry:source
sourceTypejava.lang.Stringcdk.support/lookup-entry:source-type
tagjava.lang.Stringcdk.support/lookup-entry:tag
urljava.lang.Stringcdk.support/lookup-entry:url
verifyConnectionjava.lang.Booleancdk.support/lookup-entry:verify-connection
The build-splunk-log-driver-builder function updates a SplunkLogDriver$Builder instance using the provided configuration.
  The function takes the SplunkLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `caName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-name` |
| `caPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-path` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `format` | software.amazon.awscdk.services.ecs.SplunkLogFormat | [[cdk.api.services.ecs/splunk-log-format]] | `:format` |
| `gzip` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:gzip` |
| `gzipLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gzip-level` |
| `index` | java.lang.String | [[cdk.support/lookup-entry]] | `:index` |
| `insecureSkipVerify` | java.lang.String | [[cdk.support/lookup-entry]] | `:insecure-skip-verify` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `secretToken` | software.amazon.awscdk.services.ecs.Secret | [[cdk.support/lookup-entry]] | `:secret-token` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
| `verifyConnection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:verify-connection` |
sourceraw docstring

build-splunk-log-driver-props-builderclj

(build-splunk-log-driver-props-builder builder id config)

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

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
caNamejava.lang.Stringcdk.support/lookup-entry:ca-name
caPathjava.lang.Stringcdk.support/lookup-entry:ca-path
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
formatsoftware.amazon.awscdk.services.ecs.SplunkLogFormatcdk.api.services.ecs/splunk-log-format:format
gzipjava.lang.Booleancdk.support/lookup-entry:gzip
gzipLeveljava.lang.Numbercdk.support/lookup-entry:gzip-level
indexjava.lang.Stringcdk.support/lookup-entry:index
insecureSkipVerifyjava.lang.Stringcdk.support/lookup-entry:insecure-skip-verify
labelsjava.util.Listcdk.support/lookup-entry:labels
secretTokensoftware.amazon.awscdk.services.ecs.Secretcdk.support/lookup-entry:secret-token
sourcejava.lang.Stringcdk.support/lookup-entry:source
sourceTypejava.lang.Stringcdk.support/lookup-entry:source-type
tagjava.lang.Stringcdk.support/lookup-entry:tag
urljava.lang.Stringcdk.support/lookup-entry:url
verifyConnectionjava.lang.Booleancdk.support/lookup-entry:verify-connection
The build-splunk-log-driver-props-builder function updates a SplunkLogDriverProps$Builder instance using the provided configuration.
  The function takes the SplunkLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `caName` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-name` |
| `caPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-path` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `format` | software.amazon.awscdk.services.ecs.SplunkLogFormat | [[cdk.api.services.ecs/splunk-log-format]] | `:format` |
| `gzip` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:gzip` |
| `gzipLevel` | java.lang.Number | [[cdk.support/lookup-entry]] | `:gzip-level` |
| `index` | java.lang.String | [[cdk.support/lookup-entry]] | `:index` |
| `insecureSkipVerify` | java.lang.String | [[cdk.support/lookup-entry]] | `:insecure-skip-verify` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `secretToken` | software.amazon.awscdk.services.ecs.Secret | [[cdk.support/lookup-entry]] | `:secret-token` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `sourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-type` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
| `verifyConnection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:verify-connection` |
sourceraw docstring

build-syslog-log-driver-builderclj

(build-syslog-log-driver-builder builder id config)

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

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
addressjava.lang.Stringcdk.support/lookup-entry:address
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
facilityjava.lang.Stringcdk.support/lookup-entry:facility
formatjava.lang.Stringcdk.support/lookup-entry:format
labelsjava.util.Listcdk.support/lookup-entry:labels
tagjava.lang.Stringcdk.support/lookup-entry:tag
tlsCaCertjava.lang.Stringcdk.support/lookup-entry:tls-ca-cert
tlsCertjava.lang.Stringcdk.support/lookup-entry:tls-cert
tlsKeyjava.lang.Stringcdk.support/lookup-entry:tls-key
tlsSkipVerifyjava.lang.Booleancdk.support/lookup-entry:tls-skip-verify
The build-syslog-log-driver-builder function updates a SyslogLogDriver$Builder instance using the provided configuration.
  The function takes the SyslogLogDriver$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `facility` | java.lang.String | [[cdk.support/lookup-entry]] | `:facility` |
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
| `tlsCaCert` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-ca-cert` |
| `tlsCert` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-cert` |
| `tlsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-key` |
| `tlsSkipVerify` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tls-skip-verify` |
sourceraw docstring

build-syslog-log-driver-props-builderclj

(build-syslog-log-driver-props-builder builder id config)

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

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
addressjava.lang.Stringcdk.support/lookup-entry:address
envjava.util.Listcdk.support/lookup-entry:env
envRegexjava.lang.Stringcdk.support/lookup-entry:env-regex
facilityjava.lang.Stringcdk.support/lookup-entry:facility
formatjava.lang.Stringcdk.support/lookup-entry:format
labelsjava.util.Listcdk.support/lookup-entry:labels
tagjava.lang.Stringcdk.support/lookup-entry:tag
tlsCaCertjava.lang.Stringcdk.support/lookup-entry:tls-ca-cert
tlsCertjava.lang.Stringcdk.support/lookup-entry:tls-cert
tlsKeyjava.lang.Stringcdk.support/lookup-entry:tls-key
tlsSkipVerifyjava.lang.Booleancdk.support/lookup-entry:tls-skip-verify
The build-syslog-log-driver-props-builder function updates a SyslogLogDriverProps$Builder instance using the provided configuration.
  The function takes the SyslogLogDriverProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` |
| `env` | java.util.List | [[cdk.support/lookup-entry]] | `:env` |
| `envRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:env-regex` |
| `facility` | java.lang.String | [[cdk.support/lookup-entry]] | `:facility` |
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `labels` | java.util.List | [[cdk.support/lookup-entry]] | `:labels` |
| `tag` | java.lang.String | [[cdk.support/lookup-entry]] | `:tag` |
| `tlsCaCert` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-ca-cert` |
| `tlsCert` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-cert` |
| `tlsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-key` |
| `tlsSkipVerify` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tls-skip-verify` |
sourceraw docstring

build-system-control-builderclj

(build-system-control-builder builder id config)

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

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
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-system-control-builder function updates a SystemControl$Builder instance using the provided configuration.
  The function takes the SystemControl$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-task-definition-attributes-builderclj

(build-task-definition-attributes-builder builder id config)

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

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
compatibilitysoftware.amazon.awscdk.services.ecs.Compatibilitycdk.api.services.ecs/compatibility:compatibility
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
taskDefinitionArnjava.lang.Stringcdk.support/lookup-entry:task-definition-arn
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
The build-task-definition-attributes-builder function updates a TaskDefinitionAttributes$Builder instance using the provided configuration.
  The function takes the TaskDefinitionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compatibility` | software.amazon.awscdk.services.ecs.Compatibility | [[cdk.api.services.ecs/compatibility]] | `:compatibility` |
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `taskDefinitionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-arn` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
sourceraw docstring

build-task-definition-builderclj

(build-task-definition-builder builder id config)

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

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
compatibilitysoftware.amazon.awscdk.services.ecs.Compatibilitycdk.api.services.ecs/compatibility:compatibility
cpujava.lang.Stringcdk.support/lookup-entry:cpu
ephemeralStorageGiBjava.lang.Numbercdk.support/lookup-entry:ephemeral-storage-gi-b
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
inferenceAcceleratorsjava.util.Listcdk.support/lookup-entry:inference-accelerators
ipcModesoftware.amazon.awscdk.services.ecs.IpcModecdk.api.services.ecs/ipc-mode:ipc-mode
memoryMiBjava.lang.Stringcdk.support/lookup-entry:memory-mi-b
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
pidModesoftware.amazon.awscdk.services.ecs.PidModecdk.api.services.ecs/pid-mode:pid-mode
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
runtimePlatformsoftware.amazon.awscdk.services.ecs.RuntimePlatformcdk.support/lookup-entry:runtime-platform
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-task-definition-builder function updates a TaskDefinition$Builder instance using the provided configuration.
  The function takes the TaskDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compatibility` | software.amazon.awscdk.services.ecs.Compatibility | [[cdk.api.services.ecs/compatibility]] | `:compatibility` |
| `cpu` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu` |
| `ephemeralStorageGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ephemeral-storage-gi-b` |
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `inferenceAccelerators` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerators` |
| `ipcMode` | software.amazon.awscdk.services.ecs.IpcMode | [[cdk.api.services.ecs/ipc-mode]] | `:ipc-mode` |
| `memoryMiB` | java.lang.String | [[cdk.support/lookup-entry]] | `:memory-mi-b` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `pidMode` | software.amazon.awscdk.services.ecs.PidMode | [[cdk.api.services.ecs/pid-mode]] | `:pid-mode` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `runtimePlatform` | software.amazon.awscdk.services.ecs.RuntimePlatform | [[cdk.support/lookup-entry]] | `:runtime-platform` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-task-definition-props-builderclj

(build-task-definition-props-builder builder id config)

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

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
compatibilitysoftware.amazon.awscdk.services.ecs.Compatibilitycdk.api.services.ecs/compatibility:compatibility
cpujava.lang.Stringcdk.support/lookup-entry:cpu
ephemeralStorageGiBjava.lang.Numbercdk.support/lookup-entry:ephemeral-storage-gi-b
executionRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:execution-role
familyjava.lang.Stringcdk.support/lookup-entry:family
inferenceAcceleratorsjava.util.Listcdk.support/lookup-entry:inference-accelerators
ipcModesoftware.amazon.awscdk.services.ecs.IpcModecdk.api.services.ecs/ipc-mode:ipc-mode
memoryMiBjava.lang.Stringcdk.support/lookup-entry:memory-mi-b
networkModesoftware.amazon.awscdk.services.ecs.NetworkModecdk.api.services.ecs/network-mode:network-mode
pidModesoftware.amazon.awscdk.services.ecs.PidModecdk.api.services.ecs/pid-mode:pid-mode
placementConstraintsjava.util.Listcdk.support/lookup-entry:placement-constraints
proxyConfigurationsoftware.amazon.awscdk.services.ecs.ProxyConfigurationcdk.support/lookup-entry:proxy-configuration
runtimePlatformsoftware.amazon.awscdk.services.ecs.RuntimePlatformcdk.support/lookup-entry:runtime-platform
taskRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:task-role
volumesjava.util.Listcdk.support/lookup-entry:volumes
The build-task-definition-props-builder function updates a TaskDefinitionProps$Builder instance using the provided configuration.
  The function takes the TaskDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `compatibility` | software.amazon.awscdk.services.ecs.Compatibility | [[cdk.api.services.ecs/compatibility]] | `:compatibility` |
| `cpu` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu` |
| `ephemeralStorageGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ephemeral-storage-gi-b` |
| `executionRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:execution-role` |
| `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` |
| `inferenceAccelerators` | java.util.List | [[cdk.support/lookup-entry]] | `:inference-accelerators` |
| `ipcMode` | software.amazon.awscdk.services.ecs.IpcMode | [[cdk.api.services.ecs/ipc-mode]] | `:ipc-mode` |
| `memoryMiB` | java.lang.String | [[cdk.support/lookup-entry]] | `:memory-mi-b` |
| `networkMode` | software.amazon.awscdk.services.ecs.NetworkMode | [[cdk.api.services.ecs/network-mode]] | `:network-mode` |
| `pidMode` | software.amazon.awscdk.services.ecs.PidMode | [[cdk.api.services.ecs/pid-mode]] | `:pid-mode` |
| `placementConstraints` | java.util.List | [[cdk.support/lookup-entry]] | `:placement-constraints` |
| `proxyConfiguration` | software.amazon.awscdk.services.ecs.ProxyConfiguration | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `runtimePlatform` | software.amazon.awscdk.services.ecs.RuntimePlatform | [[cdk.support/lookup-entry]] | `:runtime-platform` |
| `taskRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:task-role` |
| `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
sourceraw docstring

build-tmpfs-builderclj

(build-tmpfs-builder builder id config)

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

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
containerPathjava.lang.Stringcdk.support/lookup-entry:container-path
mountOptionsjava.util.Listcdk.support/lookup-entry:mount-options
sizejava.lang.Numbercdk.support/lookup-entry:size
The build-tmpfs-builder function updates a Tmpfs$Builder instance using the provided configuration.
  The function takes the Tmpfs$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `containerPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-path` |
| `mountOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:mount-options` |
| `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
sourceraw docstring

build-track-custom-metric-props-builderclj

(build-track-custom-metric-props-builder builder id config)

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

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
disableScaleInjava.lang.Booleancdk.support/lookup-entry:disable-scale-in
metricsoftware.amazon.awscdk.services.cloudwatch.IMetriccdk.support/lookup-entry:metric
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
scaleInCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-in-cooldown
scaleOutCooldownsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:scale-out-cooldown
targetValuejava.lang.Numbercdk.support/lookup-entry:target-value
The build-track-custom-metric-props-builder function updates a TrackCustomMetricProps$Builder instance using the provided configuration.
  The function takes the TrackCustomMetricProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `disableScaleIn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-scale-in` |
| `metric` | software.amazon.awscdk.services.cloudwatch.IMetric | [[cdk.support/lookup-entry]] | `:metric` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `scaleInCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-in-cooldown` |
| `scaleOutCooldown` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:scale-out-cooldown` |
| `targetValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-value` |
sourceraw docstring

build-ulimit-builderclj

(build-ulimit-builder builder id config)

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

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
hardLimitjava.lang.Numbercdk.support/lookup-entry:hard-limit
namesoftware.amazon.awscdk.services.ecs.UlimitNamecdk.api.services.ecs/ulimit-name:name
softLimitjava.lang.Numbercdk.support/lookup-entry:soft-limit
The build-ulimit-builder function updates a Ulimit$Builder instance using the provided configuration.
  The function takes the Ulimit$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hardLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:hard-limit` |
| `name` | software.amazon.awscdk.services.ecs.UlimitName | [[cdk.api.services.ecs/ulimit-name]] | `:name` |
| `softLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:soft-limit` |
sourceraw docstring

build-volume-builderclj

(build-volume-builder builder id config)

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

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
configuredAtLaunchjava.lang.Booleancdk.support/lookup-entry:configured-at-launch
dockerVolumeConfigurationsoftware.amazon.awscdk.services.ecs.DockerVolumeConfigurationcdk.support/lookup-entry:docker-volume-configuration
efsVolumeConfigurationsoftware.amazon.awscdk.services.ecs.EfsVolumeConfigurationcdk.support/lookup-entry:efs-volume-configuration
hostsoftware.amazon.awscdk.services.ecs.Hostcdk.support/lookup-entry:host
namejava.lang.Stringcdk.support/lookup-entry:name
The build-volume-builder function updates a Volume$Builder instance using the provided configuration.
  The function takes the Volume$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configuredAtLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:configured-at-launch` |
| `dockerVolumeConfiguration` | software.amazon.awscdk.services.ecs.DockerVolumeConfiguration | [[cdk.support/lookup-entry]] | `:docker-volume-configuration` |
| `efsVolumeConfiguration` | software.amazon.awscdk.services.ecs.EfsVolumeConfiguration | [[cdk.support/lookup-entry]] | `:efs-volume-configuration` |
| `host` | software.amazon.awscdk.services.ecs.Host | [[cdk.support/lookup-entry]] | `:host` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-volume-from-builderclj

(build-volume-from-builder builder id config)

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

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
readOnlyjava.lang.Booleancdk.support/lookup-entry:read-only
sourceContainerjava.lang.Stringcdk.support/lookup-entry:source-container
The build-volume-from-builder function updates a VolumeFrom$Builder instance using the provided configuration.
  The function takes the VolumeFrom$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `readOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:read-only` |
| `sourceContainer` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-container` |
sourceraw docstring

capabilityclj

(capability config id item-key)

The capability function data interprets values in the provided config data into a Capability instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of Capability - the value is returned.
  • is :sys-pacct - Capability/SYS_PACCT is returned
  • is :sys-ptrace - Capability/SYS_PTRACE is returned
  • is :sys-tty-config - Capability/SYS_TTY_CONFIG is returned
  • is :sys-admin - Capability/SYS_ADMIN is returned
  • is :net-admin - Capability/NET_ADMIN is returned
  • is :sys-boot - Capability/SYS_BOOT is returned
  • is :dac-read-search - Capability/DAC_READ_SEARCH is returned
  • is :syslog - Capability/SYSLOG is returned
  • is :setfcap - Capability/SETFCAP is returned
  • is :linux-immutable - Capability/LINUX_IMMUTABLE is returned
  • is :wake-alarm - Capability/WAKE_ALARM is returned
  • is :audit-write - Capability/AUDIT_WRITE is returned
  • is :sys-module - Capability/SYS_MODULE is returned
  • is :sys-nice - Capability/SYS_NICE is returned
  • is :lease - Capability/LEASE is returned
  • is :audit-control - Capability/AUDIT_CONTROL is returned
  • is :ipc-lock - Capability/IPC_LOCK is returned
  • is :mac-admin - Capability/MAC_ADMIN is returned
  • is :block-suspend - Capability/BLOCK_SUSPEND is returned
  • is :sys-chroot - Capability/SYS_CHROOT is returned
  • is :sys-resource - Capability/SYS_RESOURCE is returned
  • is :kill - Capability/KILL is returned
  • is :chown - Capability/CHOWN is returned
  • is :net-bind-service - Capability/NET_BIND_SERVICE is returned
  • is :sys-rawio - Capability/SYS_RAWIO is returned
  • is :fsetid - Capability/FSETID is returned
  • is :setuid - Capability/SETUID is returned
  • is :mac-override - Capability/MAC_OVERRIDE is returned
  • is :net-broadcast - Capability/NET_BROADCAST is returned
  • is :sys-time - Capability/SYS_TIME is returned
  • is :setgid - Capability/SETGID is returned
  • is :dac-override - Capability/DAC_OVERRIDE is returned
  • is :fowner - Capability/FOWNER is returned
  • is :net-raw - Capability/NET_RAW is returned
  • is :ipc-owner - Capability/IPC_OWNER is returned
  • is :mknod - Capability/MKNOD is returned
  • is :setpcap - Capability/SETPCAP is returned
  • is :all - Capability/ALL is returned

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

The `capability` function data interprets values in the provided config data into a 
`Capability` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `Capability` - the value is returned.
* is `:sys-pacct` - `Capability/SYS_PACCT` is returned
* is `:sys-ptrace` - `Capability/SYS_PTRACE` is returned
* is `:sys-tty-config` - `Capability/SYS_TTY_CONFIG` is returned
* is `:sys-admin` - `Capability/SYS_ADMIN` is returned
* is `:net-admin` - `Capability/NET_ADMIN` is returned
* is `:sys-boot` - `Capability/SYS_BOOT` is returned
* is `:dac-read-search` - `Capability/DAC_READ_SEARCH` is returned
* is `:syslog` - `Capability/SYSLOG` is returned
* is `:setfcap` - `Capability/SETFCAP` is returned
* is `:linux-immutable` - `Capability/LINUX_IMMUTABLE` is returned
* is `:wake-alarm` - `Capability/WAKE_ALARM` is returned
* is `:audit-write` - `Capability/AUDIT_WRITE` is returned
* is `:sys-module` - `Capability/SYS_MODULE` is returned
* is `:sys-nice` - `Capability/SYS_NICE` is returned
* is `:lease` - `Capability/LEASE` is returned
* is `:audit-control` - `Capability/AUDIT_CONTROL` is returned
* is `:ipc-lock` - `Capability/IPC_LOCK` is returned
* is `:mac-admin` - `Capability/MAC_ADMIN` is returned
* is `:block-suspend` - `Capability/BLOCK_SUSPEND` is returned
* is `:sys-chroot` - `Capability/SYS_CHROOT` is returned
* is `:sys-resource` - `Capability/SYS_RESOURCE` is returned
* is `:kill` - `Capability/KILL` is returned
* is `:chown` - `Capability/CHOWN` is returned
* is `:net-bind-service` - `Capability/NET_BIND_SERVICE` is returned
* is `:sys-rawio` - `Capability/SYS_RAWIO` is returned
* is `:fsetid` - `Capability/FSETID` is returned
* is `:setuid` - `Capability/SETUID` is returned
* is `:mac-override` - `Capability/MAC_OVERRIDE` is returned
* is `:net-broadcast` - `Capability/NET_BROADCAST` is returned
* is `:sys-time` - `Capability/SYS_TIME` is returned
* is `:setgid` - `Capability/SETGID` is returned
* is `:dac-override` - `Capability/DAC_OVERRIDE` is returned
* is `:fowner` - `Capability/FOWNER` is returned
* is `:net-raw` - `Capability/NET_RAW` is returned
* is `:ipc-owner` - `Capability/IPC_OWNER` is returned
* is `:mknod` - `Capability/MKNOD` is returned
* is `:setpcap` - `Capability/SETPCAP` is returned
* is `:all` - `Capability/ALL` is returned

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

capacity-provider-strategy-builderclj

(capacity-provider-strategy-builder id config)

Creates a CapacityProviderStrategy$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  `CapacityProviderStrategy$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-capacity-provider-auto-scaling-group-provider-property-builderclj

(cfn-capacity-provider-auto-scaling-group-provider-property-builder id config)

Creates a CfnCapacityProvider$AutoScalingGroupProviderProperty$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  `CfnCapacityProvider$AutoScalingGroupProviderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-capacity-provider-builderclj

(cfn-capacity-provider-builder scope id config)

Creates a CfnCapacityProvider$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  `CfnCapacityProvider$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-capacity-provider-managed-scaling-property-builderclj

(cfn-capacity-provider-managed-scaling-property-builder id config)

Creates a CfnCapacityProvider$ManagedScalingProperty$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  `CfnCapacityProvider$ManagedScalingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-capacity-provider-props-builderclj

(cfn-capacity-provider-props-builder id config)

Creates a CfnCapacityProviderProps$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  `CfnCapacityProviderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-builderclj

(cfn-cluster-builder scope id config)

Creates a CfnCluster$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  `CfnCluster$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-cluster-capacity-provider-associations-builderclj

(cfn-cluster-capacity-provider-associations-builder scope id config)

Creates a CfnClusterCapacityProviderAssociations$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  `CfnClusterCapacityProviderAssociations$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-cluster-capacity-provider-associations-capacity-provider-strategy-property-builderclj

(cfn-cluster-capacity-provider-associations-capacity-provider-strategy-property-builder
  id
  config)

Creates a CfnClusterCapacityProviderAssociations$CapacityProviderStrategyProperty$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  `CfnClusterCapacityProviderAssociations$CapacityProviderStrategyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-capacity-provider-associations-props-builderclj

(cfn-cluster-capacity-provider-associations-props-builder id config)

Creates a CfnClusterCapacityProviderAssociationsProps$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  `CfnClusterCapacityProviderAssociationsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-capacity-provider-strategy-item-property-builderclj

(cfn-cluster-capacity-provider-strategy-item-property-builder id config)

Creates a CfnCluster$CapacityProviderStrategyItemProperty$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  `CfnCluster$CapacityProviderStrategyItemProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-cluster-configuration-property-builderclj

(cfn-cluster-cluster-configuration-property-builder id config)

Creates a CfnCluster$ClusterConfigurationProperty$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  `CfnCluster$ClusterConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-cluster-settings-property-builderclj

(cfn-cluster-cluster-settings-property-builder id config)

Creates a CfnCluster$ClusterSettingsProperty$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  `CfnCluster$ClusterSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-execute-command-configuration-property-builderclj

(cfn-cluster-execute-command-configuration-property-builder id config)

Creates a CfnCluster$ExecuteCommandConfigurationProperty$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  `CfnCluster$ExecuteCommandConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-execute-command-log-configuration-property-builderclj

(cfn-cluster-execute-command-log-configuration-property-builder id config)

Creates a CfnCluster$ExecuteCommandLogConfigurationProperty$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  `CfnCluster$ExecuteCommandLogConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-props-builderclj

(cfn-cluster-props-builder id config)

Creates a CfnClusterProps$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  `CfnClusterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-cluster-service-connect-defaults-property-builderclj

(cfn-cluster-service-connect-defaults-property-builder id config)

Creates a CfnCluster$ServiceConnectDefaultsProperty$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  `CfnCluster$ServiceConnectDefaultsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-primary-task-set-builderclj

(cfn-primary-task-set-builder scope id config)

Creates a CfnPrimaryTaskSet$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  `CfnPrimaryTaskSet$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-primary-task-set-props-builderclj

(cfn-primary-task-set-props-builder id config)

Creates a CfnPrimaryTaskSetProps$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  `CfnPrimaryTaskSetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-aws-vpc-configuration-property-builderclj

(cfn-service-aws-vpc-configuration-property-builder id config)

Creates a CfnService$AwsVpcConfigurationProperty$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  `CfnService$AwsVpcConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-builderclj

(cfn-service-builder scope id config)

Creates a CfnService$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  `CfnService$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-service-capacity-provider-strategy-item-property-builderclj

(cfn-service-capacity-provider-strategy-item-property-builder id config)

Creates a CfnService$CapacityProviderStrategyItemProperty$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  `CfnService$CapacityProviderStrategyItemProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-deployment-alarms-property-builderclj

(cfn-service-deployment-alarms-property-builder id config)

Creates a CfnService$DeploymentAlarmsProperty$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  `CfnService$DeploymentAlarmsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-deployment-circuit-breaker-property-builderclj

(cfn-service-deployment-circuit-breaker-property-builder id config)

Creates a CfnService$DeploymentCircuitBreakerProperty$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  `CfnService$DeploymentCircuitBreakerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-deployment-configuration-property-builderclj

(cfn-service-deployment-configuration-property-builder id config)

Creates a CfnService$DeploymentConfigurationProperty$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  `CfnService$DeploymentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-deployment-controller-property-builderclj

(cfn-service-deployment-controller-property-builder id config)

Creates a CfnService$DeploymentControllerProperty$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  `CfnService$DeploymentControllerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-ebs-tag-specification-property-builderclj

(cfn-service-ebs-tag-specification-property-builder id config)

Creates a CfnService$EBSTagSpecificationProperty$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  `CfnService$EBSTagSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-load-balancer-property-builderclj

(cfn-service-load-balancer-property-builder id config)

Creates a CfnService$LoadBalancerProperty$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  `CfnService$LoadBalancerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-log-configuration-property-builderclj

(cfn-service-log-configuration-property-builder id config)

Creates a CfnService$LogConfigurationProperty$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  `CfnService$LogConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-network-configuration-property-builderclj

(cfn-service-network-configuration-property-builder id config)

Creates a CfnService$NetworkConfigurationProperty$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  `CfnService$NetworkConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-placement-constraint-property-builderclj

(cfn-service-placement-constraint-property-builder id config)

Creates a CfnService$PlacementConstraintProperty$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  `CfnService$PlacementConstraintProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-placement-strategy-property-builderclj

(cfn-service-placement-strategy-property-builder id config)

Creates a CfnService$PlacementStrategyProperty$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  `CfnService$PlacementStrategyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-props-builderclj

(cfn-service-props-builder id config)

Creates a CfnServiceProps$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  `CfnServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-secret-property-builderclj

(cfn-service-secret-property-builder id config)

Creates a CfnService$SecretProperty$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  `CfnService$SecretProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-service-connect-client-alias-property-builderclj

(cfn-service-service-connect-client-alias-property-builder id config)

Creates a CfnService$ServiceConnectClientAliasProperty$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  `CfnService$ServiceConnectClientAliasProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-service-connect-configuration-property-builderclj

(cfn-service-service-connect-configuration-property-builder id config)

Creates a CfnService$ServiceConnectConfigurationProperty$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  `CfnService$ServiceConnectConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-service-connect-service-property-builderclj

(cfn-service-service-connect-service-property-builder id config)

Creates a CfnService$ServiceConnectServiceProperty$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  `CfnService$ServiceConnectServiceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-service-connect-tls-certificate-authority-property-builderclj

(cfn-service-service-connect-tls-certificate-authority-property-builder id
                                                                        config)

Creates a CfnService$ServiceConnectTlsCertificateAuthorityProperty$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  `CfnService$ServiceConnectTlsCertificateAuthorityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-service-connect-tls-configuration-property-builderclj

(cfn-service-service-connect-tls-configuration-property-builder id config)

Creates a CfnService$ServiceConnectTlsConfigurationProperty$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  `CfnService$ServiceConnectTlsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-service-managed-ebs-volume-configuration-property-builderclj

(cfn-service-service-managed-ebs-volume-configuration-property-builder id
                                                                       config)

Creates a CfnService$ServiceManagedEBSVolumeConfigurationProperty$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  `CfnService$ServiceManagedEBSVolumeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-service-registry-property-builderclj

(cfn-service-service-registry-property-builder id config)

Creates a CfnService$ServiceRegistryProperty$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  `CfnService$ServiceRegistryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-service-volume-configuration-property-builderclj

(cfn-service-service-volume-configuration-property-builder id config)

Creates a CfnService$ServiceVolumeConfigurationProperty$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  `CfnService$ServiceVolumeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-service-timeout-configuration-property-builderclj

(cfn-service-timeout-configuration-property-builder id config)

Creates a CfnService$TimeoutConfigurationProperty$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  `CfnService$TimeoutConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-authorization-config-property-builderclj

(cfn-task-definition-authorization-config-property-builder id config)

Creates a CfnTaskDefinition$AuthorizationConfigProperty$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  `CfnTaskDefinition$AuthorizationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-builderclj

(cfn-task-definition-builder scope id config)

Creates a CfnTaskDefinition$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  `CfnTaskDefinition$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-task-definition-container-definition-property-builderclj

(cfn-task-definition-container-definition-property-builder id config)

Creates a CfnTaskDefinition$ContainerDefinitionProperty$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  `CfnTaskDefinition$ContainerDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-container-dependency-property-builderclj

(cfn-task-definition-container-dependency-property-builder id config)

Creates a CfnTaskDefinition$ContainerDependencyProperty$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  `CfnTaskDefinition$ContainerDependencyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-device-property-builderclj

(cfn-task-definition-device-property-builder id config)

Creates a CfnTaskDefinition$DeviceProperty$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  `CfnTaskDefinition$DeviceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-docker-volume-configuration-property-builderclj

(cfn-task-definition-docker-volume-configuration-property-builder id config)

Creates a CfnTaskDefinition$DockerVolumeConfigurationProperty$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  `CfnTaskDefinition$DockerVolumeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-efs-volume-configuration-property-builderclj

(cfn-task-definition-efs-volume-configuration-property-builder id config)

Creates a CfnTaskDefinition$EFSVolumeConfigurationProperty$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  `CfnTaskDefinition$EFSVolumeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-environment-file-property-builderclj

(cfn-task-definition-environment-file-property-builder id config)

Creates a CfnTaskDefinition$EnvironmentFileProperty$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  `CfnTaskDefinition$EnvironmentFileProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-ephemeral-storage-property-builderclj

(cfn-task-definition-ephemeral-storage-property-builder id config)

Creates a CfnTaskDefinition$EphemeralStorageProperty$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  `CfnTaskDefinition$EphemeralStorageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-f-sx-authorization-config-property-builderclj

(cfn-task-definition-f-sx-authorization-config-property-builder id config)

Creates a CfnTaskDefinition$FSxAuthorizationConfigProperty$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  `CfnTaskDefinition$FSxAuthorizationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-f-sx-windows-file-server-volume-configuration-property-builderclj

(cfn-task-definition-f-sx-windows-file-server-volume-configuration-property-builder
  id
  config)

Creates a CfnTaskDefinition$FSxWindowsFileServerVolumeConfigurationProperty$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  `CfnTaskDefinition$FSxWindowsFileServerVolumeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-firelens-configuration-property-builderclj

(cfn-task-definition-firelens-configuration-property-builder id config)

Creates a CfnTaskDefinition$FirelensConfigurationProperty$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  `CfnTaskDefinition$FirelensConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-health-check-property-builderclj

(cfn-task-definition-health-check-property-builder id config)

Creates a CfnTaskDefinition$HealthCheckProperty$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  `CfnTaskDefinition$HealthCheckProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-host-entry-property-builderclj

(cfn-task-definition-host-entry-property-builder id config)

Creates a CfnTaskDefinition$HostEntryProperty$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  `CfnTaskDefinition$HostEntryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-host-volume-properties-property-builderclj

(cfn-task-definition-host-volume-properties-property-builder id config)

Creates a CfnTaskDefinition$HostVolumePropertiesProperty$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  `CfnTaskDefinition$HostVolumePropertiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-inference-accelerator-property-builderclj

(cfn-task-definition-inference-accelerator-property-builder id config)

Creates a CfnTaskDefinition$InferenceAcceleratorProperty$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  `CfnTaskDefinition$InferenceAcceleratorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-kernel-capabilities-property-builderclj

(cfn-task-definition-kernel-capabilities-property-builder id config)

Creates a CfnTaskDefinition$KernelCapabilitiesProperty$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  `CfnTaskDefinition$KernelCapabilitiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-key-value-pair-property-builderclj

(cfn-task-definition-key-value-pair-property-builder id config)

Creates a CfnTaskDefinition$KeyValuePairProperty$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  `CfnTaskDefinition$KeyValuePairProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-linux-parameters-property-builderclj

(cfn-task-definition-linux-parameters-property-builder id config)

Creates a CfnTaskDefinition$LinuxParametersProperty$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  `CfnTaskDefinition$LinuxParametersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-log-configuration-property-builderclj

(cfn-task-definition-log-configuration-property-builder id config)

Creates a CfnTaskDefinition$LogConfigurationProperty$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  `CfnTaskDefinition$LogConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-mount-point-property-builderclj

(cfn-task-definition-mount-point-property-builder id config)

Creates a CfnTaskDefinition$MountPointProperty$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  `CfnTaskDefinition$MountPointProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-port-mapping-property-builderclj

(cfn-task-definition-port-mapping-property-builder id config)

Creates a CfnTaskDefinition$PortMappingProperty$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  `CfnTaskDefinition$PortMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-props-builderclj

(cfn-task-definition-props-builder id config)

Creates a CfnTaskDefinitionProps$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  `CfnTaskDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-proxy-configuration-property-builderclj

(cfn-task-definition-proxy-configuration-property-builder id config)

Creates a CfnTaskDefinition$ProxyConfigurationProperty$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  `CfnTaskDefinition$ProxyConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-repository-credentials-property-builderclj

(cfn-task-definition-repository-credentials-property-builder id config)

Creates a CfnTaskDefinition$RepositoryCredentialsProperty$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  `CfnTaskDefinition$RepositoryCredentialsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-resource-requirement-property-builderclj

(cfn-task-definition-resource-requirement-property-builder id config)

Creates a CfnTaskDefinition$ResourceRequirementProperty$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  `CfnTaskDefinition$ResourceRequirementProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-runtime-platform-property-builderclj

(cfn-task-definition-runtime-platform-property-builder id config)

Creates a CfnTaskDefinition$RuntimePlatformProperty$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  `CfnTaskDefinition$RuntimePlatformProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-secret-property-builderclj

(cfn-task-definition-secret-property-builder id config)

Creates a CfnTaskDefinition$SecretProperty$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  `CfnTaskDefinition$SecretProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-system-control-property-builderclj

(cfn-task-definition-system-control-property-builder id config)

Creates a CfnTaskDefinition$SystemControlProperty$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  `CfnTaskDefinition$SystemControlProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-task-definition-placement-constraint-property-builderclj

(cfn-task-definition-task-definition-placement-constraint-property-builder
  id
  config)

Creates a CfnTaskDefinition$TaskDefinitionPlacementConstraintProperty$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  `CfnTaskDefinition$TaskDefinitionPlacementConstraintProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-tmpfs-property-builderclj

(cfn-task-definition-tmpfs-property-builder id config)

Creates a CfnTaskDefinition$TmpfsProperty$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  `CfnTaskDefinition$TmpfsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-ulimit-property-builderclj

(cfn-task-definition-ulimit-property-builder id config)

Creates a CfnTaskDefinition$UlimitProperty$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  `CfnTaskDefinition$UlimitProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-volume-from-property-builderclj

(cfn-task-definition-volume-from-property-builder id config)

Creates a CfnTaskDefinition$VolumeFromProperty$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  `CfnTaskDefinition$VolumeFromProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-definition-volume-property-builderclj

(cfn-task-definition-volume-property-builder id config)

Creates a CfnTaskDefinition$VolumeProperty$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  `CfnTaskDefinition$VolumeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-set-aws-vpc-configuration-property-builderclj

(cfn-task-set-aws-vpc-configuration-property-builder id config)

Creates a CfnTaskSet$AwsVpcConfigurationProperty$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  `CfnTaskSet$AwsVpcConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-set-builderclj

(cfn-task-set-builder scope id config)

Creates a CfnTaskSet$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  `CfnTaskSet$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-task-set-load-balancer-property-builderclj

(cfn-task-set-load-balancer-property-builder id config)

Creates a CfnTaskSet$LoadBalancerProperty$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  `CfnTaskSet$LoadBalancerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-set-network-configuration-property-builderclj

(cfn-task-set-network-configuration-property-builder id config)

Creates a CfnTaskSet$NetworkConfigurationProperty$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  `CfnTaskSet$NetworkConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-set-props-builderclj

(cfn-task-set-props-builder id config)

Creates a CfnTaskSetProps$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  `CfnTaskSetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-set-scale-property-builderclj

(cfn-task-set-scale-property-builder id config)

Creates a CfnTaskSet$ScaleProperty$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  `CfnTaskSet$ScaleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-set-service-registry-property-builderclj

(cfn-task-set-service-registry-property-builder id config)

Creates a CfnTaskSet$ServiceRegistryProperty$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  `CfnTaskSet$ServiceRegistryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

cloud-map-namespace-options-builderclj

(cloud-map-namespace-options-builder id config)

Creates a CloudMapNamespaceOptions$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  `CloudMapNamespaceOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

cloud-map-options-builderclj

(cloud-map-options-builder id config)

Creates a CloudMapOptions$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  `CloudMapOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

cluster-attributes-builderclj

(cluster-attributes-builder id config)

Creates a ClusterAttributes$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  `ClusterAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

cluster-builderclj

(cluster-builder scope id config)

Creates a Cluster$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  `Cluster$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

cluster-props-builderclj

(cluster-props-builder id config)

Creates a ClusterProps$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  `ClusterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

common-task-definition-attributes-builderclj

(common-task-definition-attributes-builder id config)

Creates a CommonTaskDefinitionAttributes$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  `CommonTaskDefinitionAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

common-task-definition-props-builderclj

(common-task-definition-props-builder id config)

Creates a CommonTaskDefinitionProps$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  `CommonTaskDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

compatibilityclj

(compatibility config id item-key)

The compatibility function data interprets values in the provided config data into a Compatibility instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of Compatibility - the value is returned.
  • is :fargate - Compatibility/FARGATE is returned
  • is :external - Compatibility/EXTERNAL is returned
  • is :ec2 - Compatibility/EC2 is returned
  • is :ec2-and-fargate - Compatibility/EC2_AND_FARGATE is returned

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

The `compatibility` function data interprets values in the provided config data into a 
`Compatibility` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `Compatibility` - the value is returned.
* is `:fargate` - `Compatibility/FARGATE` is returned
* is `:external` - `Compatibility/EXTERNAL` is returned
* is `:ec2` - `Compatibility/EC2` is returned
* is `:ec2-and-fargate` - `Compatibility/EC2_AND_FARGATE` is returned

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

container-definition-builderclj

(container-definition-builder scope id config)

Creates a ContainerDefinition$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  `ContainerDefinition$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

container-definition-options-builderclj

(container-definition-options-builder id config)

Creates a ContainerDefinitionOptions$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  `ContainerDefinitionOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

container-definition-props-builderclj

(container-definition-props-builder id config)

Creates a ContainerDefinitionProps$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  `ContainerDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

container-dependency-builderclj

(container-dependency-builder id config)

Creates a ContainerDependency$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  `ContainerDependency$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

container-dependency-conditionclj

(container-dependency-condition config id item-key)

The container-dependency-condition function data interprets values in the provided config data into a ContainerDependencyCondition instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of ContainerDependencyCondition - the value is returned.
  • is :complete - ContainerDependencyCondition/COMPLETE is returned
  • is :start - ContainerDependencyCondition/START is returned
  • is :healthy - ContainerDependencyCondition/HEALTHY is returned
  • is :success - ContainerDependencyCondition/SUCCESS is returned

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

The `container-dependency-condition` function data interprets values in the provided config data into a 
`ContainerDependencyCondition` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `ContainerDependencyCondition` - the value is returned.
* is `:complete` - `ContainerDependencyCondition/COMPLETE` is returned
* is `:start` - `ContainerDependencyCondition/START` is returned
* is `:healthy` - `ContainerDependencyCondition/HEALTHY` is returned
* is `:success` - `ContainerDependencyCondition/SUCCESS` is returned

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

container-image-config-builderclj

(container-image-config-builder id config)

Creates a ContainerImageConfig$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  `ContainerImageConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

container-mount-point-builderclj

(container-mount-point-builder id config)

Creates a ContainerMountPoint$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  `ContainerMountPoint$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

cpu-utilization-scaling-props-builderclj

(cpu-utilization-scaling-props-builder id config)

Creates a CpuUtilizationScalingProps$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  `CpuUtilizationScalingProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

credential-spec-config-builderclj

(credential-spec-config-builder id config)

Creates a CredentialSpecConfig$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  `CredentialSpecConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

deployment-alarm-config-builderclj

(deployment-alarm-config-builder id config)

Creates a DeploymentAlarmConfig$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  `DeploymentAlarmConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

deployment-alarm-options-builderclj

(deployment-alarm-options-builder id config)

Creates a DeploymentAlarmOptions$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  `DeploymentAlarmOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

deployment-circuit-breaker-builderclj

(deployment-circuit-breaker-builder id config)

Creates a DeploymentCircuitBreaker$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  `DeploymentCircuitBreaker$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

deployment-controller-builderclj

(deployment-controller-builder id config)

Creates a DeploymentController$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  `DeploymentController$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

deployment-controller-typeclj

(deployment-controller-type config id item-key)

The deployment-controller-type function data interprets values in the provided config data into a DeploymentControllerType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of DeploymentControllerType - the value is returned.
  • is :ecs - DeploymentControllerType/ECS is returned
  • is :external - DeploymentControllerType/EXTERNAL is returned
  • is :code-deploy - DeploymentControllerType/CODE_DEPLOY is returned

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

The `deployment-controller-type` function data interprets values in the provided config data into a 
`DeploymentControllerType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `DeploymentControllerType` - the value is returned.
* is `:ecs` - `DeploymentControllerType/ECS` is returned
* is `:external` - `DeploymentControllerType/EXTERNAL` is returned
* is `:code-deploy` - `DeploymentControllerType/CODE_DEPLOY` is returned

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

device-builderclj

(device-builder id config)

Creates a Device$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  `Device$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

device-permissionclj

(device-permission config id item-key)

The device-permission function data interprets values in the provided config data into a DevicePermission instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of DevicePermission - the value is returned.
  • is :mknod - DevicePermission/MKNOD is returned
  • is :read - DevicePermission/READ is returned
  • is :write - DevicePermission/WRITE is returned

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

The `device-permission` function data interprets values in the provided config data into a 
`DevicePermission` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `DevicePermission` - the value is returned.
* is `:mknod` - `DevicePermission/MKNOD` is returned
* is `:read` - `DevicePermission/READ` is returned
* is `:write` - `DevicePermission/WRITE` is returned

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

docker-volume-configuration-builderclj

(docker-volume-configuration-builder id config)

Creates a DockerVolumeConfiguration$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  `DockerVolumeConfiguration$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ebs-propagated-tag-sourceclj

(ebs-propagated-tag-source config id item-key)

The ebs-propagated-tag-source function data interprets values in the provided config data into a EbsPropagatedTagSource instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of EbsPropagatedTagSource - the value is returned.
  • is :task-definition - EbsPropagatedTagSource/TASK_DEFINITION is returned
  • is :service - EbsPropagatedTagSource/SERVICE is returned

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

The `ebs-propagated-tag-source` function data interprets values in the provided config data into a 
`EbsPropagatedTagSource` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `EbsPropagatedTagSource` - the value is returned.
* is `:task-definition` - `EbsPropagatedTagSource/TASK_DEFINITION` is returned
* is `:service` - `EbsPropagatedTagSource/SERVICE` is returned

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

ebs-tag-specification-builderclj

(ebs-tag-specification-builder id config)

Creates a EBSTagSpecification$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  `EBSTagSpecification$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ec2-service-attributes-builderclj

(ec2-service-attributes-builder id config)

Creates a Ec2ServiceAttributes$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  `Ec2ServiceAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ec2-service-builderclj

(ec2-service-builder scope id config)

Creates a Ec2Service$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  `Ec2Service$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

ec2-service-props-builderclj

(ec2-service-props-builder id config)

Creates a Ec2ServiceProps$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  `Ec2ServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ec2-task-definition-attributes-builderclj

(ec2-task-definition-attributes-builder id config)

Creates a Ec2TaskDefinitionAttributes$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  `Ec2TaskDefinitionAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ec2-task-definition-builderclj

(ec2-task-definition-builder scope id config)

Creates a Ec2TaskDefinition$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  `Ec2TaskDefinition$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

ec2-task-definition-props-builderclj

(ec2-task-definition-props-builder id config)

Creates a Ec2TaskDefinitionProps$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  `Ec2TaskDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ecs-optimized-image-options-builderclj

(ecs-optimized-image-options-builder id config)

Creates a EcsOptimizedImageOptions$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  `EcsOptimizedImageOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ecs-target-builderclj

(ecs-target-builder id config)

Creates a EcsTarget$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  `EcsTarget$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

efs-volume-configuration-builderclj

(efs-volume-configuration-builder id config)

Creates a EfsVolumeConfiguration$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  `EfsVolumeConfiguration$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

environment-file-config-builderclj

(environment-file-config-builder id config)

Creates a EnvironmentFileConfig$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  `EnvironmentFileConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

environment-file-typeclj

(environment-file-type config id item-key)

The environment-file-type function data interprets values in the provided config data into a EnvironmentFileType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of EnvironmentFileType - the value is returned.
  • is :s3 - EnvironmentFileType/S3 is returned

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

The `environment-file-type` function data interprets values in the provided config data into a 
`EnvironmentFileType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `EnvironmentFileType` - the value is returned.
* is `:s3` - `EnvironmentFileType/S3` is returned

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

execute-command-configuration-builderclj

(execute-command-configuration-builder id config)

Creates a ExecuteCommandConfiguration$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  `ExecuteCommandConfiguration$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

execute-command-log-configuration-builderclj

(execute-command-log-configuration-builder id config)

Creates a ExecuteCommandLogConfiguration$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  `ExecuteCommandLogConfiguration$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

execute-command-loggingclj

(execute-command-logging config id item-key)

The execute-command-logging function data interprets values in the provided config data into a ExecuteCommandLogging instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of ExecuteCommandLogging - the value is returned.
  • is :default - ExecuteCommandLogging/DEFAULT is returned
  • is :override - ExecuteCommandLogging/OVERRIDE is returned
  • is :none - ExecuteCommandLogging/NONE is returned

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

The `execute-command-logging` function data interprets values in the provided config data into a 
`ExecuteCommandLogging` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `ExecuteCommandLogging` - the value is returned.
* is `:default` - `ExecuteCommandLogging/DEFAULT` is returned
* is `:override` - `ExecuteCommandLogging/OVERRIDE` is returned
* is `:none` - `ExecuteCommandLogging/NONE` is returned

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

external-service-attributes-builderclj

(external-service-attributes-builder id config)

Creates a ExternalServiceAttributes$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  `ExternalServiceAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

external-service-builderclj

(external-service-builder scope id config)

Creates a ExternalService$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  `ExternalService$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

external-service-props-builderclj

(external-service-props-builder id config)

Creates a ExternalServiceProps$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  `ExternalServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

external-task-definition-attributes-builderclj

(external-task-definition-attributes-builder id config)

Creates a ExternalTaskDefinitionAttributes$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  `ExternalTaskDefinitionAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

external-task-definition-builderclj

(external-task-definition-builder scope id config)

Creates a ExternalTaskDefinition$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  `ExternalTaskDefinition$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

external-task-definition-props-builderclj

(external-task-definition-props-builder id config)

Creates a ExternalTaskDefinitionProps$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  `ExternalTaskDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

fargate-platform-versionclj

(fargate-platform-version config id item-key)

The fargate-platform-version function data interprets values in the provided config data into a FargatePlatformVersion instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of FargatePlatformVersion - the value is returned.
  • is :version1-1 - FargatePlatformVersion/VERSION1_1 is returned
  • is :version1-2 - FargatePlatformVersion/VERSION1_2 is returned
  • is :version1-3 - FargatePlatformVersion/VERSION1_3 is returned
  • is :version1-4 - FargatePlatformVersion/VERSION1_4 is returned
  • is :version1-0 - FargatePlatformVersion/VERSION1_0 is returned
  • is :latest - FargatePlatformVersion/LATEST is returned

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

The `fargate-platform-version` function data interprets values in the provided config data into a 
`FargatePlatformVersion` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `FargatePlatformVersion` - the value is returned.
* is `:version1-1` - `FargatePlatformVersion/VERSION1_1` is returned
* is `:version1-2` - `FargatePlatformVersion/VERSION1_2` is returned
* is `:version1-3` - `FargatePlatformVersion/VERSION1_3` is returned
* is `:version1-4` - `FargatePlatformVersion/VERSION1_4` is returned
* is `:version1-0` - `FargatePlatformVersion/VERSION1_0` is returned
* is `:latest` - `FargatePlatformVersion/LATEST` is returned

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

fargate-service-attributes-builderclj

(fargate-service-attributes-builder id config)

Creates a FargateServiceAttributes$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  `FargateServiceAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

fargate-service-builderclj

(fargate-service-builder scope id config)

Creates a FargateService$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  `FargateService$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

fargate-service-props-builderclj

(fargate-service-props-builder id config)

Creates a FargateServiceProps$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  `FargateServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

fargate-task-definition-attributes-builderclj

(fargate-task-definition-attributes-builder id config)

Creates a FargateTaskDefinitionAttributes$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  `FargateTaskDefinitionAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

fargate-task-definition-builderclj

(fargate-task-definition-builder scope id config)

Creates a FargateTaskDefinition$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  `FargateTaskDefinition$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

fargate-task-definition-props-builderclj

(fargate-task-definition-props-builder id config)

Creates a FargateTaskDefinitionProps$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  `FargateTaskDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

file-system-typeclj

(file-system-type config id item-key)

The file-system-type function data interprets values in the provided config data into a FileSystemType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of FileSystemType - the value is returned.
  • is :xfs - FileSystemType/XFS is returned
  • is :ext3 - FileSystemType/EXT3 is returned
  • is :ext4 - FileSystemType/EXT4 is returned

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

The `file-system-type` function data interprets values in the provided config data into a 
`FileSystemType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `FileSystemType` - the value is returned.
* is `:xfs` - `FileSystemType/XFS` is returned
* is `:ext3` - `FileSystemType/EXT3` is returned
* is `:ext4` - `FileSystemType/EXT4` is returned

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

fire-lens-log-driver-builderclj

(fire-lens-log-driver-builder id config)

Creates a FireLensLogDriver$Builder instance using a no-argument create, 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  `FireLensLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

fire-lens-log-driver-props-builderclj

(fire-lens-log-driver-props-builder id config)

Creates a FireLensLogDriverProps$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  `FireLensLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

firelens-config-builderclj

(firelens-config-builder id config)

Creates a FirelensConfig$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  `FirelensConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

firelens-config-file-typeclj

(firelens-config-file-type config id item-key)

The firelens-config-file-type function data interprets values in the provided config data into a FirelensConfigFileType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of FirelensConfigFileType - the value is returned.
  • is :s3 - FirelensConfigFileType/S3 is returned
  • is :file - FirelensConfigFileType/FILE is returned

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

The `firelens-config-file-type` function data interprets values in the provided config data into a 
`FirelensConfigFileType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `FirelensConfigFileType` - the value is returned.
* is `:s3` - `FirelensConfigFileType/S3` is returned
* is `:file` - `FirelensConfigFileType/FILE` is returned

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

firelens-log-router-builderclj

(firelens-log-router-builder scope id config)

Creates a FirelensLogRouter$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  `FirelensLogRouter$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

firelens-log-router-definition-options-builderclj

(firelens-log-router-definition-options-builder id config)

Creates a FirelensLogRouterDefinitionOptions$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  `FirelensLogRouterDefinitionOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

firelens-log-router-props-builderclj

(firelens-log-router-props-builder id config)

Creates a FirelensLogRouterProps$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  `FirelensLogRouterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

firelens-log-router-typeclj

(firelens-log-router-type config id item-key)

The firelens-log-router-type function data interprets values in the provided config data into a FirelensLogRouterType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of FirelensLogRouterType - the value is returned.
  • is :fluentd - FirelensLogRouterType/FLUENTD is returned
  • is :fluentbit - FirelensLogRouterType/FLUENTBIT is returned

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

The `firelens-log-router-type` function data interprets values in the provided config data into a 
`FirelensLogRouterType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `FirelensLogRouterType` - the value is returned.
* is `:fluentd` - `FirelensLogRouterType/FLUENTD` is returned
* is `:fluentbit` - `FirelensLogRouterType/FLUENTBIT` is returned

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

firelens-options-builderclj

(firelens-options-builder id config)

Creates a FirelensOptions$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  `FirelensOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

fluentd-log-driver-builderclj

(fluentd-log-driver-builder id config)

Creates a FluentdLogDriver$Builder instance using a no-argument create, 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  `FluentdLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

fluentd-log-driver-props-builderclj

(fluentd-log-driver-props-builder id config)

Creates a FluentdLogDriverProps$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  `FluentdLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

gelf-compression-typeclj

(gelf-compression-type config id item-key)

The gelf-compression-type function data interprets values in the provided config data into a GelfCompressionType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of GelfCompressionType - the value is returned.
  • is :none - GelfCompressionType/NONE is returned
  • is :gzip - GelfCompressionType/GZIP is returned
  • is :zlib - GelfCompressionType/ZLIB is returned

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

The `gelf-compression-type` function data interprets values in the provided config data into a 
`GelfCompressionType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `GelfCompressionType` - the value is returned.
* is `:none` - `GelfCompressionType/NONE` is returned
* is `:gzip` - `GelfCompressionType/GZIP` is returned
* is `:zlib` - `GelfCompressionType/ZLIB` is returned

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

gelf-log-driver-builderclj

(gelf-log-driver-builder id config)

Creates a GelfLogDriver$Builder instance using a no-argument create, 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  `GelfLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

gelf-log-driver-props-builderclj

(gelf-log-driver-props-builder id config)

Creates a GelfLogDriverProps$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  `GelfLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

generic-log-driver-builderclj

(generic-log-driver-builder id config)

Creates a GenericLogDriver$Builder instance using a no-argument create, 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  `GenericLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

generic-log-driver-props-builderclj

(generic-log-driver-props-builder id config)

Creates a GenericLogDriverProps$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  `GenericLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

health-check-builderclj

(health-check-builder id config)

Creates a HealthCheck$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  `HealthCheck$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

host-builderclj

(host-builder id config)

Creates a Host$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  `Host$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

inference-accelerator-builderclj

(inference-accelerator-builder id config)

Creates a InferenceAccelerator$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  `InferenceAccelerator$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ipc-modeclj

(ipc-mode config id item-key)

The ipc-mode function data interprets values in the provided config data into a IpcMode instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of IpcMode - the value is returned.
  • is :task - IpcMode/TASK is returned
  • is :host - IpcMode/HOST is returned
  • is :none - IpcMode/NONE is returned

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

The `ipc-mode` function data interprets values in the provided config data into a 
`IpcMode` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `IpcMode` - the value is returned.
* is `:task` - `IpcMode/TASK` is returned
* is `:host` - `IpcMode/HOST` is returned
* is `:none` - `IpcMode/NONE` is returned

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

journald-log-driver-builderclj

(journald-log-driver-builder id config)

Creates a JournaldLogDriver$Builder instance using a no-argument create, 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  `JournaldLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

journald-log-driver-props-builderclj

(journald-log-driver-props-builder id config)

Creates a JournaldLogDriverProps$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  `JournaldLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

json-file-log-driver-builderclj

(json-file-log-driver-builder id config)

Creates a JsonFileLogDriver$Builder instance using a no-argument create, 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  `JsonFileLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

json-file-log-driver-props-builderclj

(json-file-log-driver-props-builder id config)

Creates a JsonFileLogDriverProps$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  `JsonFileLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

launch-typeclj

(launch-type config id item-key)

The launch-type function data interprets values in the provided config data into a LaunchType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of LaunchType - the value is returned.
  • is :fargate - LaunchType/FARGATE is returned
  • is :ec2 - LaunchType/EC2 is returned
  • is :external - LaunchType/EXTERNAL is returned

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

The `launch-type` function data interprets values in the provided config data into a 
`LaunchType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `LaunchType` - the value is returned.
* is `:fargate` - `LaunchType/FARGATE` is returned
* is `:ec2` - `LaunchType/EC2` is returned
* is `:external` - `LaunchType/EXTERNAL` is returned

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

linux-parameters-builderclj

(linux-parameters-builder scope id config)

Creates a LinuxParameters$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  `LinuxParameters$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

linux-parameters-props-builderclj

(linux-parameters-props-builder id config)

Creates a LinuxParametersProps$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  `LinuxParametersProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

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

load-balancer-target-options-builderclj

(load-balancer-target-options-builder id config)

Creates a LoadBalancerTargetOptions$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  `LoadBalancerTargetOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

log-driver-config-builderclj

(log-driver-config-builder id config)

Creates a LogDriverConfig$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  `LogDriverConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

machine-image-typeclj

(machine-image-type config id item-key)

The machine-image-type function data interprets values in the provided config data into a MachineImageType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of MachineImageType - the value is returned.
  • is :amazon-linux-2 - MachineImageType/AMAZON_LINUX_2 is returned
  • is :bottlerocket - MachineImageType/BOTTLEROCKET is returned

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

The `machine-image-type` function data interprets values in the provided config data into a 
`MachineImageType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `MachineImageType` - the value is returned.
* is `:amazon-linux-2` - `MachineImageType/AMAZON_LINUX_2` is returned
* is `:bottlerocket` - `MachineImageType/BOTTLEROCKET` is returned

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

memory-utilization-scaling-props-builderclj

(memory-utilization-scaling-props-builder id config)

Creates a MemoryUtilizationScalingProps$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  `MemoryUtilizationScalingProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

mount-point-builderclj

(mount-point-builder id config)

Creates a MountPoint$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  `MountPoint$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

network-modeclj

(network-mode config id item-key)

The network-mode function data interprets values in the provided config data into a NetworkMode instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of NetworkMode - the value is returned.
  • is :nat - NetworkMode/NAT is returned
  • is :none - NetworkMode/NONE is returned
  • is :bridge - NetworkMode/BRIDGE is returned
  • is :host - NetworkMode/HOST is returned
  • is :aws-vpc - NetworkMode/AWS_VPC is returned

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

The `network-mode` function data interprets values in the provided config data into a 
`NetworkMode` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `NetworkMode` - the value is returned.
* is `:nat` - `NetworkMode/NAT` is returned
* is `:none` - `NetworkMode/NONE` is returned
* is `:bridge` - `NetworkMode/BRIDGE` is returned
* is `:host` - `NetworkMode/HOST` is returned
* is `:aws-vpc` - `NetworkMode/AWS_VPC` is returned

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

pid-modeclj

(pid-mode config id item-key)

The pid-mode function data interprets values in the provided config data into a PidMode instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of PidMode - the value is returned.
  • is :host - PidMode/HOST is returned
  • is :task - PidMode/TASK is returned

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

The `pid-mode` function data interprets values in the provided config data into a 
`PidMode` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `PidMode` - the value is returned.
* is `:host` - `PidMode/HOST` is returned
* is `:task` - `PidMode/TASK` is returned

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

port-map-builderclj

(port-map-builder network-mode id config)

Creates a PortMap$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[software.amazon.awscdk.services.ecs.NetworkMode] | Argument | DataType | Description | |---|---|---| | network-mode | software.amazon.awscdk.services.ecs.NetworkMode | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `PortMap$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[software.amazon.awscdk.services.ecs.NetworkMode]___
| Argument | DataType | Description |
|---|---|---|
| network-mode | software.amazon.awscdk.services.ecs.NetworkMode |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

port-mapping-builderclj

(port-mapping-builder id config)

Creates a PortMapping$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  `PortMapping$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

propagated-tag-sourceclj

(propagated-tag-source config id item-key)

The propagated-tag-source function data interprets values in the provided config data into a PropagatedTagSource instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of PropagatedTagSource - the value is returned.
  • is :none - PropagatedTagSource/NONE is returned
  • is :task-definition - PropagatedTagSource/TASK_DEFINITION is returned
  • is :service - PropagatedTagSource/SERVICE is returned

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

The `propagated-tag-source` function data interprets values in the provided config data into a 
`PropagatedTagSource` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `PropagatedTagSource` - the value is returned.
* is `:none` - `PropagatedTagSource/NONE` is returned
* is `:task-definition` - `PropagatedTagSource/TASK_DEFINITION` is returned
* is `:service` - `PropagatedTagSource/SERVICE` is returned

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

protocolclj

(protocol config id item-key)

The protocol function data interprets values in the provided config data into a Protocol instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of Protocol - the value is returned.
  • is :udp - Protocol/UDP is returned
  • is :tcp - Protocol/TCP is returned

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

The `protocol` function data interprets values in the provided config data into a 
`Protocol` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `Protocol` - the value is returned.
* is `:udp` - `Protocol/UDP` is returned
* is `:tcp` - `Protocol/TCP` is returned

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

repository-image-builderclj

(repository-image-builder image-name id config)

Creates a RepositoryImage$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | image-name | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `RepositoryImage$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| image-name | java.lang.String |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

repository-image-props-builderclj

(repository-image-props-builder id config)

Creates a RepositoryImageProps$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  `RepositoryImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

request-count-scaling-props-builderclj

(request-count-scaling-props-builder id config)

Creates a RequestCountScalingProps$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  `RequestCountScalingProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

runtime-platform-builderclj

(runtime-platform-builder id config)

Creates a RuntimePlatform$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  `RuntimePlatform$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

scalable-task-count-builderclj

(scalable-task-count-builder scope id config)

Creates a ScalableTaskCount$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  `ScalableTaskCount$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

scalable-task-count-props-builderclj

(scalable-task-count-props-builder id config)

Creates a ScalableTaskCountProps$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  `ScalableTaskCountProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

scopeclj

(scope config id item-key)

The scope function data interprets values in the provided config data into a Scope instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of Scope - the value is returned.
  • is :task - Scope/TASK is returned
  • is :shared - Scope/SHARED is returned

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

The `scope` function data interprets values in the provided config data into a 
`Scope` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `Scope` - the value is returned.
* is `:task` - `Scope/TASK` is returned
* is `:shared` - `Scope/SHARED` is returned

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

scratch-space-builderclj

(scratch-space-builder id config)

Creates a ScratchSpace$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  `ScratchSpace$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

secret-version-info-builderclj

(secret-version-info-builder id config)

Creates a SecretVersionInfo$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  `SecretVersionInfo$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

service-connect-builderclj

(service-connect-builder network-mode id config)

Creates a ServiceConnect$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[software.amazon.awscdk.services.ecs.NetworkMode] | Argument | DataType | Description | |---|---|---| | network-mode | software.amazon.awscdk.services.ecs.NetworkMode | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `ServiceConnect$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[software.amazon.awscdk.services.ecs.NetworkMode]___
| Argument | DataType | Description |
|---|---|---|
| network-mode | software.amazon.awscdk.services.ecs.NetworkMode |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

service-connect-props-builderclj

(service-connect-props-builder id config)

Creates a ServiceConnectProps$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  `ServiceConnectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

service-connect-service-builderclj

(service-connect-service-builder id config)

Creates a ServiceConnectService$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  `ServiceConnectService$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

service-managed-ebs-volume-configuration-builderclj

(service-managed-ebs-volume-configuration-builder id config)

Creates a ServiceManagedEBSVolumeConfiguration$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  `ServiceManagedEBSVolumeConfiguration$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

service-managed-volume-builderclj

(service-managed-volume-builder scope id config)

Creates a ServiceManagedVolume$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  `ServiceManagedVolume$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

service-managed-volume-props-builderclj

(service-managed-volume-props-builder id config)

Creates a ServiceManagedVolumeProps$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  `ServiceManagedVolumeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

splunk-log-driver-builderclj

(splunk-log-driver-builder id config)

Creates a SplunkLogDriver$Builder instance using a no-argument create, 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  `SplunkLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

splunk-log-driver-props-builderclj

(splunk-log-driver-props-builder id config)

Creates a SplunkLogDriverProps$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  `SplunkLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

splunk-log-formatclj

(splunk-log-format config id item-key)

The splunk-log-format function data interprets values in the provided config data into a SplunkLogFormat instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of SplunkLogFormat - the value is returned.
  • is :inline - SplunkLogFormat/INLINE is returned
  • is :json - SplunkLogFormat/JSON is returned
  • is :raw - SplunkLogFormat/RAW is returned

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

The `splunk-log-format` function data interprets values in the provided config data into a 
`SplunkLogFormat` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `SplunkLogFormat` - the value is returned.
* is `:inline` - `SplunkLogFormat/INLINE` is returned
* is `:json` - `SplunkLogFormat/JSON` is returned
* is `:raw` - `SplunkLogFormat/RAW` is returned

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

syslog-log-driver-builderclj

(syslog-log-driver-builder id config)

Creates a SyslogLogDriver$Builder instance using a no-argument create, 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  `SyslogLogDriver$Builder` instance using a no-argument create, applies the data configuration, then builds it.  Takes the following 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

syslog-log-driver-props-builderclj

(syslog-log-driver-props-builder id config)

Creates a SyslogLogDriverProps$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  `SyslogLogDriverProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

system-control-builderclj

(system-control-builder id config)

Creates a SystemControl$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  `SystemControl$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

task-definition-attributes-builderclj

(task-definition-attributes-builder id config)

Creates a TaskDefinitionAttributes$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  `TaskDefinitionAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

task-definition-builderclj

(task-definition-builder scope id config)

Creates a TaskDefinition$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  `TaskDefinition$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

task-definition-props-builderclj

(task-definition-props-builder id config)

Creates a TaskDefinitionProps$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  `TaskDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

tmpfs-builderclj

(tmpfs-builder id config)

Creates a Tmpfs$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  `Tmpfs$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

tmpfs-mount-optionclj

(tmpfs-mount-option config id item-key)

The tmpfs-mount-option function data interprets values in the provided config data into a TmpfsMountOption instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of TmpfsMountOption - the value is returned.
  • is :rbind - TmpfsMountOption/RBIND is returned
  • is :strictatime - TmpfsMountOption/STRICTATIME is returned
  • is :slave - TmpfsMountOption/SLAVE is returned
  • is :rslave - TmpfsMountOption/RSLAVE is returned
  • is :nosuid - TmpfsMountOption/NOSUID is returned
  • is :nomand - TmpfsMountOption/NOMAND is returned
  • is :rshared - TmpfsMountOption/RSHARED is returned
  • is :nr-blocks - TmpfsMountOption/NR_BLOCKS is returned
  • is :atime - TmpfsMountOption/ATIME is returned
  • is :shared - TmpfsMountOption/SHARED is returned
  • is :norelatime - TmpfsMountOption/NORELATIME is returned
  • is :mode - TmpfsMountOption/MODE is returned
  • is :noexec - TmpfsMountOption/NOEXEC is returned
  • is :sync - TmpfsMountOption/SYNC is returned
  • is :uid - TmpfsMountOption/UID is returned
  • is :suid - TmpfsMountOption/SUID is returned
  • is :defaults - TmpfsMountOption/DEFAULTS is returned
  • is :rprivate - TmpfsMountOption/RPRIVATE is returned
  • is :exec - TmpfsMountOption/EXEC is returned
  • is :nostrictatime - TmpfsMountOption/NOSTRICTATIME is returned
  • is :noatime - TmpfsMountOption/NOATIME is returned
  • is :nodev - TmpfsMountOption/NODEV is returned
  • is :unbindable - TmpfsMountOption/UNBINDABLE is returned
  • is :mpol - TmpfsMountOption/MPOL is returned
  • is :ro - TmpfsMountOption/RO is returned
  • is :dirsync - TmpfsMountOption/DIRSYNC is returned
  • is :nodiratime - TmpfsMountOption/NODIRATIME is returned
  • is :remount - TmpfsMountOption/REMOUNT is returned
  • is :mand - TmpfsMountOption/MAND is returned
  • is :async - TmpfsMountOption/ASYNC is returned
  • is :relatime - TmpfsMountOption/RELATIME is returned
  • is :private - TmpfsMountOption/PRIVATE is returned
  • is :runbindable - TmpfsMountOption/RUNBINDABLE is returned
  • is :bind - TmpfsMountOption/BIND is returned
  • is :dev - TmpfsMountOption/DEV is returned
  • is :diratime - TmpfsMountOption/DIRATIME is returned
  • is :nr-inodes - TmpfsMountOption/NR_INODES is returned
  • is :rw - TmpfsMountOption/RW is returned
  • is :gid - TmpfsMountOption/GID is returned

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

The `tmpfs-mount-option` function data interprets values in the provided config data into a 
`TmpfsMountOption` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `TmpfsMountOption` - the value is returned.
* is `:rbind` - `TmpfsMountOption/RBIND` is returned
* is `:strictatime` - `TmpfsMountOption/STRICTATIME` is returned
* is `:slave` - `TmpfsMountOption/SLAVE` is returned
* is `:rslave` - `TmpfsMountOption/RSLAVE` is returned
* is `:nosuid` - `TmpfsMountOption/NOSUID` is returned
* is `:nomand` - `TmpfsMountOption/NOMAND` is returned
* is `:rshared` - `TmpfsMountOption/RSHARED` is returned
* is `:nr-blocks` - `TmpfsMountOption/NR_BLOCKS` is returned
* is `:atime` - `TmpfsMountOption/ATIME` is returned
* is `:shared` - `TmpfsMountOption/SHARED` is returned
* is `:norelatime` - `TmpfsMountOption/NORELATIME` is returned
* is `:mode` - `TmpfsMountOption/MODE` is returned
* is `:noexec` - `TmpfsMountOption/NOEXEC` is returned
* is `:sync` - `TmpfsMountOption/SYNC` is returned
* is `:uid` - `TmpfsMountOption/UID` is returned
* is `:suid` - `TmpfsMountOption/SUID` is returned
* is `:defaults` - `TmpfsMountOption/DEFAULTS` is returned
* is `:rprivate` - `TmpfsMountOption/RPRIVATE` is returned
* is `:exec` - `TmpfsMountOption/EXEC` is returned
* is `:nostrictatime` - `TmpfsMountOption/NOSTRICTATIME` is returned
* is `:noatime` - `TmpfsMountOption/NOATIME` is returned
* is `:nodev` - `TmpfsMountOption/NODEV` is returned
* is `:unbindable` - `TmpfsMountOption/UNBINDABLE` is returned
* is `:mpol` - `TmpfsMountOption/MPOL` is returned
* is `:ro` - `TmpfsMountOption/RO` is returned
* is `:dirsync` - `TmpfsMountOption/DIRSYNC` is returned
* is `:nodiratime` - `TmpfsMountOption/NODIRATIME` is returned
* is `:remount` - `TmpfsMountOption/REMOUNT` is returned
* is `:mand` - `TmpfsMountOption/MAND` is returned
* is `:async` - `TmpfsMountOption/ASYNC` is returned
* is `:relatime` - `TmpfsMountOption/RELATIME` is returned
* is `:private` - `TmpfsMountOption/PRIVATE` is returned
* is `:runbindable` - `TmpfsMountOption/RUNBINDABLE` is returned
* is `:bind` - `TmpfsMountOption/BIND` is returned
* is `:dev` - `TmpfsMountOption/DEV` is returned
* is `:diratime` - `TmpfsMountOption/DIRATIME` is returned
* is `:nr-inodes` - `TmpfsMountOption/NR_INODES` is returned
* is `:rw` - `TmpfsMountOption/RW` is returned
* is `:gid` - `TmpfsMountOption/GID` is returned

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

track-custom-metric-props-builderclj

(track-custom-metric-props-builder id config)

Creates a TrackCustomMetricProps$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  `TrackCustomMetricProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ulimit-builderclj

(ulimit-builder id config)

Creates a Ulimit$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  `Ulimit$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

ulimit-nameclj

(ulimit-name config id item-key)

The ulimit-name function data interprets values in the provided config data into a UlimitName instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of UlimitName - the value is returned.
  • is :data - UlimitName/DATA is returned
  • is :rttime - UlimitName/RTTIME is returned
  • is :locks - UlimitName/LOCKS is returned
  • is :msgqueue - UlimitName/MSGQUEUE is returned
  • is :nice - UlimitName/NICE is returned
  • is :memlock - UlimitName/MEMLOCK is returned
  • is :nproc - UlimitName/NPROC is returned
  • is :stack - UlimitName/STACK is returned
  • is :sigpending - UlimitName/SIGPENDING is returned
  • is :core - UlimitName/CORE is returned
  • is :fsize - UlimitName/FSIZE is returned
  • is :nofile - UlimitName/NOFILE is returned
  • is :rtprio - UlimitName/RTPRIO is returned
  • is :cpu - UlimitName/CPU is returned
  • is :rss - UlimitName/RSS is returned

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

The `ulimit-name` function data interprets values in the provided config data into a 
`UlimitName` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `UlimitName` - the value is returned.
* is `:data` - `UlimitName/DATA` is returned
* is `:rttime` - `UlimitName/RTTIME` is returned
* is `:locks` - `UlimitName/LOCKS` is returned
* is `:msgqueue` - `UlimitName/MSGQUEUE` is returned
* is `:nice` - `UlimitName/NICE` is returned
* is `:memlock` - `UlimitName/MEMLOCK` is returned
* is `:nproc` - `UlimitName/NPROC` is returned
* is `:stack` - `UlimitName/STACK` is returned
* is `:sigpending` - `UlimitName/SIGPENDING` is returned
* is `:core` - `UlimitName/CORE` is returned
* is `:fsize` - `UlimitName/FSIZE` is returned
* is `:nofile` - `UlimitName/NOFILE` is returned
* is `:rtprio` - `UlimitName/RTPRIO` is returned
* is `:cpu` - `UlimitName/CPU` is returned
* is `:rss` - `UlimitName/RSS` is returned

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

volume-builderclj

(volume-builder id config)

Creates a Volume$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  `Volume$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

volume-from-builderclj

(volume-from-builder id config)

Creates a VolumeFrom$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  `VolumeFrom$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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

windows-optimized-versionclj

(windows-optimized-version config id item-key)

The windows-optimized-version function data interprets values in the provided config data into a WindowsOptimizedVersion instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of WindowsOptimizedVersion - the value is returned.
  • is :server-2022 - WindowsOptimizedVersion/SERVER_2022 is returned
  • is :server-2019 - WindowsOptimizedVersion/SERVER_2019 is returned
  • is :server-2016 - WindowsOptimizedVersion/SERVER_2016 is returned

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

The `windows-optimized-version` function data interprets values in the provided config data into a 
`WindowsOptimizedVersion` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `WindowsOptimizedVersion` - the value is returned.
* is `:server-2022` - `WindowsOptimizedVersion/SERVER_2022` is returned
* is `:server-2019` - `WindowsOptimizedVersion/SERVER_2019` is returned
* is `:server-2016` - `WindowsOptimizedVersion/SERVER_2016` is returned

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

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

× close