Show / Hide Table of Contents

Enum TableEncryption

What kind of server-side encryption to apply to this table.

Namespace: Amazon.CDK.AWS.DynamoDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum TableEncryption
Syntax (vb)
Public Enum TableEncryption

Synopsis

Fields

AWS_MANAGED

Server-side KMS encryption with a master key managed by AWS.

CUSTOMER_MANAGED

Server-side KMS encryption with a customer master key managed by customer.

DEFAULT

Server-side KMS encryption with a master key owned by AWS.

Fields

Name Description
AWS_MANAGED

Server-side KMS encryption with a master key managed by AWS.

CUSTOMER_MANAGED

Server-side KMS encryption with a customer master key managed by customer.

DEFAULT

Server-side KMS encryption with a master key owned by AWS.

Back to top Generated by DocFX