excludedQueryParameters

@JvmName(name = "chrrvkkewvldyqkb")
suspend fun excludedQueryParameters(value: Output<List<String>>)
@JvmName(name = "oqnfcgntaxlqvowg")
suspend fun excludedQueryParameters(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "qkxsxrklrcvpoplx")
suspend fun excludedQueryParameters(values: List<Output<String>>)
@JvmName(name = "ruyaxnfrvhjeqfty")
suspend fun excludedQueryParameters(vararg values: String)

Parameters

values

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