Class RdsClusterServerlessv2ScalingConfiguration.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.rds_cluster.RdsClusterServerlessv2ScalingConfiguration.Jsii$Proxy
-
- All Implemented Interfaces:
RdsClusterServerlessv2ScalingConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RdsClusterServerlessv2ScalingConfiguration
@Stability(Stable) @Internal public static final class RdsClusterServerlessv2ScalingConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RdsClusterServerlessv2ScalingConfiguration
An implementation forRdsClusterServerlessv2ScalingConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.rds_cluster.RdsClusterServerlessv2ScalingConfiguration
RdsClusterServerlessv2ScalingConfiguration.Builder, RdsClusterServerlessv2ScalingConfiguration.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(RdsClusterServerlessv2ScalingConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theRdsClusterServerlessv2ScalingConfiguration.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetMaxCapacity()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#max_capacity RdsCluster#max_capacity}.NumbergetMinCapacity()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#min_capacity RdsCluster#min_capacity}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(RdsClusterServerlessv2ScalingConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by theRdsClusterServerlessv2ScalingConfiguration.Builder.
-
-
Method Detail
-
getMaxCapacity
public final Number getMaxCapacity()
Description copied from interface:RdsClusterServerlessv2ScalingConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#max_capacity RdsCluster#max_capacity}.- Specified by:
getMaxCapacityin interfaceRdsClusterServerlessv2ScalingConfiguration
-
getMinCapacity
public final Number getMinCapacity()
Description copied from interface:RdsClusterServerlessv2ScalingConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#min_capacity RdsCluster#min_capacity}.- Specified by:
getMinCapacityin interfaceRdsClusterServerlessv2ScalingConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-