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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlan.Ec2UngracefulPropertystatic final classAn implementation forCfnPlan.Ec2UngracefulProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The minimum success percentage that you specify for EC2 Auto Scaling groups.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMinimumSuccessPercentage
The minimum success percentage that you specify for EC2 Auto Scaling groups.- See Also:
-
builder
-