AlarmModelArgs

data class AlarmModelArgs(val alarmCapabilities: Output<AlarmModelAlarmCapabilitiesArgs>? = null, val alarmEventActions: Output<AlarmModelAlarmEventActionsArgs>? = null, val alarmModelDescription: Output<String>? = null, val alarmModelName: Output<String>? = null, val alarmRule: Output<AlarmModelAlarmRuleArgs>? = null, val key: Output<String>? = null, val roleArn: Output<String>? = null, val severity: Output<Int>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AlarmModelArgs>

Represents an alarm model to monitor an ITE input attribute. You can use the alarm to get notified when the value is outside a specified range. For more information, see Create an alarm model in the Developer Guide.

Constructors

Link copied to clipboard
constructor(alarmCapabilities: Output<AlarmModelAlarmCapabilitiesArgs>? = null, alarmEventActions: Output<AlarmModelAlarmEventActionsArgs>? = null, alarmModelDescription: Output<String>? = null, alarmModelName: Output<String>? = null, alarmRule: Output<AlarmModelAlarmRuleArgs>? = null, key: Output<String>? = null, roleArn: Output<String>? = null, severity: Output<Int>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Contains the configuration information of alarm state changes.

Link copied to clipboard

Contains information about one or more alarm actions.

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

The description of the alarm model.

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

The name of the alarm model.

Link copied to clipboard
val alarmRule: Output<AlarmModelAlarmRuleArgs>? = null

Defines when your alarm is invoked.

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

An input attribute used as a key to create an alarm. ITE routes inputs associated with this key to the alarm.

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

The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see Amazon Resource Names (ARNs) in the General Reference.

Link copied to clipboard
val severity: Output<Int>? = null

A non-negative integer that reflects the severity level of the alarm.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the alarm model. The tags help you manage the alarm model. For more information, see Tagging your resources in the Developer Guide. You can create up to 50 tags for one alarm model.

Functions

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