| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WAFV2.Types.OrStatement
Description
Synopsis
- data OrStatement = OrStatement' {
- statements :: [Statement]
- newOrStatement :: OrStatement
- orStatement_statements :: Lens' OrStatement [Statement]
Documentation
data OrStatement Source #
A logical rule statement used to combine other rule statements with OR
logic. You provide more than one Statement within the OrStatement.
See: newOrStatement smart constructor.
Constructors
| OrStatement' | |
Fields
| |
Instances
newOrStatement :: OrStatement Source #
Create a value of OrStatement with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:statements:OrStatement', orStatement_statements - The statements to combine with OR logic. You can use any statements that
can be nested.
orStatement_statements :: Lens' OrStatement [Statement] Source #
The statements to combine with OR logic. You can use any statements that can be nested.