Uses of Enum
software.amazon.awscdk.services.glue.alpha.TableEncryption
-
Uses of TableEncryption in software.amazon.awscdk.services.glue.alpha
Modifier and TypeMethodDescriptionS3Table.getEncryption()
(experimental) The type of encryption enabled for the table.default TableEncryption
S3TableProps.getEncryption()
(experimental) The kind of encryption to secure the data with.final TableEncryption
S3TableProps.Jsii$Proxy.getEncryption()
final TableEncryption
TableProps.Jsii$Proxy.getEncryption()
static TableEncryption
Returns 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.Modifier 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()