HttpRouteRequestMirrorPolicyArgs

data class HttpRouteRequestMirrorPolicyArgs(val destination: Output<HttpRouteDestinationArgs>? = null) : ConvertibleToJava<HttpRouteRequestMirrorPolicyArgs>

Specifies the policy on how requests are shadowed to a separate mirrored destination service. The proxy does not wait for responses from the shadow service. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard

The destination the requests will be mirrored to. The weight of the destination will be ignored.