TopicSubscription

data class TopicSubscription(val endpoint: String, val protocol: String)

`Subscription` is an embedded property that describes the subscription endpoints of an SNS topic. For full control over subscription behavior (for example, delivery policy, filtering, raw message delivery, and cross-region subscriptions), use the AWS::SNS::Subscription resource.

Constructors

Link copied to clipboard
constructor(endpoint: String, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The endpoint that receives notifications from the SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the `Endpoint` parameter of the `Subscribe` action in the API Reference.

Link copied to clipboard

The subscription's protocol. For more information, see the `Protocol` parameter of the `Subscribe` action in the API Reference.