WaitingRoomRulesRuleArgs

data class WaitingRoomRulesRuleArgs(val action: Output<String>, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val expression: Output<String>) : ConvertibleToJava<WaitingRoomRulesRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<String>, description: Output<String>? = null, enabled: Output<Boolean>? = null, expression: Output<String>)

Properties

Link copied to clipboard
val action: Output<String>

The action to take when the expression matches. Available values: "bypasswaitingroom".

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

The description of the rule.

Link copied to clipboard
val enabled: Output<Boolean>? = null

When set to true, the rule is enabled.

Link copied to clipboard
val expression: Output<String>

Criteria defining when there is a match for the current rule.

Functions

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