DATASOURCE::MNS::Subscription is used to query the information about a subscription.
Syntax
{
"Type": "DATASOURCE::MNS::Subscription",
"Properties": {
"SubscriptionName": String,
"TopicName": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
SubscriptionName | String | Yes | Yes | The subscription name. | None. |
TopicName | String | Yes | Yes | The topic name. | None. |
Return values
Fn::GetAtt
SubscriptionURL: the URL of the subscription.
TopicOwner: the account ID of the topic owner of the subscription.
Endpoint: the endpoint that is used to receive messages based on the subscription.
CreateTime: the time when the subscription was created.
NotifyStrategy: the retry policy that is applied if an error occurs when the system pushes a message to the endpoint.
NotifyContentFormat: the format of the message that is pushed to the endpoint.
FilterTag: the message filtering tag that is specified in the subscription.
SubscriptionName: the subscription name.
LastModifyTime: the most recent time when the subscription was modified.
TopicName: the topic name.