| 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.AndStatement
Description
Synopsis
Documentation
data AndStatement Source #
A logical rule statement used to combine other rule statements with AND
logic. You provide more than one Statement within the AndStatement.
See: newAndStatement smart constructor.
Constructors
| AndStatement' | |
Fields
| |
Instances
newAndStatement :: AndStatement Source #
Create a value of AndStatement 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:AndStatement', andStatement_statements - The statements to combine with AND logic. You can use any statements
that can be nested.
andStatement_statements :: Lens' AndStatement [Statement] Source #
The statements to combine with AND logic. You can use any statements that can be nested.