Interface CfnDeploymentGroup.GreenFleetProvisioningOptionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDeploymentGroup.GreenFleetProvisioningOptionProperty.Jsii$Proxy
Enclosing class:
CfnDeploymentGroup

@Stability(Stable) public static interface CfnDeploymentGroup.GreenFleetProvisioningOptionProperty extends software.amazon.jsii.JsiiSerializable
Information about the instances that belong to the replacement environment in a blue/green deployment.

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();
 

See Also: