Class DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess
Inheritance
System.Object
DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess
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 DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess
Fields
View SourceAction
The action to take on instances in the original environment after a successful blue/green deployment.
TERMINATE: Instances are terminated after a specified wait time.KEEP_ALIVE: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.
Declaration
public readonly string Action
Field Value
| Type | Description |
|---|---|
| System.String |
TerminationWaitTimeInMinutes
The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.
Declaration
public readonly int? TerminationWaitTimeInMinutes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |