RedirectAllRequestsToArgs

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

Definition of RedirectAllRequestsTo

Constructors

Link copied to clipboard
constructor(hostName: Output<String>? = null, protocol: Output<Either<String, RedirectAllRequestsToProtocol>>? = null)

Properties

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

Name of the host where requests are redirected.

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

Protocol to use when redirecting requests. The default is the protocol that is used in the original request.

Functions

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