Show / Hide Table of Contents

Interface CfnWebACL.IOrStatementProperty

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

Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.IOrStatementProperty
Syntax (vb)
Public Interface 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

Properties

Statements

The statements to combine with OR logic.

Properties

Statements

The statements to combine with OR logic.

object Statements { get; }
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)[]

Back to top Generated by DocFX