Interface CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPlanPropsMixin
@Stability(Stable)
public static interface CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty
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.*;
NeptuneGlobalDatabaseConfigurationProperty neptuneGlobalDatabaseConfigurationProperty = NeptuneGlobalDatabaseConfigurationProperty.builder()
.behavior("behavior")
.crossAccountRole("crossAccountRole")
.externalId("externalId")
.globalClusterIdentifier("globalClusterIdentifier")
.regionDatabaseClusterArns(Map.of(
"regionDatabaseClusterArnsKey", "regionDatabaseClusterArns"))
.timeoutMinutes(123)
.ungraceful(NeptuneUngracefulProperty.builder()
.ungraceful("ungraceful")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault Stringdefault Stringdefault Stringdefault Objectdefault NumberDefault: - 60default ObjectReturns union: eitherIResolvableorCfnPlanPropsMixin.NeptuneUngracefulPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBehavior
- See Also:
-
getCrossAccountRole
- See Also:
-
getExternalId
- See Also:
-
getGlobalClusterIdentifier
- See Also:
-
getRegionDatabaseClusterArns
- See Also:
-
getTimeoutMinutes
Default: - 60- See Also:
-
getUngraceful
Returns union: eitherIResolvableorCfnPlanPropsMixin.NeptuneUngracefulProperty- See Also:
-
builder
@Stability(Stable) static CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder builder()
-