interface NotStatementProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.WAFv2.CfnWebACL.NotStatementProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_NotStatementProperty | 
|  Java | software.amazon.awscdk.services.wafv2.CfnWebACL.NotStatementProperty | 
|  Python | aws_cdk.aws_wafv2.CfnWebACL.NotStatementProperty | 
|  TypeScript | aws-cdk-lib»aws_wafv2»CfnWebACL»NotStatementProperty | 
A logical rule statement used to negate the results of another rule statement.
You provide one Statement within the NotStatement .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| statement | IResolvable | Statement | The statement to negate. | 
statement
Type:
IResolvable | Statement
The statement to negate.
You can use any statement that can be nested.
