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
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. |