RulesetRuleActionParametersServeStaleArgs

data class RulesetRuleActionParametersServeStaleArgs(val disableStaleWhileUpdating: Output<Boolean>) : ConvertibleToJava<RulesetRuleActionParametersServeStaleArgs>

Constructors

constructor(disableStaleWhileUpdating: Output<Boolean>)

Properties

Link copied to clipboard

Defines whether Cloudflare should serve stale content while updating. If true, Cloudflare will not serve stale content while getting the latest content from the origin.

Functions

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