eventFilters

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


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