Frontdoor Origin Group Load Balancing Args
data class FrontdoorOriginGroupLoadBalancingArgs(val additionalLatencyInMilliseconds: Output<Int>? = null, val sampleSize: Output<Int>? = null, val successfulSamplesRequired: Output<Int>? = null) : ConvertibleToJava<FrontdoorOriginGroupLoadBalancingArgs>
Properties
Link copied to clipboard
Specifies the additional latency in milliseconds for probes to fall into the lowest latency bucket. Possible values are between 0
and 1000
milliseconds (inclusive). Defaults to 50
.
Link copied to clipboard
Specifies the number of samples to consider for load balancing decisions. Possible values are between 0
and 255
(inclusive). Defaults to 4
.
Link copied to clipboard
Specifies the number of samples within the sample period that must succeed. Possible values are between 0
and 255
(inclusive). Defaults to 3
.