RulesetRuleActionParametersCacheKeyCustomKeyArgs

data class RulesetRuleActionParametersCacheKeyCustomKeyArgs(val cookie: Output<RulesetRuleActionParametersCacheKeyCustomKeyCookieArgs>? = null, val header: Output<RulesetRuleActionParametersCacheKeyCustomKeyHeaderArgs>? = null, val host: Output<RulesetRuleActionParametersCacheKeyCustomKeyHostArgs>? = null, val queryString: Output<RulesetRuleActionParametersCacheKeyCustomKeyQueryStringArgs>? = null, val user: Output<RulesetRuleActionParametersCacheKeyCustomKeyUserArgs>? = null) : ConvertibleToJava<RulesetRuleActionParametersCacheKeyCustomKeyArgs>

Properties

Link copied to clipboard

The cookies to include in building the cache key.

Link copied to clipboard

The header names and values to include in building the cache key.

Link copied to clipboard

Whether to use the original host or the resolved host in the cache key.

Link copied to clipboard

Use the presence of parameters in the query string to build the cache key.

Link copied to clipboard

Characteristics of the request user agent used in building the cache key.

Functions

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