Interface CfnPlan.Ec2UngracefulProperty

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

@Stability(Stable) public static interface CfnPlan.Ec2UngracefulProperty extends software.amazon.jsii.JsiiSerializable
Configuration for handling failures when performing operations on EC2 resources.

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.arcregionswitch.*;
 Ec2UngracefulProperty ec2UngracefulProperty = Ec2UngracefulProperty.builder()
         .minimumSuccessPercentage(123)
         .build();
 

See Also: