Interface CfnPlan.AuroraServerlessScalingConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.AuroraServerlessScalingConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.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.services.arcregionswitch.*;
AuroraServerlessScalingConfigurationProperty auroraServerlessScalingConfigurationProperty = AuroraServerlessScalingConfigurationProperty.builder()
.globalClusterIdentifier("globalClusterIdentifier")
.regionDatabaseClusterArns(Map.of(
"regionDatabaseClusterArnsKey", "regionDatabaseClusterArns"))
// the properties below are optional
.crossAccountRole("crossAccountRole")
.externalId("externalId")
.targetPercent(123)
.timeoutMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlan.AuroraServerlessScalingConfigurationPropertystatic final classAn implementation forCfnPlan.AuroraServerlessScalingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGlobalClusterIdentifier
- See Also:
-
getRegionDatabaseClusterArns
- See Also:
-
getCrossAccountRole
- See Also:
-
getExternalId
- See Also:
-
getTargetPercent
Default: - 100- See Also:
-
getTimeoutMinutes
Default: - 60- See Also:
-
builder
-