TableImportSourceSpecificationArgs

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>)

Functions

Link copied to clipboard
open override fun toJava(): TableImportSourceSpecificationArgs

Properties

Link copied to clipboard
val inputCompressionType: Output<String>? = null
Link copied to clipboard
val inputFormat: Output<String>
Link copied to clipboard
Link copied to clipboard