CatalogEncryptionMode

class aws_cdk.aws_glue_alpha.CatalogEncryptionMode(*values)

Bases: Enum

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

See:

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

Stability:

experimental

Attributes

DISABLED

(experimental) Encryption at rest is disabled.

Stability:

experimental

SSE_KMS

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

Stability:

experimental

SSE_KMS_WITH_SERVICE_ROLE

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

Stability:

experimental