interface NotStatementProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.WAFv2.CfnWebACLPropsMixin.NotStatementProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awswafv2#CfnWebACLPropsMixin_NotStatementProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.NotStatementProperty |
Python | aws_cdk.cfn_property_mixins.aws_wafv2.CfnWebACLPropsMixin.NotStatementProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_wafv2 » 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