Uses of Class
com.hashicorp.cdktf.providers.aws.rds_cluster.RdsClusterServerlessv2ScalingConfiguration.Builder
-
Packages that use RdsClusterServerlessv2ScalingConfiguration.Builder Package Description com.hashicorp.cdktf.providers.aws.rds_cluster aws_rds_cluster -
-
Uses of RdsClusterServerlessv2ScalingConfiguration.Builder in com.hashicorp.cdktf.providers.aws.rds_cluster
Methods in com.hashicorp.cdktf.providers.aws.rds_cluster that return RdsClusterServerlessv2ScalingConfiguration.Builder Modifier and Type Method Description static RdsClusterServerlessv2ScalingConfiguration.BuilderRdsClusterServerlessv2ScalingConfiguration. builder()RdsClusterServerlessv2ScalingConfiguration.BuilderRdsClusterServerlessv2ScalingConfiguration.Builder. maxCapacity(Number maxCapacity)Sets the value ofRdsClusterServerlessv2ScalingConfiguration.getMaxCapacity()RdsClusterServerlessv2ScalingConfiguration.BuilderRdsClusterServerlessv2ScalingConfiguration.Builder. minCapacity(Number minCapacity)Sets the value ofRdsClusterServerlessv2ScalingConfiguration.getMinCapacity()Constructors in com.hashicorp.cdktf.providers.aws.rds_cluster with parameters of type RdsClusterServerlessv2ScalingConfiguration.Builder Constructor Description Jsii$Proxy(RdsClusterServerlessv2ScalingConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theRdsClusterServerlessv2ScalingConfiguration.Builder.
-