JobOutputOptions
Configuration for output data location and format.
Contents
- Format
-
Output data format. Currently only "Parquet" is supported.
Type: String
Valid Values:
ParquetRequired: Yes
- Location
-
S3 ARN or URI where output files will be written.
Note
The Amazon S3 bucket must exist in the same AWS region where you plan to run your job.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 300.
Pattern:
(arn:aws(-[a-z]+)*:[a-z0-9-]+:[a-z0-9-]*:(\d{12})?:[\w/+=,.-]+|s3://[a-z0-9][a-z0-9._-]{2,254}(/[^/]+)*/)Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: