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<AlarmModelTag>? = null)

Constructors

Link copied to clipboard
fun GetAlarmModelResult(alarmCapabilities: AlarmModelAlarmCapabilities? = null, alarmEventActions: AlarmModelAlarmEventActions? = null, alarmModelDescription: String? = null, alarmRule: AlarmModelAlarmRule? = null, roleArn: String? = null, severity: Int? = null, tags: List<AlarmModelTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A brief description of the alarm model.

Link copied to clipboard
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<AlarmModelTag>? = null

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