allowedEventTypes

@JvmName(name = "sunyufughhbqodpt")
suspend fun allowedEventTypes(value: Output<List<String>>)
@JvmName(name = "mmacjoxbmdwctkbw")
suspend fun allowedEventTypes(value: List<String>?)

Parameters

value

List of extension events selected by consumer that extension is allowed to emit, identified by their types.


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


@JvmName(name = "tnpjgxgwkavonkgb")
suspend fun allowedEventTypes(values: List<Output<String>>)
@JvmName(name = "viyvmbbvwupggdke")
suspend fun allowedEventTypes(vararg values: String)

Parameters

values

List of extension events selected by consumer that extension is allowed to emit, identified by their types.