queryStringBlacklists

@JvmName(name = "inqaxnrqhhjpwnqt")
suspend fun queryStringBlacklists(value: Output<List<String>>)
@JvmName(name = "tewstgiomhooxcyp")
suspend fun queryStringBlacklists(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 = "fiucjjwxjrwmaytu")
suspend fun queryStringBlacklists(vararg values: Output<String>)


@JvmName(name = "xtntwevindqrmhgf")
suspend fun queryStringBlacklists(values: List<Output<String>>)
@JvmName(name = "ylrlaskwiqtdoxtc")
suspend fun queryStringBlacklists(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.