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.

If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE_KMS or CSE_KMS) and key information.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.EncryptionConfiguration

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

Syntax

C#
public class EncryptionConfiguration

The EncryptionConfiguration type exposes the following members

Constructors

NameDescription
Public Method EncryptionConfiguration()

Properties

NameTypeDescription
Public Property EncryptionOption Amazon.Athena.EncryptionOption

Gets and sets the property EncryptionOption.

Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE_S3), server-side encryption with KMS-managed keys (SSE_KMS), or client-side encryption with KMS-managed keys (CSE_KMS) is used.

If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup.

Public Property KmsKey System.String

Gets and sets the property KmsKey.

For SSE_KMS and CSE_KMS, this is the KMS key ARN or ID.

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