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: