ExportDestination
An object that contains details about the destination of the export job.
Contents
- DataFormat
-
The data format of the final export job file, can be one of the following:
-
CSV
- A comma-separated values file. -
JSON
- A Json file.
Type: String
Valid Values:
CSV | JSON
Required: Yes
-
- S3Url
-
An Amazon S3 pre-signed URL that points to the generated export file.
Type: String
Pattern:
^s3:\/\/([^\/]+)\/(.*?([^\/]+)\/?)$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: