Interface CfnDeploymentGroupPropsMixin.GreenFleetProvisioningOptionProperty

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

@Stability(Stable) public static interface CfnDeploymentGroupPropsMixin.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.cfnpropertymixins.services.codedeploy.*;
 GreenFleetProvisioningOptionProperty greenFleetProvisioningOptionProperty = GreenFleetProvisioningOptionProperty.builder()
         .action("action")
         .build();
 

See Also: