Bucket V2Website Args
data class BucketV2WebsiteArgs(val errorDocument: Output<String>? = null, val indexDocument: Output<String>? = null, val redirectAllRequestsTo: Output<String>? = null, val routingRules: Output<String>? = null) : ConvertibleToJava<BucketV2WebsiteArgs>
Properties
Link copied to clipboard
Absolute path to the document to return in case of a 4XX error.
Link copied to clipboard
Amazon S3 returns this index document when requests are made to the root domain or any of the subfolders.
Link copied to clipboard
Hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (http://
or https://
) to use when redirecting requests. The default is the protocol that is used in the original request.
Link copied to clipboard
JSON array containing routing rules describing redirect behavior and when redirects are applied.