Class GetTopicSubscriptionsSubscriptionResult
Inheritance
System.Object
GetTopicSubscriptionsSubscriptionResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetTopicSubscriptionsSubscriptionResult
Fields
View SourceEndpoint
Describe the terminal address of the message received in this subscription.
filter_tag- A string to filter resulting messages of the topic by their message tag.
Declaration
public readonly string Endpoint
Field Value
| Type | Description |
|---|---|
| System.String |
FilterTag
Declaration
public readonly string FilterTag
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the topic subscription. The value is set to name.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the subscription.
topic_name- The topic which The subscription belongs to was named with the name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NotifyContentFormat
The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users.
Declaration
public readonly string NotifyContentFormat
Field Value
| Type | Description |
|---|---|
| System.String |
NotifyStrategy
The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails.
Declaration
public readonly string NotifyStrategy
Field 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 readonly string TopicName
Field Value
| Type | Description |
|---|---|
| System.String |