EndpointConfigurationShadowProductionVariantRoutingConfigArgs

data class EndpointConfigurationShadowProductionVariantRoutingConfigArgs(val routingStrategy: Output<String>) : ConvertibleToJava<EndpointConfigurationShadowProductionVariantRoutingConfigArgs>

Constructors

constructor(routingStrategy: Output<String>)

Properties

Link copied to clipboard
val routingStrategy: Output<String>

Sets how the endpoint routes incoming traffic. Valid values are LEAST_OUTSTANDING_REQUESTS and RANDOM. LEAST_OUTSTANDING_REQUESTS routes requests to the specific instances that have more capacity to process them. RANDOM routes each request to a randomly chosen instance.

Functions

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