Skip to main content

AWSECSClusterStatusType

No description

enum AWSECSClusterStatusType {
ACTIVE
PROVISIONING
DEPROVISIONING
FAILED
INACTIVE
}

Values

AWSECSClusterStatusType.ACTIVE

The cluster is ready to accept tasks and if applicable you can register container instances with the cluster

AWSECSClusterStatusType.PROVISIONING

The cluster has capacity providers that are associated with it and the resources needed for the capacity provider are being created

AWSECSClusterStatusType.DEPROVISIONING

The cluster has capacity providers that are associated with it and the resources needed for the capacity provider are being deleted

AWSECSClusterStatusType.FAILED

The cluster has capacity providers that are associated with it and the resources needed for the capacity provider have failed to create

AWSECSClusterStatusType.INACTIVE

The cluster has been deleted. Clusters with an INACTIVE status may remain discoverable in your account for a period of time

Member of

AWSECSCluster object