RulesetRuleActionParametersCacheKeyCustomKeyQueryStringIncludeArgs

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

Constructors

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

Properties

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

Determines whether to include all query string parameters in the cache key.

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

Functions

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