subscription

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


@JvmName(name = "svnxffjtdciwoumm")
suspend fun subscription(values: List<Output<SubscriptionArgs>>)
@JvmName(name = "ksraauhdsdxvaeob")
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 = "nivlbcdnbmkjrtng")
suspend fun subscription(argument: List<suspend SubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "euhxowgryimnwkis")
suspend fun subscription(vararg argument: suspend SubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "enwmkrdleilmmsai")
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.