Class TopicMessageStoragePolicy
Inheritance
System.Object
TopicMessageStoragePolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.PubSub.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TopicMessageStoragePolicy
Fields
View SourceAllowedPersistenceRegions
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.
Declaration
public readonly ImmutableArray<string> AllowedPersistenceRegions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |