TableImportSourceSpecificationArgs

data class TableImportSourceSpecificationArgs(val inputCompressionType: Output<String>? = null, val inputFormat: Output<String>, val inputFormatOptions: Output<TableInputFormatOptionsArgs>? = null, val s3BucketSource: Output<TableS3BucketSourceArgs>) : ConvertibleToJava<TableImportSourceSpecificationArgs>

Specifies the properties of data being imported from the S3 bucket source to the table.

Constructors

Link copied to clipboard
constructor(inputCompressionType: Output<String>? = null, inputFormat: Output<String>, inputFormatOptions: Output<TableInputFormatOptionsArgs>? = null, s3BucketSource: Output<TableS3BucketSourceArgs>)

Properties

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

Type of compression to be used on the input coming from the imported table.

Link copied to clipboard
val inputFormat: Output<String>

The format of the source data. Valid values for `ImportFormat` are `CSV`, `DYNAMODB_JSON` or `ION`.

Link copied to clipboard

Additional properties that specify how the input is formatted,

Link copied to clipboard

The S3 bucket that provides the source for the import.

Functions

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