Show / Hide Table of Contents

Class TopicMessageStoragePolicyGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TopicMessageStoragePolicyGetArgs
Inherited Members
ResourceArgs.Empty
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 TopicMessageStoragePolicyGetArgs : ResourceArgs

Constructors

View Source

TopicMessageStoragePolicyGetArgs()

Declaration
public TopicMessageStoragePolicyGetArgs()

Properties

View Source

AllowedPersistenceRegions

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.