| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerlessScalingOptions.Jsii$Proxy
An implementation for
ServerlessScalingOptions |
| Modifier and Type | Method and Description |
|---|---|
ServerlessScalingOptions |
ServerlessScalingOptions.Builder.build()
Builds the configured instance.
|
default ServerlessScalingOptions |
ServerlessClusterProps.getScaling()
(experimental) Scaling configuration of an Aurora Serverless database cluster.
|
ServerlessScalingOptions |
ServerlessClusterProps.Jsii$Proxy.getScaling() |
| Modifier and Type | Method and Description |
|---|---|
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.scaling(ServerlessScalingOptions scaling)
Sets the value of
ServerlessClusterProps.getScaling() |
ServerlessCluster.Builder |
ServerlessCluster.Builder.scaling(ServerlessScalingOptions scaling)
(experimental) Scaling configuration of an Aurora Serverless database cluster.
|
| Constructor and Description |
|---|
Jsii$Proxy(IClusterEngine engine,
IVpc vpc,
Duration backupRetention,
String clusterIdentifier,
Credentials credentials,
String defaultDatabaseName,
Boolean deletionProtection,
Boolean enableDataApi,
IParameterGroup parameterGroup,
RemovalPolicy removalPolicy,
ServerlessScalingOptions scaling,
List<? extends ISecurityGroup> securityGroups,
IKey storageEncryptionKey,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ServerlessClusterProps.Builder. |
Copyright © 2021. All rights reserved.