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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPlanPropsMixin.AuroraServerlessScalingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCrossAccountRole
- See Also:
-
getExternalId
- See Also:
-
getGlobalClusterIdentifier
- See Also:
-
getRegionDatabaseClusterArns
- See Also:
-
getTargetPercent
Default: - 100- See Also:
-
getTimeoutMinutes
Default: - 60- See Also:
-
builder
@Stability(Stable) static CfnPlanPropsMixin.AuroraServerlessScalingConfigurationProperty.Builder builder()
-