PageRuleActionsCacheKeyFieldsHostArgs

data class PageRuleActionsCacheKeyFieldsHostArgs(val resolved: Output<Boolean>? = null) : ConvertibleToJava<PageRuleActionsCacheKeyFieldsHostArgs>

Constructors

Link copied to clipboard
constructor(resolved: Output<Boolean>? = null)

Properties

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

false (default) - includes the Host header in the HTTP request sent to the origin; true - includes the Host header that was resolved to get the origin IP for the request (e.g. changed with Resolve Override Page Rule).

Functions

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