Table Import Source Specification Args
data class TableImportSourceSpecificationArgs(val inputCompressionType: Output<String>? = null, val inputFormat: Output<String>, val inputFormatOptions: Output<TableInputFormatOptionsArgs>? = null, val s3BucketSource: Output<TableS3BucketSourceArgs>) : ConvertibleToJava<TableImportSourceSpecificationArgs>
Constructors
Link copied to clipboard
fun TableImportSourceSpecificationArgs(inputCompressionType: Output<String>? = null, inputFormat: Output<String>, inputFormatOptions: Output<TableInputFormatOptionsArgs>? = null, s3BucketSource: Output<TableS3BucketSourceArgs>)