Show / Hide Table of Contents

Class DeploymentGroupAutoRollbackConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentGroupAutoRollbackConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 Source

DeploymentGroupAutoRollbackConfigurationArgs()

Declaration
public DeploymentGroupAutoRollbackConfigurationArgs()

Properties

View Source

Enabled

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.