RulesetRuleActionParametersCacheKeyCustomKeyQueryStringExcludeArgs

data class RulesetRuleActionParametersCacheKeyCustomKeyQueryStringExcludeArgs(val all: Output<Boolean>? = null, val lists: Output<List<String>>? = null) : ConvertibleToJava<RulesetRuleActionParametersCacheKeyCustomKeyQueryStringExcludeArgs>

Constructors

constructor(all: Output<Boolean>? = null, lists: Output<List<String>>? = null)

Properties

Link copied to clipboard
val all: Output<Boolean>? = null

Determines whether to exclude all query string parameters from the cache key.

Link copied to clipboard
val lists: Output<List<String>>? = null

Functions

Link copied to clipboard
open override fun toJava(): RulesetRuleActionParametersCacheKeyCustomKeyQueryStringExcludeArgs