subscription

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


@JvmName(name = "patcoqpopeegstjm")
suspend fun subscription(values: List<Output<TopicSubscriptionArgs>>)
@JvmName(name = "fqctunbovsramdkw")
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 = "fnulfcgtxrgsplaf")
suspend fun subscription(argument: List<suspend TopicSubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "tvxlqgibprogfkmu")
suspend fun subscription(vararg argument: suspend TopicSubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "uyrahhrvqanvgfrx")
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.