UpdateContainerInstancesStateRequest
Types
Properties
Link copied to clipboard
A list of up to 10 container instance IDs or full ARN entries.
Link copied to clipboard
The container instance state to update the container instance with. The only valid values for this action are ACTIVE
and DRAINING
. A container instance can only be updated to DRAINING
status once it has reached an ACTIVE
state. If a container instance is in REGISTERING
, DEREGISTERING
, or REGISTRATION_FAILED
state you can describe the container instance but can't update the container instance state.
Functions
Link copied to clipboard
inline fun copy(block: UpdateContainerInstancesStateRequest.Builder.() -> Unit = {}): UpdateContainerInstancesStateRequest