Interface CfnPlan.EksResourceScalingUngracefulProperty

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

@Stability(Stable) public static interface CfnPlan.EksResourceScalingUngracefulProperty extends software.amazon.jsii.JsiiSerializable
The ungraceful settings for AWS EKS resource scaling.

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.*;
 EksResourceScalingUngracefulProperty eksResourceScalingUngracefulProperty = EksResourceScalingUngracefulProperty.builder()
         .minimumSuccessPercentage(123)
         .build();
 

See Also: