ImportDataSource
An object that contains details about the data source of the import job.
Contents
- DataFormat
-
The data format of the import job's data source.
Type: String
Valid Values:
CSV | JSON
Required: Yes
- S3Url
-
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
Type: String
Pattern:
^s3:\/\/([^\/]+)\/(.*?([^\/]+)\/?)$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: