Uses of Class
software.amazon.awscdk.services.glue.TableClientSideEncryption
Packages that use TableClientSideEncryption
-
Uses of TableClientSideEncryption in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return TableClientSideEncryptionModifier and TypeMethodDescriptiondefault TableClientSideEncryptionS3TableProps.getClientSideEncryption()Client-side encryption (CSE-KMS) for the table's data.S3TableProps.Jsii$Proxy.getClientSideEncryption()static TableClientSideEncryptionTableClientSideEncryption.kms()Client-side encryption (CSE-KMS) with an AWS KMS key managed by the account owner.static TableClientSideEncryptionClient-side encryption (CSE-KMS) with an AWS KMS key managed by the account owner.Methods in software.amazon.awscdk.services.glue with parameters of type TableClientSideEncryptionModifier and TypeMethodDescriptionS3Table.Builder.clientSideEncryption(TableClientSideEncryption clientSideEncryption) Client-side encryption (CSE-KMS) for the table's data.S3TableProps.Builder.clientSideEncryption(TableClientSideEncryption clientSideEncryption) Sets the value ofS3TableProps.getClientSideEncryption()