| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
TableEncryption |
Table.getEncryption()
(experimental) The type of encryption enabled for the table.
|
default TableEncryption |
TableProps.getEncryption()
(experimental) The kind of encryption to secure the data with.
|
TableEncryption |
TableProps.Jsii$Proxy.getEncryption() |
static TableEncryption |
TableEncryption.valueOf(String name)
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 Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.encryption(TableEncryption encryption)
(experimental) The kind of encryption to secure the data with.
|
TableProps.Builder |
TableProps.Builder.encryption(TableEncryption encryption)
Sets the value of
TableProps.getEncryption() |
Copyright © 2022. All rights reserved.