includedQueryParameters

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


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