PageRuleActionsCacheKeyFieldsHostArgs

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

Constructors

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

Functions

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

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).