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
fun TableImportTable(inputCompressionType: String? = null, inputFormat: String, inputFormatOptions: TableImportTableInputFormatOptions? = null, s3BucketSource: TableImportTableS3BucketSource)