requestMirrorPolicy

@JvmName(name = "ydbbfsthgubkkivm")
suspend fun requestMirrorPolicy(value: Output<HttpRouteRequestMirrorPolicyArgs>)
@JvmName(name = "udduvhgnxmqbcuvo")
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 = "stwvorxqxsqvhbke")
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.