AWS::WAFv2::WebACL OrStatementOne
逻辑 OR 语句。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "Statements" :
[ StatementTwo, ... ]
}
YAML
Statements:
- StatementTwo
属性
Statements
-
在语句嵌套中使用的逻辑 OR 语句。
必需:是
类型:StatementTwo 列表
Update requires: No interruption