BucketWebsiteConfigurationV2RedirectAllRequestsTo

data class BucketWebsiteConfigurationV2RedirectAllRequestsTo(val hostName: String, val protocol: String? = null)

Constructors

constructor(hostName: String, protocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the host where requests are redirected.

Link copied to clipboard
val protocol: String? = null

Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: http, https.