allowedConsumerProjects

@JvmName(name = "mxixloqbxiytrwrc")
suspend fun allowedConsumerProjects(value: Output<List<String>>)
@JvmName(name = "htbsecgyonpjabpu")
suspend fun allowedConsumerProjects(value: List<String>?)

Parameters

value

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).


@JvmName(name = "yqfyquhmfuiehybd")
suspend fun allowedConsumerProjects(vararg values: Output<String>)


@JvmName(name = "dusreatytasifkap")
suspend fun allowedConsumerProjects(values: List<Output<String>>)
@JvmName(name = "alfkpknbckkcrkcl")
suspend fun allowedConsumerProjects(vararg values: String)

Parameters

values

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).