AWS SDK for .NET Documentation
ConfirmSubscriptionRequest Class
AmazonAmazon.SimpleNotificationService.ModelConfirmSubscriptionRequest Did this page help you?   Yes   No    Tell us about it...
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).
Declaration Syntax
C#
public class ConfirmSubscriptionRequest : SNSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ConfirmSubscriptionRequest()()()()
Initializes a new instance of the ConfirmSubscriptionRequest class

AuthenticateOnUnsubscribe
Value that indicates that you want to disable unauthenticated unsubsciption of the subscription. If parameter is present in the request, the request has an AWS signature, and the value of this parameter is "true", only the topic owner and the subscription owner will be permitted to unsubscribe the endopint, and the Unsubscribe action will require AWS authentication.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetAuthenticateOnUnsubscribe()()()()
Checks if AuthenticateOnUnsubscribe property is set

IsSetToken()()()()
Checks if Token property is set

IsSetTopicArn()()()()
Checks if TopicArn property is set

Token
Short-lived token sent to an endpoint during the Subscribe action.

TopicArn
The ARN of the topic for which you wish to confirm a subscription.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAuthenticateOnUnsubscribe(String) Obsolete.
Sets the value that indicates that you want to disable unauthenticated unsubsciption of the subscription.

WithToken(String) Obsolete.
Sets a short-lived token sent to an endpoint during the Subscribe action.

WithTopicArn(String) Obsolete.
Sets the ARN of the topic for which you wish to confirm a subscription.

Remarks
This call requires an AWS signature only when the AuthenticateOnUnsubscribe flag is set to "true".
Inheritance Hierarchy
Object
SNSRequest
 ConfirmSubscriptionRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)