Skip to main content

EcsTaskDefinitionImageSchema

Defines the container image and its properties.

@group

Resources/EcsTaskDefinition

Index

Properties

command

command: any = ...

The command to run in the container.

essential

essential: any = ...

Defines the behavior when the container exits. Essential containers kill the whole task upon exit.

name

name: any = ...

The name of the image. It must be unique within this task definition.

ports

ports: any = ...

The ports exposed by the container. See EcsTaskDefinitionImagePortSchema for options.

uri

uri: any = ...

The URI of the image. This is usually an URI from "docker hub" or "ecr".

Page Options