ServiceDeploymentAlarms

The CloudWatch alarms used to determine a service deployment failed.

Amazon ECS considers the service deployment as failed when any of the alarms move to the ALARM state. For more information, see How CloudWatch alarms detect Amazon ECS deployment failures in the Amazon ECS Developer Guide.

Types

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

Properties

Link copied to clipboard

The name of the CloudWatch alarms that determine when a service deployment failed. A "," separates the alarms.

Link copied to clipboard

The status of the alarms check. Amazon ECS is not using alarms for service deployment failures when the status is DISABLED.

Link copied to clipboard

One or more CloudWatch alarm names that have been triggered during the service deployment. A "," separates the alarm names.

Functions

Link copied to clipboard
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