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
- data ContentTypeProfile = ContentTypeProfile' {}
- newContentTypeProfile :: Format -> Text -> ContentTypeProfile
- contentTypeProfile_profileId :: Lens' ContentTypeProfile (Maybe Text)
- contentTypeProfile_format :: Lens' ContentTypeProfile Format
- contentTypeProfile_contentType :: Lens' ContentTypeProfile Text
Documentation
data ContentTypeProfile Source #
A field-level encryption content type profile.
See: newContentTypeProfile
smart constructor.
Instances
newContentTypeProfile Source #
:: Format | |
-> Text | |
-> ContentTypeProfile |
Create a value of ContentTypeProfile
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:profileId:ContentTypeProfile'
, contentTypeProfile_profileId
- The profile ID for a field-level encryption content type-profile
mapping.
$sel:format:ContentTypeProfile'
, contentTypeProfile_format
- The format for a field-level encryption content type-profile mapping.
$sel:contentType:ContentTypeProfile'
, contentTypeProfile_contentType
- The content type for a field-level encryption content type-profile
mapping.
contentTypeProfile_profileId :: Lens' ContentTypeProfile (Maybe Text) Source #
The profile ID for a field-level encryption content type-profile mapping.
contentTypeProfile_format :: Lens' ContentTypeProfile Format Source #
The format for a field-level encryption content type-profile mapping.
contentTypeProfile_contentType :: Lens' ContentTypeProfile Text Source #
The content type for a field-level encryption content type-profile mapping.