Uses of Class
software.amazon.awscdk.services.glue.alpha.S3TableEncryption
Packages that use S3TableEncryption
-
Uses of S3TableEncryption in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return S3TableEncryptionModifier and TypeMethodDescriptionstatic S3TableEncryptionS3TableEncryption.kms()(experimental) Server-side encryption (SSE-KMS) with an AWS KMS key managed by the account owner.static S3TableEncryption(experimental) Server-side encryption (SSE-KMS) with an AWS KMS key managed by the account owner.static S3TableEncryptionS3TableEncryption.kmsManaged()(experimental) Server-side encryption (SSE-KMS) with an AWS KMS key managed by the KMS service.static S3TableEncryptionS3TableEncryption.s3Managed()(experimental) Server-side encryption (SSE-S3) with an Amazon S3-managed key.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type S3TableEncryptionModifier and TypeMethodDescriptionstatic S3TableStorageS3TableStorage.managedBucket(S3TableEncryption encryption) (experimental) Store the table's data in a bucket created and managed by the table.