AlarmConfiguration class
Information about alarms associated with the deployment group.
Constructors
-
AlarmConfiguration({List<
Alarm> ? alarms, bool? enabled, bool? ignorePollAlarmFailure}) -
AlarmConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
alarms
→ List<
Alarm> ? -
A list of alarms configured for the deployment group. A maximum of 10 alarms
can be added to a deployment group.
final
- enabled → bool?
-
Indicates whether the alarm configuration is enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignorePollAlarmFailure → bool?
-
Indicates whether a deployment should continue if information about the
current state of alarms cannot be retrieved from Amazon CloudWatch. The
default value is false.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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