Show / Hide Table of Contents

Interface CfnRuleGroup.IAndStatementProperty

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

Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRuleGroup.IAndStatementProperty
Syntax (vb)
Public Interface CfnRuleGroup.IAndStatementProperty
Remarks

You provide more than one Statement within the AndStatement .

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

Statements

The statements to combine with AND logic.

Properties

Statements

The statements to combine with AND 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-rulegroup-andstatement.html#cfn-wafv2-rulegroup-andstatement-statements

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

Back to top Generated by DocFX