includedQueryParameters

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


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