| 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.ContentTypeProfiles
Description
Synopsis
Documentation
data ContentTypeProfiles Source #
Field-level encryption content type-profile.
See: newContentTypeProfiles smart constructor.
Constructors
| ContentTypeProfiles' | |
Fields
| |
Instances
newContentTypeProfiles Source #
Arguments
| :: Int | |
| -> ContentTypeProfiles |
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.