Show / Hide Table of Contents

Class DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs
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 DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs : ResourceArgs

Constructors

View Source

DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs()

Declaration
public DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs()

Properties

View Source

ActionOnTimeout

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 Input<string> ActionOnTimeout { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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 Input<int> WaitTimeInMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.