mirror Headers
suspend fun mirrorHeaders(value: Output<BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersArgs>)
Parameters
value
Specifies the Header carried when the image returns to the source. It takes effect only when the RedirectType is set to Mirror. See mirror_headers
below.
suspend fun mirrorHeaders(argument: suspend BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersArgsBuilder.() -> Unit)
Parameters
argument
Specifies the Header carried when the image returns to the source. It takes effect only when the RedirectType is set to Mirror. See mirror_headers
below.