values

@JvmName(name = "hxarykslgaejfuxn")
suspend fun values(value: Output<List<ListenerRuleQueryStringKeyValueArgs>>)
@JvmName(name = "fyhxibuwpapqhepv")
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 = "mwufapqnbhwaeovu")
suspend fun values(vararg values: Output<ListenerRuleQueryStringKeyValueArgs>)


@JvmName(name = "ocbueegddxkccigw")
suspend fun values(values: List<Output<ListenerRuleQueryStringKeyValueArgs>>)
@JvmName(name = "luheblyeujlnjktx")
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 = "rruorkjigwhgamxa")
suspend fun values(argument: List<suspend ListenerRuleQueryStringKeyValueArgsBuilder.() -> Unit>)
@JvmName(name = "dlbfsbtfjwsedwey")
suspend fun values(vararg argument: suspend ListenerRuleQueryStringKeyValueArgsBuilder.() -> Unit)
@JvmName(name = "exxrsqfkyyesqcnp")
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.