subscriptions

@JvmName(name = "ckatonmbfrpmrmet")
suspend fun subscriptions(value: Output<List<String>>)
@JvmName(name = "urxtdcfyjowmtnww")
suspend fun subscriptions(value: List<String>?)

Parameters

value

List of subscriptions.


@JvmName(name = "bsaaicehlifvqujm")
suspend fun subscriptions(vararg values: Output<String>)


@JvmName(name = "igcdvvotytobeour")
suspend fun subscriptions(values: List<Output<String>>)
@JvmName(name = "mhsuylrtmsjxjlgc")
suspend fun subscriptions(vararg values: String)

Parameters

values

List of subscriptions.