SubscriptionArgs

data class SubscriptionArgs(val endpoint: Output<String>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<SubscriptionArgs>

Definition of Subscription

Constructors

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

Properties

Link copied to clipboard
val endpoint: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): SubscriptionArgs