Skip to main content

ISNSSubscribeRequest

Interface in AWS.SNS

Interface for Subscribe requests.

Ancestors

Properties

DeliveryPolicy

property DeliveryPolicy: string

A policy defining how Amazon SNS retries failed deliveries to HTTP/S endpoints.

FilterPolicy

property FilterPolicy: string

A policy defining what subscribers receive.

Endpoint

property Endpoint: string

The endpoint to receive notifications.

Protocol

property Protocol: string

The protocol to use.

Valid values are: http | https | email | email-json | sms | sqs | application | lambda | firehose.

RawMessageDelivery

property RawMessageDelivery: TOptional<Boolean>

When set to True, enables raw message delivery to SQS or HTTP/S endpoints.

RedrivePolicy

property RedrivePolicy: string

A policy defining a SQS dead-letter queue to deliver messages that can't be delivered.

ReturnSubscriptionArn

property ReturnSubscriptionArn: TOptional<Boolean>

Sets whether the response will inclide the subscription ARN even if the subscription is not yet confirmed.

SubscriptionRoleArn

property SubscriptionRoleArn: TOptional<TARN>

An Amazon Resource Name (ARN) of an IAM role for Kinesis.

TopicArn

property TopicArn: TARN

The Amazon Resource Name (ARN) of the topic to subscribe to.