aws-cdk-lib.aws_wafv2.CfnWebACL.NotStatementProperty

interface NotStatementProperty

LanguageType name
.NETAmazon.CDK.AWS.WAFv2.CfnWebACL.NotStatementProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_NotStatementProperty
Javasoftware.amazon.awscdk.services.wafv2.CfnWebACL.NotStatementProperty
Pythonaws_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

NameTypeDescription
statementIResolvable | StatementPropertyThe statement to negate.

statement

Type: IResolvable | StatementProperty

The statement to negate.

You can use any statement that can be nested.