triggers

@JvmName(name = "sxxfoyqdxcsfshqe")
suspend fun triggers(value: Output<Map<String, String>>)
@JvmName(name = "qlkavbtrbyhsvmey")
suspend fun triggers(value: Map<String, String>?)

Parameters

value

Map of arbitrary keys and values that, when changed, will trigger an in-place update of the CloudWatch alarm arguments. Use this argument to synchronize the health check when an alarm is changed. See example above.


@JvmName(name = "vsyqicyarraycgho")
fun triggers(vararg values: Pair<String, String>)

Parameters

values

Map of arbitrary keys and values that, when changed, will trigger an in-place update of the CloudWatch alarm arguments. Use this argument to synchronize the health check when an alarm is changed. See example above.