AWS Glue Construct Library
-
(experimental) S3 bucket in which to store data.
(experimental) Columns of the table.
(experimental) Indicates whether the table's data is compressed or not.
Table.Builder.create(software.constructs.Construct scope,
String id)
(experimental) Database in which to store the table.
(experimental) Storage type of the table's data.
(experimental) Description of the table.
(experimental) The kind of encryption to secure the data with.
(experimental) External KMS key to use for bucket encryption.
(experimental) Partition indexes on the table.
(experimental) Partition columns of the table.
(experimental) S3 prefix under which table objects are stored.
(experimental) Indicates whether the table data is stored in subdirectories.
(experimental) Name of the table.