AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The configuration for a field-level encryption content type-profile mapping.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.ContentTypeProfileConfig

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z

Syntax

C#
public class ContentTypeProfileConfig

The ContentTypeProfileConfig type exposes the following members

Constructors

NameDescription
Public Method ContentTypeProfileConfig()

Properties

NameTypeDescription
Public Property ContentTypeProfiles Amazon.CloudFront.Model.ContentTypeProfiles

Gets and sets the property ContentTypeProfiles.

The configuration for a field-level encryption content type-profile.

Public Property ForwardWhenContentTypeIsUnknown System.Boolean

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5