ConfirmSubscriptionRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the ConfirmSubscription operation.

The ConfirmSubscription action 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".

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleNotificationService.Model.ConfirmSubscriptionRequest

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ConfirmSubscriptionRequest : AmazonWebServiceRequest
         IRequestEvents

The ConfirmSubscriptionRequest type exposes the following members

Constructors

  Name Description
Public Method ConfirmSubscriptionRequest() Default constructor for a new ConfirmSubscriptionRequest object. Callers should use the properties to initialize this object after creating it.
Public Method ConfirmSubscriptionRequest(string, string) Constructs a new ConfirmSubscriptionRequest object. Callers should use the properties initialize any additional object members.
Public Method ConfirmSubscriptionRequest(string, string, string) Constructs a new ConfirmSubscriptionRequest object. Callers should use the properties initialize any additional object members.

Properties

  Name Description
Public Property AuthenticateOnUnsubscribe Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.
Public Property Token Short-lived token sent to an endpoint during the Subscribe action.
Public Property TopicArn The ARN of the topic for which you wish to confirm a subscription.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8