CreateAlarmModelRequest

Types

Link copied to clipboard
class Builder
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 description that tells you what the alarm model detects.

Link copied to clipboard

A unique name that helps you identify the alarm model. You can't change this name after you create the alarm model.

Link copied to clipboard

Contains information about one or more notification actions.

Link copied to clipboard

Defines when your alarm is invoked.

Link copied to clipboard
val key: String?

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

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 AWS General Reference.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

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 AWS IoT Events resources in the AWS IoT Events Developer Guide.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String