DeploymentAlarmsArgs

data class DeploymentAlarmsArgs(val alarmNames: Output<List<String>>? = null, val enable: Output<Boolean>? = null, val rollback: Output<Boolean>? = null) : ConvertibleToJava<DeploymentAlarmsArgs>

Definition of DeploymentAlarms

Constructors

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

Properties

Link copied to clipboard
val alarmNames: Output<List<String>>? = null

One or more CloudWatch alarm names. Use a ',' to separate the alarms.

Link copied to clipboard
val enable: Output<Boolean>? = null

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

Link copied to clipboard
val rollback: Output<Boolean>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentAlarmsArgs