AWS SDK Version 4 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 encryption settings for an S3 Metadata journal table or inventory table configuration.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.MetadataTableEncryptionConfiguration

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

Syntax

C#
public class MetadataTableEncryptionConfiguration

The MetadataTableEncryptionConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property KmsKeyArn System.String

Gets and sets the property KmsKeyArn.

If server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.

Public Property SseAlgorithm Amazon.S3.TableSseAlgorithm

Gets and sets the property SseAlgorithm.

The encryption type specified for a metadata table. To specify server-side encryption with Key Management Service (KMS) keys (SSE-KMS), use the aws:kms value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use the AES256 value.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer