Class DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption
Inheritance
System.Object
DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption
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 DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption
Fields
View SourceActionOnTimeout
When to reroute traffic from an original environment to a replacement environment in a blue/green deployment.
CONTINUE_DEPLOYMENT: Register new instances with the load balancer immediately after the new application revision is installed on the instances in the replacement environment.STOP_DEPLOYMENT: Do not register new instances with load balancer unless traffic is rerouted manually. If traffic is not rerouted manually before the end of the specified wait period, the deployment status is changed to Stopped.
Declaration
public readonly string ActionOnTimeout
Field Value
| Type | Description |
|---|---|
| System.String |
WaitTimeInMinutes
The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for action_on_timeout.
Declaration
public readonly int? WaitTimeInMinutes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |