subscription

@JvmName(name = "ghakvkaaiffeqwns")
suspend fun subscription(value: Output<List<TopicSubscriptionArgs>>)
@JvmName(name = "poepcvsfajulqssl")
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 = "tqfhkuxlwqpmkrll")
suspend fun subscription(vararg values: Output<TopicSubscriptionArgs>)


@JvmName(name = "ynonkmgrrqwcrtni")
suspend fun subscription(values: List<Output<TopicSubscriptionArgs>>)
@JvmName(name = "rtulnefihdpfwcgf")
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 = "urxjodtpfrywgdel")
suspend fun subscription(argument: List<suspend TopicSubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "rcmdchqhpqfucenq")
suspend fun subscription(vararg argument: suspend TopicSubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "auibaajrclcwwbtx")
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.