class Aws::CloudFront::Types::ContentTypeProfileConfig
The configuration for a field-level encryption content type-profile mapping.
@note When making an API call, you may pass ContentTypeProfileConfig
data as a hash: { forward_when_content_type_is_unknown: false, # required content_type_profiles: { quantity: 1, # required items: [ { format: "URLEncoded", # required, accepts URLEncoded profile_id: "string", content_type: "string", # required }, ], }, }
@!attribute [rw] forward_when_content_type_is_unknown
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. @return [Boolean]
@!attribute [rw] content_type_profiles
The configuration for a field-level encryption content type-profile. @return [Types::ContentTypeProfiles]
@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/ContentTypeProfileConfig AWS API Documentation
Constants
- SENSITIVE