BucketWebsiteConfigurationV2RedirectAllRequestsToArgs

data class BucketWebsiteConfigurationV2RedirectAllRequestsToArgs(val hostName: Output<String>, val protocol: Output<String>? = null) : ConvertibleToJava<BucketWebsiteConfigurationV2RedirectAllRequestsToArgs>

Constructors

fun BucketWebsiteConfigurationV2RedirectAllRequestsToArgs(hostName: Output<String>, protocol: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BucketWebsiteConfigurationV2RedirectAllRequestsToArgs

Properties

Link copied to clipboard
val hostName: Output<String>

Name of the host where requests are redirected.

Link copied to clipboard
val protocol: Output<String>? = null

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