subscription

@JvmName(name = "txuidkrsqvsnxroq")
suspend fun subscription(value: Output<List<SubscriptionArgs>>)
@JvmName(name = "mdxrpshdcwtnhjdw")
suspend fun subscription(value: List<SubscriptionArgs>?)

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 = "qlsnvbuxwgsrbvnv")
suspend fun subscription(vararg values: Output<SubscriptionArgs>)


@JvmName(name = "svikcfkcutwfogrh")
suspend fun subscription(values: List<Output<SubscriptionArgs>>)
@JvmName(name = "rhhqrssjfjpnbnfp")
suspend fun subscription(vararg values: SubscriptionArgs)

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 = "jbolaxclsuymuvfj")
suspend fun subscription(argument: List<suspend SubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "qrhsxcwbefmycfvh")
suspend fun subscription(vararg argument: suspend SubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "smbcbxhpokprsjou")
suspend fun subscription(argument: suspend SubscriptionArgsBuilder.() -> 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.