Amazon Fargate · Schema

ContainerDefinition

Container definition for a task

AWSComputeContainersECSEKSMicroservicesServerless

Properties

Name Type Description
name string Container name
image string Docker image
essential boolean Whether container is essential
cpu integer CPU units for the container
memory integer Memory limit in MiB
environment array Environment variables
portMappings array Port mappings
logConfiguration object
View JSON Schema on GitHub