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