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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.RegisterContainerInstance

Contents

Description

This action is only used by the Amazon EC2 Container Service agent, and it is not intended for use outside of the agent.

Registers an Amazon EC2 instance into the specified cluster. This instance will become available to place containers on.

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

Synopsis

Request

Request constructor

Request lenses

rciCluster :: Lens' RegisterContainerInstance (Maybe Text) Source

The short name or full Amazon Resource Name (ARN) of the cluster that you want to register your container instance with. If you do not specify a cluster, the default cluster is assumed..

Response

Response constructor

Response lenses