Show / Hide Table of Contents

Class CfnWebACL.AndStatementProperty

A logical rule statement used to combine other rule statements with AND logic.

Inheritance
object
CfnWebACL.AndStatementProperty
Implements
CfnWebACL.IAndStatementProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.AndStatementProperty : CfnWebACL.IAndStatementProperty
Syntax (vb)
Public Class CfnWebACL.AndStatementProperty Implements CfnWebACL.IAndStatementProperty
Remarks

You provide more than one Statement within the AndStatement .

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

AndStatementProperty()

A logical rule statement used to combine other rule statements with AND logic.

Properties

Statements

The statements to combine with AND logic.

Constructors

AndStatementProperty()

A logical rule statement used to combine other rule statements with AND logic.

public AndStatementProperty()
Remarks

You provide more than one Statement within the AndStatement .

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

ExampleMetadata: fixture=_generated

Properties

Statements

The statements to combine with AND logic.

public object Statements { get; set; }
Property Value

object

Remarks

You can use any statements that can be nested.

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

Type union: either IResolvable or (either IResolvable or CfnWebACL.IStatementProperty)[]

Implements

CfnWebACL.IAndStatementProperty
Back to top Generated by DocFX