Interface CfnPlan.GlobalAuroraUngracefulProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.GlobalAuroraUngracefulProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.GlobalAuroraUngracefulProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for handling failures when performing operations on Aurora global databases.
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.*; GlobalAuroraUngracefulProperty globalAuroraUngracefulProperty = GlobalAuroraUngracefulProperty.builder() .ungraceful("ungraceful") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPlan.GlobalAuroraUngracefulProperty
static final class
An implementation forCfnPlan.GlobalAuroraUngracefulProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUngraceful
The settings for ungraceful execution.- See Also:
-
builder
-