Interface CfnPlanPropsMixin.RdsPromoteReadReplicaConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlanPropsMixin.RdsPromoteReadReplicaConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPlanPropsMixin
@Stability(Stable)
public static interface CfnPlanPropsMixin.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.cfnpropertymixins.services.arcregionswitch.*;
RdsPromoteReadReplicaConfigurationProperty rdsPromoteReadReplicaConfigurationProperty = RdsPromoteReadReplicaConfigurationProperty.builder()
.crossAccountRole("crossAccountRole")
.dbInstanceArnMap(Map.of(
"dbInstanceArnMapKey", "dbInstanceArnMap"))
.externalId("externalId")
.timeoutMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPlanPropsMixin.RdsPromoteReadReplicaConfigurationProperty -
Method Summary
Methods 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:
-
builder
@Stability(Stable) static CfnPlanPropsMixin.RdsPromoteReadReplicaConfigurationProperty.Builder builder()
-