Page Rule Actions Cache Key Fields Args
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
Link copied to clipboard
constructor(cookie: Output<PageRuleActionsCacheKeyFieldsCookieArgs>? = null, header: Output<PageRuleActionsCacheKeyFieldsHeaderArgs>? = null, host: Output<PageRuleActionsCacheKeyFieldsHostArgs>, queryString: Output<PageRuleActionsCacheKeyFieldsQueryStringArgs>, user: Output<PageRuleActionsCacheKeyFieldsUserArgs>)
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.