RulesetRuleActionParametersCacheKeyCustomKeyQueryStringArgs

data class RulesetRuleActionParametersCacheKeyCustomKeyQueryStringArgs(val excludes: Output<List<String>>? = null, val includes: Output<List<String>>? = null) : ConvertibleToJava<RulesetRuleActionParametersCacheKeyCustomKeyQueryStringArgs>

Constructors

constructor(excludes: Output<List<String>>? = null, includes: Output<List<String>>? = null)

Properties

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

List of query string parameters to exclude from the custom key.

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

List of query string parameters to include in the custom key.

Functions

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