Database Instance Settings Ip Configuration Psc Config Args
data class DatabaseInstanceSettingsIpConfigurationPscConfigArgs(val allowedConsumerProjects: Output<List<String>>? = null, val pscEnabled: Output<Boolean>? = null) : ConvertibleToJava<DatabaseInstanceSettingsIpConfigurationPscConfigArgs>
Properties
Link copied to clipboard
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).
Link copied to clipboard
Whether PSC connectivity is enabled for this instance.