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 |
Documentation
data EncryptionEntities Source #
Complex data type for field-level encryption profiles that includes all of the encryption entities.
See: newEncryptionEntities
smart constructor.
EncryptionEntities' | |
|
Instances
newEncryptionEntities Source #
Create a value of EncryptionEntities
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:EncryptionEntities'
, encryptionEntities_items
- An array of field patterns in a field-level encryption content
type-profile mapping.
$sel:quantity:EncryptionEntities'
, encryptionEntities_quantity
- Number of field pattern items in a field-level encryption content
type-profile mapping.
encryptionEntities_items :: Lens' EncryptionEntities (Maybe [EncryptionEntity]) Source #
An array of field patterns in a field-level encryption content type-profile mapping.
encryptionEntities_quantity :: Lens' EncryptionEntities Int Source #
Number of field pattern items in a field-level encryption content type-profile mapping.