eventsListeners

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


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