Amazon ECS Construct Library
-
The task launch type compatiblity requirement.
The number of cpu units used by the task.
TaskDefinition.Builder.create(software.constructs.Construct scope,
String id)
The amount (in GiB) of ephemeral storage to be allocated to the task.
The name of the IAM task execution role that grants the ECS agent permission to call AWS APIs on your behalf.
The name of a family that this task definition is registered to.
The inference accelerators to use for the containers in the task.
The IPC resource namespace to use for the containers in the task.
The amount (in MiB) of memory used by the task.
The networking mode to use for the containers in the task.
The process namespace to use for the containers in the task.
The placement constraints to use for tasks in the service.
The configuration details for the App Mesh proxy.
The operating system that your task definitions are running on.
The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.
The list of volume definitions for the task.