orStatement

@JvmName(name = "fnnngarysidpgvle")
suspend fun orStatement(value: Output<RuleGroupOrStatementArgs>)
@JvmName(name = "yycmmticaunsaylt")
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 = "ygkqvhmbrwkdstwy")
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 .