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