EndpointConfigurationShadowProductionVariantRoutingConfig

Constructors

constructor(routingStrategy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.