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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
AlarmBehavior
- the value is returned.:fail-on-alarm
- AlarmBehavior/FAIL_ON_ALARM
is returned:rollback-on-alarm
- AlarmBehavior/ROLLBACK_ON_ALARM
is returnedIf 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.
(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:
AmiHardwareType
- the value is returned.:gpu
- AmiHardwareType/GPU
is returned:standard
- AmiHardwareType/STANDARD
is returned:arm
- AmiHardwareType/ARM
is returned:neuron
- AmiHardwareType/NEURON
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
AwsLogDriverMode
- the value is returned.:non-blocking
- AwsLogDriverMode/NON_BLOCKING
is returned:blocking
- AwsLogDriverMode/BLOCKING
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
BinPackResource
- the value is returned.:memory
- BinPackResource/MEMORY
is returned:cpu
- BinPackResource/CPU
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
BottlerocketEcsVariant
- the value is returned.:aws-ecs-2-nvidia
- BottlerocketEcsVariant/AWS_ECS_2_NVIDIA
is returned:aws-ecs-1
- BottlerocketEcsVariant/AWS_ECS_1
is returned:aws-ecs-2
- BottlerocketEcsVariant/AWS_ECS_2
is returned:aws-ecs-1-nvidia
- BottlerocketEcsVariant/AWS_ECS_1_NVIDIA
is returnedIf 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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
executeCommandConfiguration | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
namespace | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsvpcConfiguration | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
expression | java.lang.String | cdk.support/lookup-entry | :expression |
type | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
field | java.lang.String | cdk.support/lookup-entry | :field |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsPcaAuthorityArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sizeInGiB | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
options | java.util.Map | cdk.support/lookup-entry | :options |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sourcePath | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
add | java.util.List | cdk.support/lookup-entry | :add |
drop | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
credentialsParameter | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
namespace | java.lang.String | cdk.support/lookup-entry | :namespace |
value | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
expression | java.lang.String | cdk.support/lookup-entry | :expression |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsVpcConfiguration | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
unit | java.lang.String | cdk.support/lookup-entry | :unit |
value | java.lang.Number | cdk.support/lookup-entry | :value |
The build-cfn-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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
behavior | software.amazon.awscdk.services.ecs.AlarmBehavior | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enable | java.lang.Boolean | cdk.support/lookup-entry | :enable |
rollback | java.lang.Boolean | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | software.amazon.awscdk.services.ecs.DeploymentControllerType | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sourcePath | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
credentials | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
credentials | software.amazon.awscdk.services.secretsmanager.ISecret | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
namespace | java.lang.String | cdk.support/lookup-entry | :namespace |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Capability
- the value is returned.:sys-pacct
- Capability/SYS_PACCT
is returned:sys-ptrace
- Capability/SYS_PTRACE
is returned:sys-tty-config
- Capability/SYS_TTY_CONFIG
is returned:sys-admin
- Capability/SYS_ADMIN
is returned:net-admin
- Capability/NET_ADMIN
is returned:sys-boot
- Capability/SYS_BOOT
is returned:dac-read-search
- Capability/DAC_READ_SEARCH
is returned:syslog
- Capability/SYSLOG
is returned:setfcap
- Capability/SETFCAP
is returned:linux-immutable
- Capability/LINUX_IMMUTABLE
is returned:wake-alarm
- Capability/WAKE_ALARM
is returned:audit-write
- Capability/AUDIT_WRITE
is returned:sys-module
- Capability/SYS_MODULE
is returned:sys-nice
- Capability/SYS_NICE
is returned:lease
- Capability/LEASE
is returned:audit-control
- Capability/AUDIT_CONTROL
is returned:ipc-lock
- Capability/IPC_LOCK
is returned:mac-admin
- Capability/MAC_ADMIN
is returned:block-suspend
- Capability/BLOCK_SUSPEND
is returned:sys-chroot
- Capability/SYS_CHROOT
is returned:sys-resource
- Capability/SYS_RESOURCE
is returned:kill
- Capability/KILL
is returned:chown
- Capability/CHOWN
is returned:net-bind-service
- Capability/NET_BIND_SERVICE
is returned:sys-rawio
- Capability/SYS_RAWIO
is returned:fsetid
- Capability/FSETID
is returned:setuid
- Capability/SETUID
is returned:mac-override
- Capability/MAC_OVERRIDE
is returned:net-broadcast
- Capability/NET_BROADCAST
is returned:sys-time
- Capability/SYS_TIME
is returned:setgid
- Capability/SETGID
is returned:dac-override
- Capability/DAC_OVERRIDE
is returned:fowner
- Capability/FOWNER
is returned:net-raw
- Capability/NET_RAW
is returned:ipc-owner
- Capability/IPC_OWNER
is returned:mknod
- Capability/MKNOD
is returned:setpcap
- Capability/SETPCAP
is returned:all
- Capability/ALL
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Compatibility
- the value is returned.:fargate
- Compatibility/FARGATE
is returned:external
- Compatibility/EXTERNAL
is returned:ec2
- Compatibility/EC2
is returned:ec2-and-fargate
- Compatibility/EC2_AND_FARGATE
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
ContainerDependencyCondition
- the value is returned.:complete
- ContainerDependencyCondition/COMPLETE
is returned:start
- ContainerDependencyCondition/START
is returned:healthy
- ContainerDependencyCondition/HEALTHY
is returned:success
- ContainerDependencyCondition/SUCCESS
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
DeploymentControllerType
- the value is returned.:ecs
- DeploymentControllerType/ECS
is returned:external
- DeploymentControllerType/EXTERNAL
is returned:code-deploy
- DeploymentControllerType/CODE_DEPLOY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
DevicePermission
- the value is returned.:mknod
- DevicePermission/MKNOD
is returned:read
- DevicePermission/READ
is returned:write
- DevicePermission/WRITE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EbsPropagatedTagSource
- the value is returned.:task-definition
- EbsPropagatedTagSource/TASK_DEFINITION
is returned:service
- EbsPropagatedTagSource/SERVICE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
EnvironmentFileType
- the value is returned.:s3
- EnvironmentFileType/S3
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
ExecuteCommandLogging
- the value is returned.:default
- ExecuteCommandLogging/DEFAULT
is returned:override
- ExecuteCommandLogging/OVERRIDE
is returned:none
- ExecuteCommandLogging/NONE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
FargatePlatformVersion
- the value is returned.:version1-1
- FargatePlatformVersion/VERSION1_1
is returned:version1-2
- FargatePlatformVersion/VERSION1_2
is returned:version1-3
- FargatePlatformVersion/VERSION1_3
is returned:version1-4
- FargatePlatformVersion/VERSION1_4
is returned:version1-0
- FargatePlatformVersion/VERSION1_0
is returned:latest
- FargatePlatformVersion/LATEST
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
FileSystemType
- the value is returned.:xfs
- FileSystemType/XFS
is returned:ext3
- FileSystemType/EXT3
is returned:ext4
- FileSystemType/EXT4
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
FirelensConfigFileType
- the value is returned.:s3
- FirelensConfigFileType/S3
is returned:file
- FirelensConfigFileType/FILE
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
FirelensLogRouterType
- the value is returned.:fluentd
- FirelensLogRouterType/FLUENTD
is returned:fluentbit
- FirelensLogRouterType/FLUENTBIT
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
GelfCompressionType
- the value is returned.:none
- GelfCompressionType/NONE
is returned:gzip
- GelfCompressionType/GZIP
is returned:zlib
- GelfCompressionType/ZLIB
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
IpcMode
- the value is returned.:task
- IpcMode/TASK
is returned:host
- IpcMode/HOST
is returned:none
- IpcMode/NONE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
LaunchType
- the value is returned.:fargate
- LaunchType/FARGATE
is returned:ec2
- LaunchType/EC2
is returned:external
- LaunchType/EXTERNAL
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
MachineImageType
- the value is returned.:amazon-linux-2
- MachineImageType/AMAZON_LINUX_2
is returned:bottlerocket
- MachineImageType/BOTTLEROCKET
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
NetworkMode
- the value is returned.:nat
- NetworkMode/NAT
is returned:none
- NetworkMode/NONE
is returned:bridge
- NetworkMode/BRIDGE
is returned:host
- NetworkMode/HOST
is returned:aws-vpc
- NetworkMode/AWS_VPC
is returnedIf 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.
(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:
PidMode
- the value is returned.:host
- PidMode/HOST
is returned:task
- PidMode/TASK
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
PropagatedTagSource
- the value is returned.:none
- PropagatedTagSource/NONE
is returned:task-definition
- PropagatedTagSource/TASK_DEFINITION
is returned:service
- PropagatedTagSource/SERVICE
is returnedIf 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.
(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:
Protocol
- the value is returned.:udp
- Protocol/UDP
is returned:tcp
- Protocol/TCP
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Scope
- the value is returned.:task
- Scope/TASK
is returned:shared
- Scope/SHARED
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
SplunkLogFormat
- the value is returned.:inline
- SplunkLogFormat/INLINE
is returned:json
- SplunkLogFormat/JSON
is returned:raw
- SplunkLogFormat/RAW
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
TmpfsMountOption
- the value is returned.:rbind
- TmpfsMountOption/RBIND
is returned:strictatime
- TmpfsMountOption/STRICTATIME
is returned:slave
- TmpfsMountOption/SLAVE
is returned:rslave
- TmpfsMountOption/RSLAVE
is returned:nosuid
- TmpfsMountOption/NOSUID
is returned:nomand
- TmpfsMountOption/NOMAND
is returned:rshared
- TmpfsMountOption/RSHARED
is returned:nr-blocks
- TmpfsMountOption/NR_BLOCKS
is returned:atime
- TmpfsMountOption/ATIME
is returned:shared
- TmpfsMountOption/SHARED
is returned:norelatime
- TmpfsMountOption/NORELATIME
is returned:mode
- TmpfsMountOption/MODE
is returned:noexec
- TmpfsMountOption/NOEXEC
is returned:sync
- TmpfsMountOption/SYNC
is returned:uid
- TmpfsMountOption/UID
is returned:suid
- TmpfsMountOption/SUID
is returned:defaults
- TmpfsMountOption/DEFAULTS
is returned:rprivate
- TmpfsMountOption/RPRIVATE
is returned:exec
- TmpfsMountOption/EXEC
is returned:nostrictatime
- TmpfsMountOption/NOSTRICTATIME
is returned:noatime
- TmpfsMountOption/NOATIME
is returned:nodev
- TmpfsMountOption/NODEV
is returned:unbindable
- TmpfsMountOption/UNBINDABLE
is returned:mpol
- TmpfsMountOption/MPOL
is returned:ro
- TmpfsMountOption/RO
is returned:dirsync
- TmpfsMountOption/DIRSYNC
is returned:nodiratime
- TmpfsMountOption/NODIRATIME
is returned:remount
- TmpfsMountOption/REMOUNT
is returned:mand
- TmpfsMountOption/MAND
is returned:async
- TmpfsMountOption/ASYNC
is returned:relatime
- TmpfsMountOption/RELATIME
is returned:private
- TmpfsMountOption/PRIVATE
is returned:runbindable
- TmpfsMountOption/RUNBINDABLE
is returned:bind
- TmpfsMountOption/BIND
is returned:dev
- TmpfsMountOption/DEV
is returned:diratime
- TmpfsMountOption/DIRATIME
is returned:nr-inodes
- TmpfsMountOption/NR_INODES
is returned:rw
- TmpfsMountOption/RW
is returned:gid
- TmpfsMountOption/GID
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
UlimitName
- the value is returned.:data
- UlimitName/DATA
is returned:rttime
- UlimitName/RTTIME
is returned:locks
- UlimitName/LOCKS
is returned:msgqueue
- UlimitName/MSGQUEUE
is returned:nice
- UlimitName/NICE
is returned:memlock
- UlimitName/MEMLOCK
is returned:nproc
- UlimitName/NPROC
is returned:stack
- UlimitName/STACK
is returned:sigpending
- UlimitName/SIGPENDING
is returned:core
- UlimitName/CORE
is returned:fsize
- UlimitName/FSIZE
is returned:nofile
- UlimitName/NOFILE
is returned:rtprio
- UlimitName/RTPRIO
is returned:cpu
- UlimitName/CPU
is returned:rss
- UlimitName/RSS
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
WindowsOptimizedVersion
- the value is returned.:server-2022
- WindowsOptimizedVersion/SERVER_2022
is returned:server-2019
- WindowsOptimizedVersion/SERVER_2019
is returned:server-2016
- WindowsOptimizedVersion/SERVER_2016
is returnedIf 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close