SubscriptionResponse

data class SubscriptionResponse(val endpoint: String? = null, val protocol: String? = null)

Definition of Subscription

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null

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
val protocol: String? = null

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