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 ContentTypeProfiles Source #
Field-level encryption content type-profile.
See: newContentTypeProfiles
smart constructor.
ContentTypeProfiles' | |
|
Instances
newContentTypeProfiles Source #
Create a value of ContentTypeProfiles
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:ContentTypeProfiles'
, contentTypeProfiles_items
- Items in a field-level encryption content type-profile mapping.
$sel:quantity:ContentTypeProfiles'
, contentTypeProfiles_quantity
- The number of field-level encryption content type-profile mappings.
contentTypeProfiles_items :: Lens' ContentTypeProfiles (Maybe [ContentTypeProfile]) Source #
Items in a field-level encryption content type-profile mapping.
contentTypeProfiles_quantity :: Lens' ContentTypeProfiles Int Source #
The number of field-level encryption content type-profile mappings.