Uses of Interface
software.amazon.awscdk.services.rds.ServerlessScalingOptions
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ServerlessScalingOptions in software.amazon.awscdk.services.rds
Modifier and TypeClassDescriptionstatic final class
An implementation forServerlessScalingOptions
Modifier and TypeMethodDescriptionServerlessScalingOptions.Builder.build()
Builds the configured instance.default ServerlessScalingOptions
ServerlessClusterFromSnapshotProps.getScaling()
Scaling configuration of an Aurora Serverless database cluster.final ServerlessScalingOptions
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getScaling()
default ServerlessScalingOptions
ServerlessClusterProps.getScaling()
Scaling configuration of an Aurora Serverless database cluster.final ServerlessScalingOptions
ServerlessClusterProps.Jsii$Proxy.getScaling()
Modifier and TypeMethodDescriptionServerlessCluster.Builder.scaling
(ServerlessScalingOptions scaling) Scaling configuration of an Aurora Serverless database cluster.ServerlessClusterFromSnapshot.Builder.scaling
(ServerlessScalingOptions scaling) Scaling configuration of an Aurora Serverless database cluster.ServerlessClusterFromSnapshotProps.Builder.scaling
(ServerlessScalingOptions scaling) Sets the value ofServerlessClusterFromSnapshotProps.getScaling()
ServerlessClusterProps.Builder.scaling
(ServerlessScalingOptions scaling) Sets the value ofServerlessClusterProps.getScaling()