WaitingRoomArgs

constructor(customPageHtml: Output<String>? = null, defaultTemplateLanguage: Output<String>? = null, description: Output<String>? = null, disableSessionRenewal: Output<Boolean>? = 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, sessionDuration: Output<Int>? = null, suspended: Output<Boolean>? = null, totalActiveUsers: Output<Int>? = null, zoneId: Output<String>? = null)