You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::GreenFleetProvisioningOption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GreenFleetProvisioningOption as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

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.

    Possible values:

    • DISCOVER_EXISTING
    • COPY_AUTO_SCALING_GROUP

Returns:

  • (String)

    The method used to add instances to a replacement environment.