eventFilters

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


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