Class CfnWebACL.AndStatementProperty
A logical rule statement used to combine other rule statements with AND logic.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.AndStatementProperty : CfnWebACL.IAndStatementProperty
Syntax (vb)
Public Class CfnWebACL.AndStatementProperty Implements CfnWebACL.IAndStatementProperty
Remarks
You provide more than one Statement within the AndStatement .
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| AndStatementProperty() | A logical rule statement used to combine other rule statements with AND logic. |
Properties
| Statements | The statements to combine with AND logic. |
Constructors
AndStatementProperty()
A logical rule statement used to combine other rule statements with AND logic.
public AndStatementProperty()
Remarks
You provide more than one Statement within the AndStatement .
ExampleMetadata: fixture=_generated
Properties
Statements
The statements to combine with AND logic.
public object Statements { get; set; }
Property Value
Remarks
You can use any statements that can be nested.
Type union: either IResolvable or (either IResolvable or CfnWebACL.IStatementProperty)[]