@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.229Z") @Stability(value=Experimental) public interface FargateTaskDefinitionProps extends software.amazon.jsii.JsiiSerializable, CommonTaskDefinitionProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
FargateTaskDefinitionProps.Builder
A builder for
FargateTaskDefinitionProps |
static class |
FargateTaskDefinitionProps.Jsii$Proxy
An implementation for
FargateTaskDefinitionProps |
| Modifier and Type | Method and Description |
|---|---|
static FargateTaskDefinitionProps.Builder |
builder() |
default Number |
getCpu()
(experimental) The number of cpu units used by the task.
|
default Number |
getMemoryLimitMiB()
(experimental) The amount (in MiB) of memory used by the task.
|
getExecutionRole, getFamily, getProxyConfiguration, getTaskRole, getVolumes@Stability(value=Experimental) @Nullable default Number getCpu()
For tasks using the Fargate launch type, this field is required and you must use one of the following values, which determines your range of valid values for the memory parameter:
256 (.25 vCPU) - Available memory values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB)
512 (.5 vCPU) - Available memory values: 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB)
1024 (1 vCPU) - Available memory values: 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB)
2048 (2 vCPU) - Available memory values: Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB)
4096 (4 vCPU) - Available memory values: Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB)
Default: 256
@Stability(value=Experimental) @Nullable default Number getMemoryLimitMiB()
For tasks using the Fargate launch type, this field is required and you must use one of the following values, which determines your range of valid values for the cpu parameter:
512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available cpu values: 256 (.25 vCPU)
1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) - Available cpu values: 512 (.5 vCPU)
2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB) - Available cpu values: 1024 (1 vCPU)
Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) - Available cpu values: 2048 (2 vCPU)
Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) - Available cpu values: 4096 (4 vCPU)
Default: 512
@Stability(value=Experimental) static FargateTaskDefinitionProps.Builder builder()
builder in interface CommonTaskDefinitionPropsFargateTaskDefinitionProps.Builder of FargateTaskDefinitionPropsCopyright © 2021. All rights reserved.