eventSubscriptions

@JvmName(name = "vhcgxbbxcilxsuxa")
suspend fun eventSubscriptions(value: Output<List<AppEventSubscriptionArgs>>)
@JvmName(name = "wymgkgsirtngotlh")
suspend fun eventSubscriptions(value: List<AppEventSubscriptionArgs>?)

Parameters

value

The list of events you would like to subscribe and get notification for.


@JvmName(name = "bsjocktjvfalqbua")
suspend fun eventSubscriptions(vararg values: Output<AppEventSubscriptionArgs>)


@JvmName(name = "srtneooqcutyxyjd")
suspend fun eventSubscriptions(values: List<Output<AppEventSubscriptionArgs>>)
@JvmName(name = "wtuwgxfqotkmwanp")
suspend fun eventSubscriptions(vararg values: AppEventSubscriptionArgs)

Parameters

values

The list of events you would like to subscribe and get notification for.


@JvmName(name = "qmilxbphivdpqqgg")
suspend fun eventSubscriptions(argument: List<suspend AppEventSubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "rxbqtwxrhlomhnax")
suspend fun eventSubscriptions(vararg argument: suspend AppEventSubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "tprkqdjvfapncdtx")
suspend fun eventSubscriptions(argument: suspend AppEventSubscriptionArgsBuilder.() -> Unit)

Parameters

argument

The list of events you would like to subscribe and get notification for.