eventsListeners

@JvmName(name = "mpepnnxequrdqcwf")
suspend fun eventsListeners(value: Output<List<String>>)
@JvmName(name = "xuihfjcpicqqvadt")
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 = "ticrfknautmfkgrx")
suspend fun eventsListeners(vararg values: Output<String>)


@JvmName(name = "kwgedgiyruwjokvn")
suspend fun eventsListeners(values: List<Output<String>>)
@JvmName(name = "xixbvamrjmcsildm")
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.