| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default TableEncryption |
TableProps.getEncryption()
(experimental) The kind of encryption to secure the data with.
|
TableEncryption |
TableProps.Jsii$Proxy.getEncryption() |
TableEncryption |
Table.getEncryption()
(experimental) The type of encryption enabled for the table.
|
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 |
|---|---|
TableProps.Builder |
TableProps.Builder.encryption(TableEncryption encryption)
Sets the value of
TableProps.getEncryption() |
Table.Builder |
Table.Builder.encryption(TableEncryption encryption)
(experimental) The kind of encryption to secure the data with.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends Column> columns,
IDatabase database,
DataFormat dataFormat,
String tableName,
IBucket bucket,
Boolean compressed,
String description,
TableEncryption encryption,
IKey encryptionKey,
List<? extends Column> partitionKeys,
String s3Prefix,
Boolean storedAsSubDirectories)
Constructor that initializes the object based on literal property values passed by the
TableProps.Builder. |
Copyright © 2021. All rights reserved.