FargateTaskDefinitionConfig Type
High-level Fargate Task Definition builder following AWS best practices. **Default Settings:** - CPU = 256 (.25 vCPU) - Memory = 512 MB - Network mode = awsvpc (required for Fargate) **Rationale:** Task definitions define the containers that run in your ECS service. Fargate task definitions require awsvpc network mode.
Record fields
| Record Field | Description |
Full Usage:
ConstructId
Field type: string option
|
|
Full Usage:
Cpu
Field type: int option
|
|
Full Usage:
EphemeralStorageGiB
Field type: int option
|
|
|
|
Full Usage:
Family
Field type: string option
|
|
Full Usage:
MemoryLimitMiB
Field type: int option
|
|
|
|
Full Usage:
TaskDefinitionName
Field type: string
|
|
|
|
|
FsCDK