values

@JvmName(name = "jswxdajqnuuxcvyc")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "ynlqpialxjvwryjc")
suspend fun values(value: List<String>)

Parameters

value

Specifies an array of values to compare to when using a multiple values operator.

NOTE: A maximum of total number of advanced filter values allowed on event subscription is 25.


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


@JvmName(name = "lomaujhothvvboio")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "yxvjwacneppwwccp")
suspend fun values(vararg values: String)

Parameters

values

Specifies an array of values to compare to when using a multiple values operator.

NOTE: A maximum of total number of advanced filter values allowed on event subscription is 25.