Show / Hide Table of Contents

Class DeploymentGroupBlueGreenDeploymentConfigArgs

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

Constructors

View Source

DeploymentGroupBlueGreenDeploymentConfigArgs()

Declaration
public DeploymentGroupBlueGreenDeploymentConfigArgs()

Properties

View Source

DeploymentReadyOption

Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment (documented below).

Declaration
public Input<DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs> DeploymentReadyOption { get; set; }
Property Value
Type Description
Input<DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs>
View Source

GreenFleetProvisioningOption

Information about how instances are provisioned for a replacement environment in a blue/green deployment (documented below).

Declaration
public Input<DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOptionArgs> GreenFleetProvisioningOption { get; set; }
Property Value
Type Description
Input<DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOptionArgs>
View Source

TerminateBlueInstancesOnDeploymentSuccess

Information about whether to terminate instances in the original fleet during a blue/green deployment (documented below).

Declaration
public Input<DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgs> TerminateBlueInstancesOnDeploymentSuccess { get; set; }
Property Value
Type Description
Input<DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.