CatalogEncryptionMode

class aws_cdk.aws_glue.CatalogEncryptionMode(*values)

Bases: Enum

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

Attributes

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.