Interface CfnPlanPropsMixin.AuroraServerlessScalingConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPlanPropsMixin.AuroraServerlessScalingConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnPlanPropsMixin

@Stability(Stable) public static interface CfnPlanPropsMixin.AuroraServerlessScalingConfigurationProperty 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.*;
 AuroraServerlessScalingConfigurationProperty auroraServerlessScalingConfigurationProperty = AuroraServerlessScalingConfigurationProperty.builder()
         .crossAccountRole("crossAccountRole")
         .externalId("externalId")
         .globalClusterIdentifier("globalClusterIdentifier")
         .regionDatabaseClusterArns(Map.of(
                 "regionDatabaseClusterArnsKey", "regionDatabaseClusterArns"))
         .targetPercent(123)
         .timeoutMinutes(123)
         .build();
 

See Also: