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