Table Import Table
data class TableImportTable(val inputCompressionType: String? = null, val inputFormat: String, val inputFormatOptions: TableImportTableInputFormatOptions? = null, val s3BucketSource: TableImportTableS3BucketSource)
Constructors
Link copied to clipboard
constructor(inputCompressionType: String? = null, inputFormat: String, inputFormatOptions: TableImportTableInputFormatOptions? = null, s3BucketSource: TableImportTableS3BucketSource)
Properties
Link copied to clipboard
Type of compression to be used on the input coming from the imported table. Valid values are GZIP
, ZSTD
and NONE
.
Link copied to clipboard
The format of the source data. Valid values are CSV
, DYNAMODB_JSON
, and ION
.
Link copied to clipboard
Describe the format options for the data that was imported into the target table. There is one value, csv
. See below.
Link copied to clipboard
Values for the S3 bucket the source file is imported from. See below.