queryStringWhitelist

@JvmName(name = "pufdbgnwfibfypjf")
suspend fun queryStringWhitelist(value: Output<List<String>>)
@JvmName(name = "ejlriihcysoovwib")
suspend fun queryStringWhitelist(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "avbpbvtxeygyprrh")
suspend fun queryStringWhitelist(values: List<Output<String>>)
@JvmName(name = "ggxhjknessqlwvyu")
suspend fun queryStringWhitelist(vararg values: String)

Parameters

values

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