ServiceDeploymentBrief - Amazon Elastic Container Service

ServiceDeploymentBrief

The service deployment properties that are retured when you call ListServiceDeployments.

This provides a high-level overview of the service deployment.

Contents

clusterArn

The ARN of the cluster that hosts the service.

Type: String

Required: No

createdAt

The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Type: Timestamp

Required: No

finishedAt

The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Type: Timestamp

Required: No

serviceArn

The ARN of the service for this service deployment.

Type: String

Required: No

serviceDeploymentArn

The ARN of the service deployment.

Type: String

Required: No

startedAt

The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Type: Timestamp

Required: No

status

The status of the service deployment

Type: String

Valid Values: PENDING | SUCCESSFUL | STOPPED | STOP_REQUESTED | IN_PROGRESS | ROLLBACK_IN_PROGRESS | ROLLBACK_SUCCESSFUL | ROLLBACK_FAILED

Required: No

statusReason

Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.

Type: String

Required: No

targetServiceRevisionArn

The ARN of the service revision being deplyed.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: