Skip to main content

ISNSConfirmSubscriptionRequest

Interface in AWS.SNS

Interface for ConfirmSubscription requests.

Ancestors

Properties

TopicArn

property TopicArn: TARN

The Amazon Resource Name (ARN) of the topic for which to confim a subscription.

Token

property Token: string

The short-lived token send to an endpoint during the Subscribe action.

AuthenticateOnUnsubscribe

property AuthenticateOnUnsubscribe: string

Disallows unauthenticated unsubscribes of the subscription.

If set to true and the request has a signature, then only the topic owner and subscription owner can unsubscribe the endpoint. The unsubscribe action will require AWS authentication.