Alarm
Contains information about an alarm.
Contents
- alarmModelName
-
The name of the alarm model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-zA-Z0-9_-]+$
Required: No
- alarmModelVersion
-
The version of the alarm model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- alarmState
-
Contains information about the current state of the alarm.
Type: AlarmState object
Required: No
- creationTime
-
The time the alarm was created, in the Unix epoch format.
Type: Timestamp
Required: No
- keyValue
-
The value of the key used as a filter to select only the alarms associated with the key.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-zA-Z0-9\-_:]+$
Required: No
- lastUpdateTime
-
The time the alarm was last updated, in the Unix epoch format.
Type: Timestamp
Required: No
- severity
-
A non-negative integer that reflects the severity level of the alarm.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 2147483647.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: