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 ContentTypeProfileConfig = ContentTypeProfileConfig' {}
- newContentTypeProfileConfig :: Bool -> ContentTypeProfileConfig
- contentTypeProfileConfig_contentTypeProfiles :: Lens' ContentTypeProfileConfig (Maybe ContentTypeProfiles)
- contentTypeProfileConfig_forwardWhenContentTypeIsUnknown :: Lens' ContentTypeProfileConfig Bool
Documentation
data ContentTypeProfileConfig Source #
The configuration for a field-level encryption content type-profile mapping.
See: newContentTypeProfileConfig
smart constructor.
ContentTypeProfileConfig' | |
|
Instances
newContentTypeProfileConfig Source #
Create a value of ContentTypeProfileConfig
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:contentTypeProfiles:ContentTypeProfileConfig'
, contentTypeProfileConfig_contentTypeProfiles
- The configuration for a field-level encryption content type-profile.
$sel:forwardWhenContentTypeIsUnknown:ContentTypeProfileConfig'
, contentTypeProfileConfig_forwardWhenContentTypeIsUnknown
- The setting in a field-level encryption content type-profile mapping
that specifies what to do when an unknown content type is provided for
the profile. If true, content is forwarded without being encrypted when
the content type is unknown. If false (the default), an error is
returned when the content type is unknown.
contentTypeProfileConfig_contentTypeProfiles :: Lens' ContentTypeProfileConfig (Maybe ContentTypeProfiles) Source #
The configuration for a field-level encryption content type-profile.
contentTypeProfileConfig_forwardWhenContentTypeIsUnknown :: Lens' ContentTypeProfileConfig Bool Source #
The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.