Class DeploymentGroupAlarmConfiguration
Inheritance
System.Object
DeploymentGroupAlarmConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodeDeploy.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupAlarmConfiguration
Fields
View SourceAlarms
A list of alarms configured for the deployment group. A maximum of 10 alarms can be added to a deployment group.
Declaration
public readonly ImmutableArray<string> Alarms
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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.
true: The deployment will proceed even if alarm status information can't be retrieved.false: The deployment will stop if alarm status information can't be retrieved.
Declaration
public readonly bool? IgnorePollAlarmFailure
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |