Table of Contents

Class Subscription

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

A wrapper type for the attributes of an Amazon SNS subscription.

public class Subscription
Inheritance
Subscription
Inherited Members

Constructors

Subscription()

Empty constructor used to set properties independently even when a simple constructor is available

public Subscription()

Properties

Endpoint

Gets and sets the property Endpoint.

The subscription's endpoint (format depends on the protocol).

public string Endpoint { get; set; }

Property Value

string

Owner

Gets and sets the property Owner.

The subscription's owner.

public string Owner { get; set; }

Property Value

string

Protocol

Gets and sets the property Protocol.

The subscription's protocol.

public string Protocol { get; set; }

Property Value

string

SubscriptionArn

Gets and sets the property SubscriptionArn.

The subscription's ARN.

public string SubscriptionArn { get; set; }

Property Value

string

TopicArn

Gets and sets the property TopicArn.

The ARN of the subscription's topic.

public string TopicArn { get; set; }

Property Value

string