Bucket Redirect All Requests To Args
data class BucketRedirectAllRequestsToArgs(val hostName: Output<String>, val protocol: Output<BucketRedirectAllRequestsToProtocol>? = null) : ConvertibleToJava<BucketRedirectAllRequestsToArgs>
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
Constructors
Link copied to clipboard
constructor(hostName: Output<String>, protocol: Output<BucketRedirectAllRequestsToProtocol>? = null)