メインコンテンツまでスキップ

AWSECSServiceDeploymentStatusType

No description

enum AWSECSServiceDeploymentStatusType {
PRIMARY
ACTIVE
INACTIVE
}

Values

AWSECSServiceDeploymentStatusType.PRIMARY

The most recent deployment of a service

AWSECSServiceDeploymentStatusType.ACTIVE

A service deployment that still has running tasks, but are in the process of being replaced with a new PRIMARY deployment

AWSECSServiceDeploymentStatusType.INACTIVE

A deployment that has been completely replaced

Member of

AWSECSServiceDeployment object