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: