includedQueryParameters

@JvmName(name = "nyssncrxfxgpnbrc")
suspend fun includedQueryParameters(value: Output<List<String>>)
@JvmName(name = "yarafxfvahylonmf")
suspend fun includedQueryParameters(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "afpbjhnywqixwsqe")
suspend fun includedQueryParameters(values: List<Output<String>>)
@JvmName(name = "gcdxbghxlvsfdadu")
suspend fun includedQueryParameters(vararg values: String)

Parameters

values

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