AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Instantiates SubscribeRequest with the parameterized properties

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public SubscribeRequest(
         String topicArn,
         String protocol,
         String endpoint
)

Parameters

topicArn
Type: System.String

The ARN of the topic you want to subscribe to.

protocol
Type: System.String

The protocol you want to use. Supported protocols include: http -- delivery of JSON-encoded message via HTTP POSThttps -- delivery of JSON-encoded message via HTTPS POSTemail -- delivery of message via SMTPemail-json -- delivery of JSON-encoded message via SMTPsms -- delivery of message via SMSsqs -- delivery of JSON-encoded message to an Amazon SQS queueapplication -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device.

endpoint
Type: System.String

The endpoint that you want to receive notifications. Endpoints vary by protocol: For the http protocol, the endpoint is an URL beginning with "http://"For the https protocol, the endpoint is a URL beginning with "https://"For the email protocol, the endpoint is an email addressFor the email-json protocol, the endpoint is an email addressFor the sms protocol, the endpoint is a phone number of an SMS-enabled deviceFor the sqs protocol, the endpoint is the ARN of an Amazon SQS queueFor the application protocol, the endpoint is the EndpointArn of a mobile app and device.

Version Information

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

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

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8