Waiting Room Args
constructor(additionalRoutes: Output<List<WaitingRoomAdditionalRouteArgs>>? = null, cookieAttributes: Output<WaitingRoomCookieAttributesArgs>? = null, cookieSuffix: Output<String>? = null, customPageHtml: Output<String>? = null, defaultTemplateLanguage: Output<String>? = null, description: Output<String>? = null, disableSessionRenewal: Output<Boolean>? = null, enabledOriginCommands: Output<List<String>>? = null, host: Output<String>? = null, jsonResponseEnabled: Output<Boolean>? = null, name: Output<String>? = null, newUsersPerMinute: Output<Int>? = null, path: Output<String>? = null, queueAll: Output<Boolean>? = null, queueingMethod: Output<String>? = null, queueingStatusCode: Output<Int>? = null, sessionDuration: Output<Int>? = null, suspended: Output<Boolean>? = null, totalActiveUsers: Output<Int>? = null, turnstileAction: Output<String>? = null, turnstileMode: Output<String>? = null, zoneId: Output<String>? = null)