subscription

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


@JvmName(name = "ckhypdobkjdtqbkl")
suspend fun subscription(values: List<Output<TopicSubscriptionArgs>>)
@JvmName(name = "svmtschebitwsgob")
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 = "mrtnychcggncfybt")
suspend fun subscription(argument: List<suspend TopicSubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "uinhqxoxgbumipbr")
suspend fun subscription(vararg argument: suspend TopicSubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "sslxfswprboyvgxw")
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.