interface NotStatementProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.WAFv2.Mixins.CfnWebACLPropsMixin.NotStatementProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awswafv2/mixins#CfnWebACLPropsMixin_NotStatementProperty |
Java | software.amazon.awscdk.mixins.preview.services.wafv2.mixins.CfnWebACLPropsMixin.NotStatementProperty |
Python | aws_cdk.mixins_preview.aws_wafv2.mixins.CfnWebACLPropsMixin.NotStatementProperty |
TypeScript | @aws-cdk/mixins-preview » aws_wafv2 » mixins » CfnWebACLPropsMixin » 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
(optional)
The statement to negate.
You can use any statement that can be nested.

.NET
Go
Java
Python
TypeScript