Interface CfnWebACL.OrStatementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACL.OrStatementProperty.Jsii$Proxy
- Enclosing class:
CfnWebACL
@Stability(Stable)
public static interface CfnWebACL.OrStatementProperty
extends software.amazon.jsii.JsiiSerializable
A logical rule statement used to combine other rule statements with OR logic.
You provide more than one Statement within the OrStatement .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebACL.OrStatementPropertystatic final classAn implementation forCfnWebACL.OrStatementProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatements
The statements to combine with OR logic.You can use any statements that can be nested.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnWebACL.StatementProperty>- See Also:
-
builder
-