exclude
suspend fun exclude(value: Output<RulesetRuleActionParametersCacheKeyCustomKeyQueryStringExcludeArgs>)
Parameters
value
A list of query string parameters NOT used to build the cache key. All parameters present in the request but missing in this list will be used to build the cache key.
suspend fun exclude(argument: suspend RulesetRuleActionParametersCacheKeyCustomKeyQueryStringExcludeArgsBuilder.() -> Unit)
Parameters
argument
A list of query string parameters NOT used to build the cache key. All parameters present in the request but missing in this list will be used to build the cache key.