Waiting Room Additional Route Args
data class WaitingRoomAdditionalRouteArgs(val host: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<WaitingRoomAdditionalRouteArgs>
Properties
Link copied to clipboard
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.