Interface CfnPlanPropsMixin.DocumentDbUngracefulProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlanPropsMixin.DocumentDbUngracefulProperty.Jsii$Proxy
- Enclosing class:
CfnPlanPropsMixin
@Stability(Stable)
public static interface CfnPlanPropsMixin.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.cfnpropertymixins.services.arcregionswitch.*;
DocumentDbUngracefulProperty documentDbUngracefulProperty = DocumentDbUngracefulProperty.builder()
.ungraceful("ungraceful")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlanPropsMixin.DocumentDbUngracefulPropertystatic final classAn implementation forCfnPlanPropsMixin.DocumentDbUngracefulProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUngraceful
The settings for ungraceful execution.- See Also:
-
builder
-