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