v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419171112.9 KB

Creates a Vector Enrichment job for the supplied job type. Currently, there are two supported job types: reverse geocoding and map matching.

post/vector-enrichment-jobs

Request body

ClientTokenstring

A unique token that guarantees that the call to this API is idempotent.

ExecutionRoleArnstring required

The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

KmsKeyIdstring

The Key Management Service key ID for server-side encryption.

Namestring required

The name of the Vector Enrichment job.

Tagsobject

Each tag consists of a key and a value.

Response

Success

Arnstring required

The Amazon Resource Name (ARN) of the Vector Enrichment job.

CreationTimestring date-time required

The creation time.

DurationInSecondsinteger required

The duration of the Vector Enrichment job, in seconds.

ExecutionRoleArnstring required

The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

KmsKeyIdstring

The Key Management Service key ID for server-side encryption.

Namestring required

The name of the Vector Enrichment job.

Status'INITIALIZING' | 'IN_PROGRESS' | 'STOPPING' | 'STOPPED' | 'COMPLETED' | 'FAILED' | 'DELETING' | 'DELETED' required

The status of the Vector Enrichment job being started.

Tagsobject

Each tag consists of a key and a value.

Type'REVERSE_GEOCODING' | 'MAP_MATCHING' required

The type of the Vector Enrichment job.