ServiceAlarms

data class ServiceAlarms(val alarmNames: List<String>, val enable: Boolean, val rollback: Boolean)

Constructors

Link copied to clipboard
constructor(alarmNames: List<String>, enable: Boolean, rollback: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more CloudWatch alarm names.

Link copied to clipboard

Determines whether to use the CloudWatch alarm option in the service deployment process.

Link copied to clipboard

Determines whether to configure Amazon ECS to roll back the service if a service deployment fails. If rollback is used, when a service deployment fails, the service is rolled back to the last deployment that completed successfully.