values

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

Parameters

value

List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string. Query String Value Blocks (for query_string.values) support the following:


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


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

Parameters

values

List of header value patterns to match. Maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). If the same header appears multiple times in the request they will be searched in order until a match is found. Only one pattern needs to match for the condition to be satisfied. To require that all of the strings are a match, create one condition block per string. Query String Value Blocks (for query_string.values) support the following: