Data Set S3Source Args
data class DataSetS3SourceArgs(val dataSourceArn: Output<String>, val inputColumns: Output<List<DataSetInputColumnArgs>>, 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>>, uploadSettings: Output<DataSetUploadSettingsArgs>? = null)
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.