EcsTaskDefinitionImageSchema
Index
Properties
command
The command to run in the container.
essential
Defines the behavior when the container exits. Essential containers kill the whole task upon exit.
name
The name of the image. It must be unique within this task definition.
ports
The ports exposed by the container. See EcsTaskDefinitionImagePortSchema for options.
uri
The URI of the image. This is usually an URI from "docker hub" or "ecr".
Defines the container image and its properties.
Resources/EcsTaskDefinition