public static interface CfnDeploymentGroup.GreenFleetProvisioningOptionProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.codedeploy.*; GreenFleetProvisioningOptionProperty greenFleetProvisioningOptionProperty = GreenFleetProvisioningOptionProperty.builder() .action("action") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeploymentGroup.GreenFleetProvisioningOptionProperty.Builder
A builder for
CfnDeploymentGroup.GreenFleetProvisioningOptionProperty |
static class |
CfnDeploymentGroup.GreenFleetProvisioningOptionProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.GreenFleetProvisioningOptionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDeploymentGroup.GreenFleetProvisioningOptionProperty.Builder |
builder() |
default java.lang.String |
getAction()
The method used to add instances to a replacement environment.
|
default java.lang.String getAction()
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.