Get Alarm Model Result
data class GetAlarmModelResult(val alarmCapabilities: AlarmModelAlarmCapabilities? = null, val alarmEventActions: AlarmModelAlarmEventActions? = null, val alarmModelDescription: String? = null, val alarmRule: AlarmModelAlarmRule? = null, val roleArn: String? = null, val severity: Int? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(alarmCapabilities: AlarmModelAlarmCapabilities? = null, alarmEventActions: AlarmModelAlarmEventActions? = null, alarmModelDescription: String? = null, alarmRule: AlarmModelAlarmRule? = null, roleArn: String? = null, severity: Int? = null, tags: List<Tag>? = 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
The description of the alarm model.
Link copied to clipboard
Defines when your alarm is invoked.
Link copied to clipboard
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
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.