ServiceDeployment

Information about the service deployment.

Service deployments provide a comprehensive view of your deployments. For information about service deployments, see View service history using Amazon ECS service deployments in the Amazon Elastic Container Service Developer Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CloudWatch alarms that determine when a service deployment fails.

Link copied to clipboard

The ARN of the cluster that hosts the service.

Link copied to clipboard

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

Link copied to clipboard

The circuit breaker configuration that determines a service deployment failed.

Link copied to clipboard

Optional deployment parameters that control how many tasks run during a deployment and the ordering of stopping and starting tasks.

Link copied to clipboard

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

Link copied to clipboard

The current lifecycle stage of the deployment. Possible values include:

Link copied to clipboard

The rollback options the service deployment uses when the deployment fails.

Link copied to clipboard

The ARN of the service for this service deployment.

Link copied to clipboard

The ARN of the service deployment.

Link copied to clipboard

The currently deployed workload configuration.

Link copied to clipboard

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

Link copied to clipboard

The service deployment state.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The workload configuration being deployed.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ServiceDeployment.Builder.() -> Unit = {}): ServiceDeployment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String