Modifies the status of an Amazon ECS container instance
Source:R/ecs_operations.R
ecs_update_container_instances_state.RdModifies the status of an Amazon ECS container instance.
See https://www.paws-r-sdk.com/docs/ecs_update_container_instances_state/ for full documentation.
Arguments
- cluster
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to update. If you do not specify a cluster, the default cluster is assumed.
- containerInstances
[required] A list of up to 10 container instance IDs or full ARN entries.
- status
[required] The container instance state to update the container instance with. The only valid values for this action are
ACTIVEandDRAINING. A container instance can only be updated toDRAININGstatus once it has reached anACTIVEstate. If a container instance is inREGISTERING,DEREGISTERING, orREGISTRATION_FAILEDstate you can describe the container instance but can't update the container instance state.