DataSourceConfiguration
Defines configuration details about the data source.
Contents
- DataFormat
-
This is currently CSV.
Type: String
Valid Values:
CSV
Required: Yes
- DataSourceS3Configuration
-
Configuration of an S3 location for a file which contains data to load.
Type: DataSourceS3Configuration object
Required: Yes
- CsvConfiguration
-
A delimited data format where the column separator can be a comma and the record separator is a newline character.
Type: CsvConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: