---
title: Comprehend Events Detection Job Properties
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > DDSQL Reference > Data Directory > Comprehend Events Detection Job
  Properties
---

# Comprehend Events Detection Job Properties

Comprehend Events Detection Job Properties in AWS represents the details of an events detection job run by Amazon Comprehend. It includes information such as the job ID, job status, input and output data configuration, language code, and timestamps for job creation and completion. This resource helps track and manage the lifecycle and results of event detection tasks that analyze text to identify real-world events.

```
aws.comprehend_events_detection_job
```

## Fields

| Title                | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Description |
| -------------------- | ---- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                 | core | string        |
| account_id           | core | string        |
| data_access_role_arn | core | string        | The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.                                                                                                                                                                                                                                                                                                                                                          |
| end_time             | core | timestamp     | The time that the events detection job completed.                                                                                                                                                                                                                                                                                                                                                                                                                     |
| input_data_config    | core | json          | The input data configuration that you supplied when you created the events detection job.                                                                                                                                                                                                                                                                                                                                                                             |
| job_arn              | core | string        | The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:events-detection-job/<job-id> The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab |
| job_id               | core | string        | The identifier assigned to the events detection job.                                                                                                                                                                                                                                                                                                                                                                                                                  |
| job_name             | core | string        | The name you assigned the events detection job.                                                                                                                                                                                                                                                                                                                                                                                                                       |
| job_status           | core | string        | The current status of the events detection job.                                                                                                                                                                                                                                                                                                                                                                                                                       |
| language_code        | core | string        | The language code of the input documents.                                                                                                                                                                                                                                                                                                                                                                                                                             |
| message              | core | string        | A description of the status of the events detection job.                                                                                                                                                                                                                                                                                                                                                                                                              |
| output_data_config   | core | json          | The output data configuration that you supplied when you created the events detection job.                                                                                                                                                                                                                                                                                                                                                                            |
| submit_time          | core | timestamp     | The time that the events detection job was submitted for processing.                                                                                                                                                                                                                                                                                                                                                                                                  |
| tags                 | core | hstore_csv    |
| target_event_types   | core | array<string> | The types of events that are detected by the job.                                                                                                                                                                                                                                                                                                                                                                                                                     |
