interface OrStatementProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.WAFv2.Mixins.CfnWebACLPropsMixin.OrStatementProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awswafv2/mixins#CfnWebACLPropsMixin_OrStatementProperty |
Java | software.amazon.awscdk.mixins.preview.services.wafv2.mixins.CfnWebACLPropsMixin.OrStatementProperty |
Python | aws_cdk.mixins_preview.aws_wafv2.mixins.CfnWebACLPropsMixin.OrStatementProperty |
TypeScript | @aws-cdk/mixins-preview » aws_wafv2 » mixins » CfnWebACLPropsMixin » 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
| Name | Type | Description |
|---|---|---|
| statements? | IResolvable | (IResolvable | Statement)[] | The statements to combine with OR logic. |
statements?
Type:
IResolvable | (IResolvable | Statement)[]
(optional)
The statements to combine with OR logic.
You can use any statements that can be nested.

.NET
Go
Java
Python
TypeScript