Show / Hide Table of Contents

Class DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOptionArgs

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

Constructors

View Source

DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOptionArgs()

Declaration
public DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOptionArgs()

Properties

View Source

Action

The method used to add instances to a replacement environment.

  • DISCOVER_EXISTING: Use instances that already exist or will be created manually.
  • COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group. Exactly one Auto Scaling group must be specified when selecting COPY_AUTO_SCALING_GROUP. Use autoscaling_groups to specify the Auto Scaling group.
Declaration
public Input<string> Action { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.