redirect All Requests To
suspend fun redirectAllRequestsTo(value: Output<BucketWebsiteConfigurationV2RedirectAllRequestsToArgs>)
Parameters
value
Redirect behavior for every request to this bucket's website endpoint. See below. Conflicts with error_document
, index_document
, and routing_rule
.
suspend fun redirectAllRequestsTo(argument: suspend BucketWebsiteConfigurationV2RedirectAllRequestsToArgsBuilder.() -> Unit)
Parameters
argument
Redirect behavior for every request to this bucket's website endpoint. See below. Conflicts with error_document
, index_document
, and routing_rule
.