amazonka-ecs-0.3.0: Amazon EC2 Container Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.RegisterTaskDefinition

Contents

Description

Registers a new task definition from the supplied family and containerDefinitions.

http://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RegisterTaskDefinition.html

Synopsis

Request

Request constructor

registerTaskDefinition Source

RegisterTaskDefinition constructor.

The fields accessible through corresponding lenses are:

Request lenses

rtdContainerDefinitions :: Lens' RegisterTaskDefinition [ContainerDefinition] Source

A list of container definitions in JSON format that describe the different containers that make up your task.

rtdFamily :: Lens' RegisterTaskDefinition Text Source

You can specify a family for a task definition, which allows you to track multiple versions of the same task definition. You can think of the family as a name for your task definition.

Response

Response constructor

Response lenses