Interface CfnCodeDeployBlueGreenAdditionalOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCodeDeployBlueGreenAdditionalOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-09-06T01:36:22.149Z") @Stability(Stable) public interface CfnCodeDeployBlueGreenAdditionalOptions extends software.amazon.jsii.JsiiSerializable
Additional options for the blue/green deployment.

The type of the CfnCodeDeployBlueGreenHookProps.additionalOptions property.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.*;
 CfnCodeDeployBlueGreenAdditionalOptions cfnCodeDeployBlueGreenAdditionalOptions = CfnCodeDeployBlueGreenAdditionalOptions.builder()
         .terminationWaitTimeInMinutes(123)
         .build();