interface AndStatementProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.WAFv2.CfnWebACL.AndStatementProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_AndStatementProperty |
Java | software.amazon.awscdk.services.wafv2.CfnWebACL.AndStatementProperty |
Python | aws_cdk.aws_wafv2.CfnWebACL.AndStatementProperty |
TypeScript | aws-cdk-lib » aws_wafv2 » CfnWebACL » AndStatementProperty |
A logical rule statement used to combine other rule statements with AND logic.
You provide more than one Statement within the AndStatement .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| statements | IResolvable | (IResolvable | Statement)[] | The statements to combine with AND logic. |
statements
Type:
IResolvable | (IResolvable | Statement)[]
The statements to combine with AND logic.
You can use any statements that can be nested.

.NET
Go
Java
Python
TypeScript