CatalogEncryptionMode
- class aws_cdk.aws_glue.CatalogEncryptionMode(*values)
Bases:
EnumThe encryption-at-rest mode for a Glue Data Catalog.
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.