values

@JvmName(name = "bdiuvxtibfwoguwu")
suspend fun values(value: Output<List<ListenerRuleQueryStringKeyValueArgs>>)
@JvmName(name = "vcehhlsgylimiksv")
suspend fun values(value: List<ListenerRuleQueryStringKeyValueArgs>?)

Parameters

value

The key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in `Values` using a '\' character. If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.


@JvmName(name = "egekulprtfrknotu")
suspend fun values(vararg values: Output<ListenerRuleQueryStringKeyValueArgs>)


@JvmName(name = "qinlrawtvnaarnyq")
suspend fun values(values: List<Output<ListenerRuleQueryStringKeyValueArgs>>)
@JvmName(name = "jivjuyctxlmyxbvq")
suspend fun values(vararg values: ListenerRuleQueryStringKeyValueArgs)

Parameters

values

The key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in `Values` using a '\' character. If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.


@JvmName(name = "actduilihksjfoah")
suspend fun values(argument: List<suspend ListenerRuleQueryStringKeyValueArgsBuilder.() -> Unit>)
@JvmName(name = "tfhwbhfabvylsdrd")
suspend fun values(vararg argument: suspend ListenerRuleQueryStringKeyValueArgsBuilder.() -> Unit)
@JvmName(name = "gfwxsoyogreikcue")
suspend fun values(argument: suspend ListenerRuleQueryStringKeyValueArgsBuilder.() -> Unit)

Parameters

argument

The key/value pairs or values to find in the query string. The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in `Values` using a '\' character. If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.