Class GetTopicSubscriptionsArgs
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.AliCloud.Mns
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetTopicSubscriptionsArgs : InvokeArgs
Constructors
View SourceGetTopicSubscriptionsArgs()
Declaration
public GetTopicSubscriptionsArgs()
Properties
View SourceNamePrefix
A string to filter resulting subscriptions of the topic by their name prefixs.
Declaration
public string NamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TopicName
Two topics on a single account in the same region cannot have the same name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 256 characters.
Declaration
public string TopicName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |