includedQueryParameters

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


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