DeploymentGroupAlarmConfiguration class

Constructors

DeploymentGroupAlarmConfiguration({Input<List<String>?>? alarms, Input<bool?>? enabled, Input<bool?>? ignorePollAlarmFailure})
Creates a new DeploymentGroupAlarmConfiguration. alarms A list of alarms configured for the deployment group. enabled Indicates whether the alarm configuration is enabled. This option is useful when you want to temporarily deactivate alarm monitoring for a deployment group without having to add the same alarms again later. ignorePollAlarmFailure Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from CloudWatch. The default value is false.
const
DeploymentGroupAlarmConfiguration.fromMap(Map<String, dynamic> map)
factory

Properties

alarms → Input<List<String>?>?
A list of alarms configured for the deployment group.
final
enabled → Input<bool?>?
Indicates whether the alarm configuration is enabled. This option is useful when you want to temporarily deactivate alarm monitoring for a deployment group without having to add the same alarms again later.
final
hashCode int
The hash code for this object.
no setterinherited
ignorePollAlarmFailure → Input<bool?>?
Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from 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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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