Interface CfnWebACL.INotStatementProperty
A logical rule statement used to negate the results of another rule statement.
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.INotStatementProperty
Syntax (vb)
Public Interface CfnWebACL.INotStatementProperty
Remarks
You provide one Statement within the NotStatement .
ExampleMetadata: fixture=_generated
Synopsis
Properties
| Statement | The statement to negate. |
Properties
Statement
The statement to negate.
object Statement { get; }
Property Value
Remarks
You can use any statement that can be nested.
Type union: either IResolvable or CfnWebACL.IStatementProperty