sets
suspend fun sets(value: Output<List<BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersSetArgs>>)
Parameters
value
Set a Header to send to the source site. Regardless of whether the request contains the specified Header, these headers will be set when returning to the source site. It takes effect only when the RedirectType is set to Mirror. See set
below.
suspend fun sets(vararg values: Output<BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersSetArgs>)
suspend fun sets(values: List<Output<BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersSetArgs>>)
Parameters
values
Set a Header to send to the source site. Regardless of whether the request contains the specified Header, these headers will be set when returning to the source site. It takes effect only when the RedirectType is set to Mirror. See set
below.
suspend fun sets(argument: List<suspend BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersSetArgsBuilder.() -> Unit>)
suspend fun sets(vararg argument: suspend BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersSetArgsBuilder.() -> Unit)
suspend fun sets(argument: suspend BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersSetArgsBuilder.() -> Unit)
Parameters
argument
Set a Header to send to the source site. Regardless of whether the request contains the specified Header, these headers will be set when returning to the source site. It takes effect only when the RedirectType is set to Mirror. See set
below.