requestMirrorPolicy

@JvmName(name = "offdtrrmtgesqgtc")
suspend fun requestMirrorPolicy(value: Output<HttpRouteRequestMirrorPolicyArgs>)
@JvmName(name = "hcbdgvshynpaiymw")
suspend fun requestMirrorPolicy(value: HttpRouteRequestMirrorPolicyArgs?)

Parameters

value

Specifies the policy on how requests intended for the routes destination are shadowed to a separate mirrored destination. Proxy will not wait for the shadow destination to respond before returning the response. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow.


@JvmName(name = "yebkjevuofxlffut")
suspend fun requestMirrorPolicy(argument: suspend HttpRouteRequestMirrorPolicyArgsBuilder.() -> Unit)

Parameters

argument

Specifies the policy on how requests intended for the routes destination are shadowed to a separate mirrored destination. Proxy will not wait for the shadow destination to respond before returning the response. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow.