/AWS1/CL_SNS=>CONFIRMSUBSCRIPTION()
¶
About ConfirmSubscription¶
Verifies an endpoint owner's intent to receive messages by validating the token sent
to the endpoint by an earlier Subscribe
action. If the token is valid, the
action creates a new subscription and returns its Amazon Resource Name (ARN). This call
requires an AWS signature only when the AuthenticateOnUnsubscribe
flag is
set to "true".
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_TOPICARN
TYPE /AWS1/SNSTOPICARN
/AWS1/SNSTOPICARN
¶
The ARN of the topic for which you wish to confirm a subscription.
IV_TOKEN
TYPE /AWS1/SNSTOKEN
/AWS1/SNSTOKEN
¶
Short-lived token sent to an endpoint during the
Subscribe
action.
Optional arguments:¶
IV_AUTHENTICATEONUNSUBSCRIBE
TYPE /AWS1/SNSAUTHNTCTONUNSUBSCRIBE
/AWS1/SNSAUTHNTCTONUNSUBSCRIBE
¶
Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is
true
and the request has an Amazon Web Services signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web Services authentication.