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 configuration document that specifies encryption configuration settings.

Inheritance Hierarchy

System.Object
  Amazon.XRay.Model.EncryptionConfig

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

Syntax

C#
public class EncryptionConfig

The EncryptionConfig type exposes the following members

Constructors

NameDescription
Public Method EncryptionConfig()

Properties

NameTypeDescription
Public Property KeyId System.String

Gets and sets the property KeyId.

The ID of the KMS key used for encryption, if applicable.

Public Property Status Amazon.XRay.EncryptionStatus

Gets and sets the property Status.

The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.

Public Property Type Amazon.XRay.EncryptionType

Gets and sets the property Type.

The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for default encryption.

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