Show / Hide Table of Contents

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-notstatement.html

ExampleMetadata: fixture=_generated

Synopsis

Properties

Statement

The statement to negate.

Properties

Statement

The statement to negate.

object Statement { get; }
Property Value

object

Remarks

You can use any statement that can be nested.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-notstatement.html#cfn-wafv2-webacl-notstatement-statement

Type union: either IResolvable or CfnWebACL.IStatementProperty

Back to top Generated by DocFX