eventSubscriptions

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "fbarjsrhfcwvybdp")
suspend fun eventSubscriptions(argument: List<suspend AppEventSubscriptionArgsBuilder.() -> Unit>)
@JvmName(name = "jxdvprikuxvrnhfp")
suspend fun eventSubscriptions(vararg argument: suspend AppEventSubscriptionArgsBuilder.() -> Unit)
@JvmName(name = "ughhsmlhhuxnrcag")
suspend fun eventSubscriptions(argument: suspend AppEventSubscriptionArgsBuilder.() -> Unit)

Parameters

argument

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