AlarmModelAlarmEventActionsArgs

data class AlarmModelAlarmEventActionsArgs(val alarmActions: Output<List<AlarmModelAlarmActionArgs>>? = null) : ConvertibleToJava<AlarmModelAlarmEventActionsArgs>

Contains information about one or more alarm actions.

Constructors

Link copied to clipboard
constructor(alarmActions: Output<List<AlarmModelAlarmActionArgs>>? = null)

Properties

Link copied to clipboard

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

Functions

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