defaultPolicy

@JvmName(name = "ovaauwfticirpyop")
suspend fun defaultPolicy(value: Output<String>)
@JvmName(name = "fcnlfkafstyxunrs")
suspend fun defaultPolicy(value: String?)

Parameters

value

The default policy to use when load shedding. A random policy randomly sheds a given percent of requests. A hash policy computes a hash over the CF-Connecting-IP address and sheds all requests originating from a percent of IPs. Available values: "random", "hash".