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