Interface SqlDatabaseInstanceSettingsIpConfigurationPscConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SqlDatabaseInstanceSettingsIpConfigurationPscConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.795Z") @Stability(Stable) public interface SqlDatabaseInstanceSettingsIpConfigurationPscConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSqlDatabaseInstanceSettingsIpConfigurationPscConfig.BuilderA builder forSqlDatabaseInstanceSettingsIpConfigurationPscConfigstatic classSqlDatabaseInstanceSettingsIpConfigurationPscConfig.Jsii$ProxyAn implementation forSqlDatabaseInstanceSettingsIpConfigurationPscConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SqlDatabaseInstanceSettingsIpConfigurationPscConfig.Builderbuilder()default List<String>getAllowedConsumerProjects()List of consumer projects that are allow-listed for PSC connections to this instance.default ObjectgetPscEnabled()Whether PSC connectivity is enabled for this instance.
-
-
-
Method Detail
-
getAllowedConsumerProjects
@Stability(Stable) @Nullable default List<String> getAllowedConsumerProjects()
List of consumer projects that are allow-listed for PSC connections to this instance.This instance can be connected to with PSC from any network in these projects. Each consumer project in this list may be represented by a project number (numeric) or by a project id (alphanumeric). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#allowed_consumer_projects SqlDatabaseInstance#allowed_consumer_projects}
-
getPscEnabled
@Stability(Stable) @Nullable default Object getPscEnabled()
Whether PSC connectivity is enabled for this instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#psc_enabled SqlDatabaseInstance#psc_enabled}
-
builder
@Stability(Stable) static SqlDatabaseInstanceSettingsIpConfigurationPscConfig.Builder builder()
-
-