actions

@JvmName(name = "qsiqxvhdybbamstk")
suspend fun actions(value: Output<List<MetricAlertActionArgs>>)
@JvmName(name = "dgkmcktjfmhdftjv")
suspend fun actions(value: List<MetricAlertActionArgs>?)

Parameters

value

the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.


@JvmName(name = "edekvptlvnjinwxq")
suspend fun actions(vararg values: Output<MetricAlertActionArgs>)


@JvmName(name = "dayasmibiclnpnbg")
suspend fun actions(values: List<Output<MetricAlertActionArgs>>)
@JvmName(name = "ajdiwaurioucgnlq")
suspend fun actions(vararg values: MetricAlertActionArgs)

Parameters

values

the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.


@JvmName(name = "cqikwhqasimyfqlw")
suspend fun actions(argument: List<suspend MetricAlertActionArgsBuilder.() -> Unit>)
@JvmName(name = "yqawxvddsxbpaxwo")
suspend fun actions(vararg argument: suspend MetricAlertActionArgsBuilder.() -> Unit)
@JvmName(name = "vqexgjtxlsrqjqug")
suspend fun actions(argument: suspend MetricAlertActionArgsBuilder.() -> Unit)

Parameters

argument

the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.