Uses of Enum
software.amazon.awscdk.services.glue.TableEncryption
Packages that use TableEncryption
-
Uses of TableEncryption in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return TableEncryptionModifier and TypeMethodDescriptionTable.getEncryption()(experimental) The type of encryption enabled for the table.default TableEncryptionTableProps.getEncryption()(experimental) The kind of encryption to secure the data with.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 with parameters of type TableEncryptionModifier and TypeMethodDescriptionTable.Builder.encryption(TableEncryption encryption) (experimental) The kind of encryption to secure the data with.TableProps.Builder.encryption(TableEncryption encryption) Sets the value ofTableProps.getEncryption()