Class DeploymentGroupAutoRollbackConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupAutoRollbackConfigurationArgs : ResourceArgs
Constructors
View SourceDeploymentGroupAutoRollbackConfigurationArgs()
Declaration
public DeploymentGroupAutoRollbackConfigurationArgs()
Properties
View SourceEnabled
Indicates whether a defined automatic rollback configuration is currently enabled for this Deployment Group. If you enable automatic rollback, you must specify at least one event type.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Events
The event type or types that trigger a rollback. Supported types are DEPLOYMENT_FAILURE and DEPLOYMENT_STOP_ON_ALARM.
Declaration
public InputList<string> Events { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |