@Stability(value=Stable)
public static interface CfnDBCluster.ServerlessV2ScalingConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rds.*;
ServerlessV2ScalingConfigurationProperty serverlessV2ScalingConfigurationProperty = ServerlessV2ScalingConfigurationProperty.builder()
.maxCapacity(123)
.minCapacity(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder
A builder for
CfnDBCluster.ServerlessV2ScalingConfigurationProperty |
static class |
CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Jsii$Proxy
An implementation for
CfnDBCluster.ServerlessV2ScalingConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder |
builder() |
default Number |
getMaxCapacity()
`CfnDBCluster.ServerlessV2ScalingConfigurationProperty.MaxCapacity`.
|
default Number |
getMinCapacity()
`CfnDBCluster.ServerlessV2ScalingConfigurationProperty.MinCapacity`.
|
@Stability(value=Stable) @Nullable default Number getMaxCapacity()
@Stability(value=Stable) @Nullable default Number getMinCapacity()
@Stability(value=Stable) static CfnDBCluster.ServerlessV2ScalingConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.