Amazon Fargate · Schema

TaskDefinition

An Amazon ECS task definition

AWSComputeContainersECSEKSMicroservicesServerless

Properties

Name Type Description
taskDefinitionArn string Full ARN of the task definition
family string Family of the task definition
revision integer Revision number
status string Task definition status
requiresCompatibilities array Launch types the task definition is compatible with
networkMode string Docker networking mode
cpu string Number of cpu units
memory string Amount of memory in MiB
executionRoleArn string ARN of task execution role
taskRoleArn string ARN of task IAM role
containerDefinitions array Container definitions
View JSON Schema on GitHub