Interface CfnPlanPropsMixin.NeptuneUngracefulProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPlanPropsMixin.NeptuneUngracefulProperty.Jsii$Proxy
Enclosing class:
CfnPlanPropsMixin

@Stability(Stable) public static interface CfnPlanPropsMixin.NeptuneUngracefulProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 NeptuneUngracefulProperty neptuneUngracefulProperty = NeptuneUngracefulProperty.builder()
         .ungraceful("ungraceful")
         .build();
 

See Also: