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

A brief 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 role that grants permission to AWS IoT Events to perform its operations.

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

An array of key-value pairs to apply to this resource. For more information, see Tag.