zeroDowntimeFailover

@JvmName(name = "fholyvcyqtgdwmtr")
suspend fun zeroDowntimeFailover(value: Output<String>)
@JvmName(name = "gdcymllifmrbvayv")
suspend fun zeroDowntimeFailover(value: String?)

Parameters

value

Configures the zero-downtime failover between origins within a pool when session affinity is enabled. Value none means no failover takes place for sessions pinned to the origin. Value temporary means traffic will be sent to another other healthy origin until the originally pinned origin is available; note that this can potentially result in heavy origin flapping. Value sticky means the session affinity cookie is updated and subsequent requests are sent to the new origin. This feature is currently incompatible with Argo, Tiered Cache, and Bandwidth Alliance. Available values: none, temporary, sticky.