aws-cdk-lib.aws_wafv2.CfnWebACL.OrStatementProperty

interface OrStatementProperty

LanguageType name
.NETAmazon.CDK.AWS.WAFv2.CfnWebACL.OrStatementProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnWebACL_OrStatementProperty
Javasoftware.amazon.awscdk.services.wafv2.CfnWebACL.OrStatementProperty
Pythonaws_cdk.aws_wafv2.CfnWebACL.OrStatementProperty
TypeScript aws-cdk-lib » aws_wafv2 » CfnWebACL » OrStatementProperty

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

You provide more than one Statement within the OrStatement .

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
statementsIResolvable | IResolvable | StatementProperty[]The statements to combine with OR logic.

statements

Type: IResolvable | IResolvable | StatementProperty[]

The statements to combine with OR logic.

You can use any statements that can be nested.