Class TopicMessageStoragePolicyArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TopicMessageStoragePolicyArgs : ResourceArgs
Constructors
View SourceTopicMessageStoragePolicyArgs()
Declaration
public TopicMessageStoragePolicyArgs()
Properties
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 InputList<string> AllowedPersistenceRegions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |