DataSetS3SourceArgs

data class DataSetS3SourceArgs(val dataSourceArn: Output<String>, val inputColumns: Output<List<DataSetInputColumnArgs>>? = null, val uploadSettings: Output<DataSetUploadSettingsArgs>? = null) : ConvertibleToJava<DataSetS3SourceArgs>

A physical table type for an S3 data source.

Constructors

Link copied to clipboard
constructor(dataSourceArn: Output<String>, inputColumns: Output<List<DataSetInputColumnArgs>>? = null, uploadSettings: Output<DataSetUploadSettingsArgs>? = null)

Properties

Link copied to clipboard
val dataSourceArn: Output<String>

The Amazon Resource Name (ARN) for the data source.

Link copied to clipboard

A physical table type for an S3 data source.

For files that aren't JSON, only STRING data types are supported in input columns.

Link copied to clipboard

Information about the format for the S3 source file or files.

Functions

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