Interface CfnPlan.RdsPromoteReadReplicaConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.RdsPromoteReadReplicaConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.RdsPromoteReadReplicaConfigurationProperty
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.services.arcregionswitch.*;
RdsPromoteReadReplicaConfigurationProperty rdsPromoteReadReplicaConfigurationProperty = RdsPromoteReadReplicaConfigurationProperty.builder()
.dbInstanceArnMap(Map.of(
"dbInstanceArnMapKey", "dbInstanceArnMap"))
// the properties below are optional
.crossAccountRole("crossAccountRole")
.externalId("externalId")
.timeoutMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlan.RdsPromoteReadReplicaConfigurationPropertystatic final classAn implementation forCfnPlan.RdsPromoteReadReplicaConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDbInstanceArnMap
- See Also:
-
getCrossAccountRole
- See Also:
-
getExternalId
- See Also:
-
getTimeoutMinutes
Default: - 60- See Also:
-
builder
-