subscription

@JvmName(name = "xoejmukldmlfidnl")
suspend fun subscription(value: Output<List<TopicSubscriptionArgs>>)
@JvmName(name = "iaatiagynjmlrpgo")
suspend fun subscription(value: List<TopicSubscriptionArgs>?)

Parameters

value

The SNS subscriptions (endpoints) for this topic. If you specify the `Subscription` property in the `AWS::SNS::Topic` resource and it creates an associated subscription resource, the associated subscription is not deleted when the `AWS::SNS::Topic` resource is deleted.


@JvmName(name = "fxkwwhhtbgyqivmc")
suspend fun subscription(vararg values: Output<TopicSubscriptionArgs>)


@JvmName(name = "ytpqcwoqtgdgrbkk")
suspend fun subscription(values: List<Output<TopicSubscriptionArgs>>)
@JvmName(name = "mgxkvxexpibkajyv")
suspend fun subscription(vararg values: TopicSubscriptionArgs)

Parameters

values

The SNS subscriptions (endpoints) for this topic. If you specify the `Subscription` property in the `AWS::SNS::Topic` resource and it creates an associated subscription resource, the associated subscription is not deleted when the `AWS::SNS::Topic` resource is deleted.


@JvmName(name = "ffdnypwefktcoeaf")
suspend fun subscription(argument: List<suspend TopicSubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "mvchuyldyrydbedt")
suspend fun subscription(vararg argument: suspend TopicSubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "qgrltsqdkviqbihq")
suspend fun subscription(argument: suspend TopicSubscriptionArgsBuilder.() -> Unit)

Parameters

argument

The SNS subscriptions (endpoints) for this topic. If you specify the `Subscription` property in the `AWS::SNS::Topic` resource and it creates an associated subscription resource, the associated subscription is not deleted when the `AWS::SNS::Topic` resource is deleted.