alarmActions

@JvmName(name = "obrxbndxvlbvgegy")
suspend fun alarmActions(value: Output<List<AlarmModelAlarmActionArgs>>)
@JvmName(name = "rchithvmnixpmgeu")
suspend fun alarmActions(value: List<AlarmModelAlarmActionArgs>?)

Parameters

value

Specifies one or more supported actions to receive notifications when the alarm state changes.


@JvmName(name = "cxjnaqdhkpjmdkrw")
suspend fun alarmActions(vararg values: Output<AlarmModelAlarmActionArgs>)


@JvmName(name = "dnvyxsmawjxvrays")
suspend fun alarmActions(values: List<Output<AlarmModelAlarmActionArgs>>)
@JvmName(name = "pkvmmgxwhmwcwhoc")
suspend fun alarmActions(vararg values: AlarmModelAlarmActionArgs)

Parameters

values

Specifies one or more supported actions to receive notifications when the alarm state changes.


@JvmName(name = "iyttommsxmgyqtbb")
suspend fun alarmActions(argument: List<suspend AlarmModelAlarmActionArgsBuilder.() -> Unit>)
@JvmName(name = "foqcjseouiuodghd")
suspend fun alarmActions(vararg argument: suspend AlarmModelAlarmActionArgsBuilder.() -> Unit)
@JvmName(name = "uprgydjirddhnsgl")
suspend fun alarmActions(argument: suspend AlarmModelAlarmActionArgsBuilder.() -> Unit)

Parameters

argument

Specifies one or more supported actions to receive notifications when the alarm state changes.