subscription

@JvmName(name = "nxarhmrqjsblpcwk")
suspend fun subscription(value: Output<List<SubscriptionArgs>>)
@JvmName(name = "cbjenmpdeoujkuhh")
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 = "qxbcjilsympaogtl")
suspend fun subscription(vararg values: Output<SubscriptionArgs>)


@JvmName(name = "uguvcnovrcgtukgy")
suspend fun subscription(values: List<Output<SubscriptionArgs>>)
@JvmName(name = "vslumxoxvvbllbji")
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 = "mvbmddvnxxmhypmc")
suspend fun subscription(argument: List<suspend SubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "diharjbetfbsjrui")
suspend fun subscription(vararg argument: suspend SubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "qonbfxsqddywnsky")
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.