PageRuleActionsCacheKeyFieldsArgs

data class PageRuleActionsCacheKeyFieldsArgs(val cookie: Output<PageRuleActionsCacheKeyFieldsCookieArgs>? = null, val header: Output<PageRuleActionsCacheKeyFieldsHeaderArgs>? = null, val host: Output<PageRuleActionsCacheKeyFieldsHostArgs>, val queryString: Output<PageRuleActionsCacheKeyFieldsQueryStringArgs>, val user: Output<PageRuleActionsCacheKeyFieldsUserArgs>) : ConvertibleToJava<PageRuleActionsCacheKeyFieldsArgs>

Constructors

Properties

Link copied to clipboard

Controls what cookies go into Cache Key:

Link copied to clipboard

Controls what HTTP headers go into Cache Key:

Link copied to clipboard

Controls which Host header goes into Cache Key:

Link copied to clipboard

Controls which URL query string parameters go into the Cache Key.

Link copied to clipboard

Controls which end user-related features go into the Cache Key.

Functions

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