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: