allowedEventTypes

@JvmName(name = "rdksccydgvwgrtxm")
suspend fun allowedEventTypes(value: Output<List<String>>)
@JvmName(name = "aafdaweryskfmisr")
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 = "ejkqglrwqbqbynfc")
suspend fun allowedEventTypes(vararg values: Output<String>)


@JvmName(name = "hwihoiwstfpdqckj")
suspend fun allowedEventTypes(values: List<Output<String>>)
@JvmName(name = "bxqktqdvvlugvvym")
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.