Redirect All Requests To Args
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)