Interface NeptuneClusterServerlessV2ScalingConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NeptuneClusterServerlessV2ScalingConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.130Z") @Stability(Stable) public interface NeptuneClusterServerlessV2ScalingConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNeptuneClusterServerlessV2ScalingConfiguration.BuilderA builder forNeptuneClusterServerlessV2ScalingConfigurationstatic classNeptuneClusterServerlessV2ScalingConfiguration.Jsii$ProxyAn implementation forNeptuneClusterServerlessV2ScalingConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NeptuneClusterServerlessV2ScalingConfiguration.Builderbuilder()default 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}.default 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}.
-
-
-
Method Detail
-
getMaxCapacity
@Stability(Stable) @Nullable default Number getMaxCapacity()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#max_capacity NeptuneCluster#max_capacity}.
-
getMinCapacity
@Stability(Stable) @Nullable default Number getMinCapacity()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/neptune_cluster#min_capacity NeptuneCluster#min_capacity}.
-
builder
@Stability(Stable) static NeptuneClusterServerlessV2ScalingConfiguration.Builder builder()
-
-