GetAlarmModelResult

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)

Types

Link copied to clipboard
object Companion

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
val roleArn: 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: Int? = null

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

Link copied to clipboard
val tags: List<Tag>? = 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.