class Aws::CodeDeploy::Types::GreenFleetProvisioningOption

Information about the instances that belong to the replacement environment in a blue/green deployment.

@note When making an API call, you may pass GreenFleetProvisioningOption

data as a hash:

    {
      action: "DISCOVER_EXISTING", # accepts DISCOVER_EXISTING, COPY_AUTO_SCALING_GROUP
    }

@!attribute [rw] 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/GreenFleetProvisioningOption AWS API Documentation

Constants

SENSITIVE