Show / Hide Table of Contents

Class CfnWebACL.OrStatementProperty

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

Inheritance
object
CfnWebACL.OrStatementProperty
Implements
CfnWebACL.IOrStatementProperty
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.OrStatementProperty : CfnWebACL.IOrStatementProperty
Syntax (vb)
Public Class CfnWebACL.OrStatementProperty Implements CfnWebACL.IOrStatementProperty
Remarks

You provide more than one Statement within the OrStatement .

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

OrStatementProperty()

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

Properties

Statements

The statements to combine with OR logic.

Constructors

OrStatementProperty()

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

public OrStatementProperty()
Remarks

You provide more than one Statement within the OrStatement .

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

ExampleMetadata: fixture=_generated

Properties

Statements

The statements to combine with OR 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-orstatement.html#cfn-wafv2-webacl-orstatement-statements

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

Implements

CfnWebACL.IOrStatementProperty
Back to top Generated by DocFX