orStatement

@JvmName(name = "tnevetatmxhmlgye")
suspend fun orStatement(value: Output<RuleGroupOrStatementArgs>)
@JvmName(name = "pmejyommkevwqjca")
suspend fun orStatement(value: RuleGroupOrStatementArgs?)

Parameters

value

A logical rule statement used to combine other rule statements with OR logic. You provide more than one Statement within the OrStatement .


@JvmName(name = "xnwitgjwtndimoew")
suspend fun orStatement(argument: suspend RuleGroupOrStatementArgsBuilder.() -> Unit)

Parameters

argument

A logical rule statement used to combine other rule statements with OR logic. You provide more than one Statement within the OrStatement .