eventFilters

@JvmName(name = "ihopalpuxvabrhbp")
suspend fun eventFilters(value: Output<List<String>>)
@JvmName(name = "whwqmoqhbwnidctx")
suspend fun eventFilters(value: List<String>?)

Parameters

value

Perform the action for these events. The default is to perform all events if no event filter is specified. Valid values are SIGN_IN, PASSWORD_CHANGE, and SIGN_UP.


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


@JvmName(name = "yjambtuklncqswqo")
suspend fun eventFilters(values: List<Output<String>>)
@JvmName(name = "vhnaokdsccfqwkmc")
suspend fun eventFilters(vararg values: String)

Parameters

values

Perform the action for these events. The default is to perform all events if no event filter is specified. Valid values are SIGN_IN, PASSWORD_CHANGE, and SIGN_UP.