andStatement

@JvmName(name = "qnfvohymuporguhg")
suspend fun andStatement(value: Output<RuleGroupAndStatementArgs>)
@JvmName(name = "imndkrrilkfiwmpu")
suspend fun andStatement(value: RuleGroupAndStatementArgs?)

Parameters

value

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


@JvmName(name = "bqjnapifokyvqvag")
suspend fun andStatement(argument: suspend RuleGroupAndStatementArgsBuilder.() -> Unit)

Parameters

argument

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