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.

A complex data type that includes the profile configurations specified for field-level encryption.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.FieldLevelEncryptionConfig

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

Syntax

C#
public class FieldLevelEncryptionConfig

The FieldLevelEncryptionConfig type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CallerReference System.String

Gets and sets the property CallerReference.

A unique number that ensures the request can't be replayed.

Public Property Comment System.String

Gets and sets the property Comment.

An optional comment about the configuration. The comment cannot be longer than 128 characters.

Public Property ContentTypeProfileConfig Amazon.CloudFront.Model.ContentTypeProfileConfig

Gets and sets the property ContentTypeProfileConfig.

A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.

Public Property QueryArgProfileConfig Amazon.CloudFront.Model.QueryArgProfileConfig

Gets and sets the property QueryArgProfileConfig.

A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.

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