Interface AlloydbInstancePscInstanceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbInstancePscInstanceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.306Z") @Stability(Stable) public interface AlloydbInstancePscInstanceConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbInstancePscInstanceConfig.BuilderA builder forAlloydbInstancePscInstanceConfigstatic classAlloydbInstancePscInstanceConfig.Jsii$ProxyAn implementation forAlloydbInstancePscInstanceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AlloydbInstancePscInstanceConfig.Builderbuilder()default List<String>getAllowedConsumerProjects()List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
-
-
-
Method Detail
-
getAllowedConsumerProjects
@Stability(Stable) @Nullable default List<String> getAllowedConsumerProjects()
List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.These should be specified as project numbers only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#allowed_consumer_projects AlloydbInstance#allowed_consumer_projects}
-
builder
@Stability(Stable) static AlloydbInstancePscInstanceConfig.Builder builder()
-
-