Show / Hide Table of Contents

Enum CatalogEncryptionMode

The encryption-at-rest mode for a Glue Data Catalog.

Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum CatalogEncryptionMode
Syntax (vb)
Public Enum CatalogEncryptionMode
Remarks

See: https://docs.aws.amazon.com/glue/latest/webapi/API_EncryptionAtRest.html#Glue-Type-EncryptionAtRest-CatalogEncryptionMode

Synopsis

Fields

DISABLED

Encryption at rest is disabled.

SSE_KMS

Server-side encryption (SSE) with an AWS KMS key.

SSE_KMS_WITH_SERVICE_ROLE

Server-side encryption (SSE) with an AWS KMS key, using a service role that AWS Glue assumes to access the key on your behalf.

Fields

Name Description
DISABLED

Encryption at rest is disabled.

SSE_KMS

Server-side encryption (SSE) with an AWS KMS key.

SSE_KMS_WITH_SERVICE_ROLE

Server-side encryption (SSE) with an AWS KMS key, using a service role that AWS Glue assumes to access the key on your behalf.

Back to top Generated by DocFX