FrontdoorOriginGroupLoadBalancingArgs

data class FrontdoorOriginGroupLoadBalancingArgs(val additionalLatencyInMilliseconds: Output<Int>? = null, val sampleSize: Output<Int>? = null, val successfulSamplesRequired: Output<Int>? = null) : ConvertibleToJava<FrontdoorOriginGroupLoadBalancingArgs>

Constructors

Link copied to clipboard
constructor(additionalLatencyInMilliseconds: Output<Int>? = null, sampleSize: Output<Int>? = null, successfulSamplesRequired: Output<Int>? = null)

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
val sampleSize: Output<Int>? = null

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
val successfulSamplesRequired: Output<Int>? = null

Specifies the number of samples within the sample period that must succeed. Possible values are between 0 and 255 (inclusive). Defaults to 3.

Functions

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