| 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.CloudFront.Types.EncryptionEntities
Description
Documentation
data EncryptionEntities Source #
Complex data type for field-level encryption profiles that includes all of the encryption entities.
See: newEncryptionEntities smart constructor.
Constructors
| EncryptionEntities' | |
Fields
| |
Instances
newEncryptionEntities Source #
Arguments
| :: Int | |
| -> EncryptionEntities |
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.