WaitingRoomAdditionalRouteArgs

data class WaitingRoomAdditionalRouteArgs(val host: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<WaitingRoomAdditionalRouteArgs>

Constructors

Link copied to clipboard
constructor(host: Output<String>? = null, path: Output<String>? = null)

Properties

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

The hostname to which this waiting room will be applied (no wildcards). The hostname must be the primary domain, subdomain, or custom hostname (if using SSL for SaaS) of this zone. Please do not include the scheme (http:// or https://).

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

Sets the path within the host to enable the waiting room on. The waiting room will be enabled for all subpaths as well. If there are two waiting rooms on the same subpath, the waiting room for the most specific path will be chosen. Wildcards and query parameters are not supported.

Functions

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