AWS::WAFv2::RuleGroup OrStatementOne
Logical OR statement.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Statements" :
[ StatementTwo, ... ]
}
YAML
Statements:
- StatementTwo
Properties
Statements
-
Logical OR statements.
Required: Yes
Type: List of StatementTwo
Update requires: No interruption