allowedPersistenceRegions

@JvmName(name = "ilhtustaxjnreqch")
suspend fun allowedPersistenceRegions(value: Output<List<String>>)
@JvmName(name = "dmujaepuegpqhkip")
suspend fun allowedPersistenceRegions(value: List<String>)

Parameters

value

A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.


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


@JvmName(name = "stybdvxhbshywisk")
suspend fun allowedPersistenceRegions(values: List<Output<String>>)
@JvmName(name = "vcfsxpoejixuquuq")
suspend fun allowedPersistenceRegions(vararg values: String)

Parameters

values

A list of IDs of GCP regions where messages that are published to the topic may be persisted in storage. Messages published by publishers running in non-allowed GCP regions (or running outside of GCP altogether) will be routed for storage in one of the allowed regions. An empty list means that no regions are allowed, and is not a valid configuration.