Class NeptuneClusterServerlessV2ScalingConfiguration.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.neptune_cluster.NeptuneClusterServerlessV2ScalingConfiguration.Jsii$Proxy
-
- All Implemented Interfaces:
NeptuneClusterServerlessV2ScalingConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NeptuneClusterServerlessV2ScalingConfiguration
@Stability(Stable) @Internal public static final class NeptuneClusterServerlessV2ScalingConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NeptuneClusterServerlessV2ScalingConfiguration
An implementation forNeptuneClusterServerlessV2ScalingConfiguration
-
-
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.neptune_cluster.NeptuneClusterServerlessV2ScalingConfiguration
NeptuneClusterServerlessV2ScalingConfiguration.Builder, NeptuneClusterServerlessV2ScalingConfiguration.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NeptuneClusterServerlessV2ScalingConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theNeptuneClusterServerlessV2ScalingConfiguration.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/neptune_cluster#max_capacity NeptuneCluster#max_capacity}.NumbergetMinCapacity()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#min_capacity NeptuneCluster#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(NeptuneClusterServerlessV2ScalingConfiguration.Builder builder)
Constructor that initializes the object based on literal property values passed by theNeptuneClusterServerlessV2ScalingConfiguration.Builder.
-
-
Method Detail
-
getMaxCapacity
public final Number getMaxCapacity()
Description copied from interface:NeptuneClusterServerlessV2ScalingConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#max_capacity NeptuneCluster#max_capacity}.- Specified by:
getMaxCapacityin interfaceNeptuneClusterServerlessV2ScalingConfiguration
-
getMinCapacity
public final Number getMinCapacity()
Description copied from interface:NeptuneClusterServerlessV2ScalingConfigurationDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#min_capacity NeptuneCluster#min_capacity}.- Specified by:
getMinCapacityin interfaceNeptuneClusterServerlessV2ScalingConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-