includedQueryParameters

@JvmName(name = "nposheunlylauvbp")
suspend fun includedQueryParameters(value: Output<List<String>>)
@JvmName(name = "mgxseonkqpleexcv")
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 = "edjjlaqksqmpghcx")
suspend fun includedQueryParameters(vararg values: Output<String>)


@JvmName(name = "krswfpdlgwudpepo")
suspend fun includedQueryParameters(values: List<Output<String>>)
@JvmName(name = "yehcibwodtwycolr")
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.