eventsListeners

@JvmName(name = "uwonbtvpefmxylav")
suspend fun eventsListeners(value: Output<List<String>>)
@JvmName(name = "mlrfbvigyvnlcumg")
suspend fun eventsListeners(value: List<String>?)

Parameters

value

The event listeners that events should be sent to. Defaults to [] or none. Note that new realms enable the jboss-logging listener by default, and this resource will remove that unless it is specified.


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


@JvmName(name = "caxwyjoeuyeiyxek")
suspend fun eventsListeners(values: List<Output<String>>)
@JvmName(name = "hryxwkfqfsfpugqy")
suspend fun eventsListeners(vararg values: String)

Parameters

values

The event listeners that events should be sent to. Defaults to [] or none. Note that new realms enable the jboss-logging listener by default, and this resource will remove that unless it is specified.