View a markdown version of this page

JobInputOptions - Amazon Location Service

JobInputOptions

Configuration for input data location and format.

Note

Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

Contents

Format

Input data format. Currently only Parquet is supported.

Note

Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

Type: String

Valid Values: Parquet

Required: Yes

Location

S3 ARN or URI where input files are stored.

Note

The Amazon S3 bucket must be created 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: