NAME
Paws::IoTEvents::DescribeAlarmModelResponse
ATTRIBUTES
AlarmCapabilities => Paws::IoTEvents::AlarmCapabilities
Contains the configuration information of alarm state changes.
AlarmEventActions => Paws::IoTEvents::AlarmEventActions
Contains information about one or more alarm actions.
AlarmModelArn => Str
The ARN of the alarm model. For more information, see Amazon Resource Names (ARNs) (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the AWS General Reference.
AlarmModelDescription => Str
The description of the alarm model.
AlarmModelName => Str
The name of the alarm model.
AlarmModelVersion => Str
The version of the alarm model.
AlarmNotification => Paws::IoTEvents::AlarmNotification
Contains information about one or more notification actions.
AlarmRule => Paws::IoTEvents::AlarmRule
Defines when your alarm is invoked.
CreationTime => Str
The time the alarm model was created, in the Unix epoch format.
Key => Str
An input attribute used as a key to create an alarm. AWS IoT Events routes inputs (https://docs.aws.amazon.com/iotevents/latest/apireference/API_Input.html) associated with this key to the alarm.
LastUpdateTime => Str
The time the alarm model was last updated, in the Unix epoch format.
RoleArn => Str
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) (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the AWS General Reference.
Severity => Int
A non-negative integer that reflects the severity level of the alarm.
Status => Str
The status of the alarm model. The status can be one of the following values:
ACTIVE
- The alarm model is active and it's ready to evaluate data.ACTIVATING
- AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes.INACTIVE
- The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm model information and update the alarm model.FAILED
- You couldn't create or update the alarm model. Check your alarm model information and try again.
Valid values are: "ACTIVE"
, "ACTIVATING"
, "INACTIVE"
, "FAILED"
=head2 StatusMessage => Str
Contains information about the status of the alarm model.