| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AuroraCapacityUnit |
ServerlessScalingOptions.getMaxCapacity()
(experimental) The maximum capacity for an Aurora Serverless database cluster.
|
AuroraCapacityUnit |
ServerlessScalingOptions.Jsii$Proxy.getMaxCapacity() |
default AuroraCapacityUnit |
ServerlessScalingOptions.getMinCapacity()
(experimental) The minimum capacity for an Aurora Serverless database cluster.
|
AuroraCapacityUnit |
ServerlessScalingOptions.Jsii$Proxy.getMinCapacity() |
static AuroraCapacityUnit |
AuroraCapacityUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuroraCapacityUnit[] |
AuroraCapacityUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServerlessScalingOptions.Builder |
ServerlessScalingOptions.Builder.maxCapacity(AuroraCapacityUnit maxCapacity)
Sets the value of
ServerlessScalingOptions.getMaxCapacity() |
ServerlessScalingOptions.Builder |
ServerlessScalingOptions.Builder.minCapacity(AuroraCapacityUnit minCapacity)
Sets the value of
ServerlessScalingOptions.getMinCapacity() |
| Constructor and Description |
|---|
Jsii$Proxy(Duration autoPause,
AuroraCapacityUnit maxCapacity,
AuroraCapacityUnit minCapacity)
Constructor that initializes the object based on literal property values passed by the
ServerlessScalingOptions.Builder. |
Copyright © 2021. All rights reserved.