@Stability(value=Stable)
public static interface CfnDeploymentGroup.GreenFleetProvisioningOptionProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getAction()
The method used to add instances to a replacement environment.
|
@Stability(value=Stable) @Nullable default 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.@Stability(value=Stable) static CfnDeploymentGroup.GreenFleetProvisioningOptionProperty.Builder builder()
Copyright © 2022. All rights reserved.