Uses of Enum
software.amazon.awscdk.services.glue.alpha.TableEncryption
Packages that use TableEncryption
-
Uses of TableEncryption in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return TableEncryptionModifier and TypeMethodDescriptionS3Table.getEncryption()(experimental) The type of encryption enabled for the table.default TableEncryptionS3TableProps.getEncryption()(experimental) The kind of encryption to secure the data with.final TableEncryptionS3TableProps.Jsii$Proxy.getEncryption()final TableEncryptionTableProps.Jsii$Proxy.getEncryption()static TableEncryptionReturns the enum constant of this type with the specified name.static TableEncryption[]TableEncryption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type TableEncryptionModifier and TypeMethodDescriptionS3Table.Builder.encryption(TableEncryption encryption) (experimental) The kind of encryption to secure the data with.S3TableProps.Builder.encryption(TableEncryption encryption) Sets the value ofS3TableProps.getEncryption()Table.Builder.encryption(TableEncryption encryption) (experimental) The kind of encryption to secure the data with.TableProps.Builder.encryption(TableEncryption encryption) Sets the value ofS3TableProps.getEncryption()