queryStringBlacklist

@JvmName(name = "ldcbbioipxggsorv")
suspend fun queryStringBlacklist(value: Output<List<String>>)
@JvmName(name = "fcqthcjxjfwjmtut")
suspend fun queryStringBlacklist(value: List<String>?)

Parameters

value

Names of query string parameters to exclude in cache keys. All other parameters will be included. Either specify query_string_whitelist or query_string_blacklist, not both. '&' and '=' will be percent encoded and not treated as delimiters.


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


@JvmName(name = "cdoliexqjmjvuckk")
suspend fun queryStringBlacklist(values: List<Output<String>>)
@JvmName(name = "jrfupjipwqkqfeir")
suspend fun queryStringBlacklist(vararg values: String)

Parameters

values

Names of query string parameters to exclude in cache keys. All other parameters will be included. Either specify query_string_whitelist or query_string_blacklist, not both. '&' and '=' will be percent encoded and not treated as delimiters.