CloudwatchAlarmAction class

Describes an action that updates a CloudWatch alarm.

Constructors

CloudwatchAlarmAction({required String alarmName, required String roleArn, required String stateReason, required String stateValue})
CloudwatchAlarmAction.fromJson(Map<String, dynamic> json)
factory

Properties

alarmName String
The CloudWatch alarm name.
final
hashCode int
The hash code for this object.
no setterinherited
roleArn String
The IAM role that allows access to the CloudWatch alarm.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateReason String
The reason for the alarm change.
final
stateValue String
The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited