Uses of Enum
software.amazon.awscdk.services.rds.AuroraCapacityUnit
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of AuroraCapacityUnit in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptiondefault AuroraCapacityUnit
ServerlessScalingOptions.getMaxCapacity()
The maximum capacity for an Aurora Serverless database cluster.final AuroraCapacityUnit
ServerlessScalingOptions.Jsii$Proxy.getMaxCapacity()
default AuroraCapacityUnit
ServerlessScalingOptions.getMinCapacity()
The minimum capacity for an Aurora Serverless database cluster.final AuroraCapacityUnit
ServerlessScalingOptions.Jsii$Proxy.getMinCapacity()
static AuroraCapacityUnit
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 TypeMethodDescriptionServerlessScalingOptions.Builder.maxCapacity
(AuroraCapacityUnit maxCapacity) Sets the value ofServerlessScalingOptions.getMaxCapacity()
ServerlessScalingOptions.Builder.minCapacity
(AuroraCapacityUnit minCapacity) Sets the value ofServerlessScalingOptions.getMinCapacity()