Interface AlloydbClusterPscConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbClusterPscConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.293Z") @Stability(Stable) public interface AlloydbClusterPscConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbClusterPscConfig.BuilderA builder forAlloydbClusterPscConfigstatic classAlloydbClusterPscConfig.Jsii$ProxyAn implementation forAlloydbClusterPscConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AlloydbClusterPscConfig.Builderbuilder()default ObjectgetPscEnabled()Create an instance that allows connections from Private Service Connect endpoints to the instance.
-
-
-
Method Detail
-
getPscEnabled
@Stability(Stable) @Nullable default Object getPscEnabled()
Create an instance that allows connections from Private Service Connect endpoints to the instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#psc_enabled AlloydbCluster#psc_enabled}
-
builder
@Stability(Stable) static AlloydbClusterPscConfig.Builder builder()
- Returns:
- a
AlloydbClusterPscConfig.BuilderofAlloydbClusterPscConfig
-
-