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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPlan.EksResourceScalingUngracefulProperty
static final class
An implementation forCfnPlan.EksResourceScalingUngracefulProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The minimum success percentage for the configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMinimumSuccessPercentage
The minimum success percentage for the configuration.- See Also:
-
builder
-