Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data FieldPatterns Source #
A complex data type that includes the field patterns to match for field-level encryption.
See: newFieldPatterns
smart constructor.
Instances
Create a value of FieldPatterns
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:items:FieldPatterns'
, fieldPatterns_items
- An array of the field-level encryption field patterns.
$sel:quantity:FieldPatterns'
, fieldPatterns_quantity
- The number of field-level encryption field patterns.
fieldPatterns_items :: Lens' FieldPatterns (Maybe [Text]) Source #
An array of the field-level encryption field patterns.
fieldPatterns_quantity :: Lens' FieldPatterns Int Source #
The number of field-level encryption field patterns.