additionalRoutes

@JvmName(name = "nlxcjausgpjctlbb")
suspend fun additionalRoutes(value: Output<List<WaitingRoomAdditionalRouteArgs>>)
@JvmName(name = "svmktbagteuevuqk")
suspend fun additionalRoutes(value: List<WaitingRoomAdditionalRouteArgs>?)

Parameters

value

Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination must be unique to this and all other waiting rooms.


@JvmName(name = "ndfmbctjmuuqucsu")
suspend fun additionalRoutes(vararg values: Output<WaitingRoomAdditionalRouteArgs>)


@JvmName(name = "pgjmkcgnfgmtqmwe")
suspend fun additionalRoutes(values: List<Output<WaitingRoomAdditionalRouteArgs>>)
@JvmName(name = "shuehtjwasqlhyke")
suspend fun additionalRoutes(vararg values: WaitingRoomAdditionalRouteArgs)

Parameters

values

Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination must be unique to this and all other waiting rooms.


@JvmName(name = "cafyxynhtluiotld")
suspend fun additionalRoutes(argument: List<suspend WaitingRoomAdditionalRouteArgsBuilder.() -> Unit>)
@JvmName(name = "yullqltlktcechhl")
suspend fun additionalRoutes(vararg argument: suspend WaitingRoomAdditionalRouteArgsBuilder.() -> Unit)
@JvmName(name = "nwewghkfysargnka")
suspend fun additionalRoutes(argument: suspend WaitingRoomAdditionalRouteArgsBuilder.() -> Unit)

Parameters

argument

Only available for the Waiting Room Advanced subscription. Additional hostname and path combinations to which this waiting room will be applied. There is an implied wildcard at the end of the path. The hostname and path combination must be unique to this and all other waiting rooms.