Interface CfnWebACL.IOrStatementProperty
A logical rule statement used to combine other rule statements with OR logic.
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOrStatementProperty
Syntax (vb)
Public Interface IOrStatementProperty
Remarks
You provide more than one Statement
within the OrStatement
.
ExampleMetadata: fixture=_generated
Synopsis
Properties
Statements | The statements to combine with OR logic. |
Properties
Statements
The statements to combine with OR logic.
object Statements { get; }
Property Value
System.
Remarks
You can use any statements that can be nested.