CompositeAlarm class
The details about a composite alarm.
Constructors
-
CompositeAlarm({bool? actionsEnabled, List<
String> ? alarmActions, String? alarmArn, DateTime? alarmConfigurationUpdatedTimestamp, String? alarmDescription, String? alarmName, String? alarmRule, List<String> ? insufficientDataActions, List<String> ? oKActions, String? stateReason, String? stateReasonData, DateTime? stateUpdatedTimestamp, StateValue? stateValue}) - CompositeAlarm.fromXml(XmlElement elem)
-
factory
Properties
- actionsEnabled → bool?
-
Indicates whether actions should be executed during any changes to the alarm
state.
final
-
alarmActions
→ List<
String> ? -
The actions to execute when this alarm transitions to the ALARM state from
any other state. Each action is specified as an Amazon Resource Name (ARN).
final
- alarmArn → String?
-
The Amazon Resource Name (ARN) of the alarm.
final
- alarmConfigurationUpdatedTimestamp → DateTime?
-
The time stamp of the last update to the alarm configuration.
final
- alarmDescription → String?
-
The description of the alarm.
final
- alarmName → String?
-
The name of the alarm.
final
- alarmRule → String?
-
The rule that this alarm uses to evaluate its alarm state.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
insufficientDataActions
→ List<
String> ? -
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA
state from any other state. Each action is specified as an Amazon Resource
Name (ARN).
final
-
oKActions
→ List<
String> ? -
The actions to execute when this alarm transitions to the OK state from any
other state. Each action is specified as an Amazon Resource Name (ARN).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateReason → String?
-
An explanation for the alarm state, in text format.
final
- stateReasonData → String?
-
An explanation for the alarm state, in JSON format.
final
- stateUpdatedTimestamp → DateTime?
-
The time stamp of the last update to the alarm state.
final
- stateValue → StateValue?
-
The state value for the alarm.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited