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