DataSetS3Source

data class DataSetS3Source(val dataSourceArn: String, val inputColumns: List<DataSetInputColumn>? = null, val uploadSettings: DataSetUploadSettings? = null)

A physical table type for an S3 data source.

Constructors

Link copied to clipboard
constructor(dataSourceArn: String, inputColumns: List<DataSetInputColumn>? = null, uploadSettings: DataSetUploadSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.