eventFilters

@JvmName(name = "kekwotkfjpahymvf")
suspend fun eventFilters(value: Output<List<String>>)
@JvmName(name = "plcfflejwyvxmxlk")
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 = "uijrprsnfaftntti")
suspend fun eventFilters(vararg values: Output<String>)


@JvmName(name = "fnvkonugxxumobhk")
suspend fun eventFilters(values: List<Output<String>>)
@JvmName(name = "bjqqsosnqldljxwa")
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.