DeploymentGroupAlarmConfigurationArgs

data class DeploymentGroupAlarmConfigurationArgs(val alarms: Output<List<String>>? = null, val enabled: Output<Boolean>? = null, val ignorePollAlarmFailure: Output<Boolean>? = null) : ConvertibleToJava<DeploymentGroupAlarmConfigurationArgs>

Constructors

Link copied to clipboard
constructor(alarms: Output<List<String>>? = null, enabled: Output<Boolean>? = null, ignorePollAlarmFailure: Output<Boolean>? = null)

Properties

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

A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.

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

Indicates whether the alarm configuration is enabled. This option is useful when you want to temporarily deactivate alarm monitoring for a deployment group without having to add the same alarms again later.

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

Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from CloudWatch. The default value is false.

Functions

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