aws.iot.list_job_executions_for_job
Example SQL Queries
SELECT * FROMaws.iot.list_job_executions_for_jobWHERE"job_id" = 'VALUE';Description
Lists the job executions for a job.
Requires permission to access the ListJobExecutionsForJob action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The unique identifier you assigned to this job when it was created. | VARCHAR |
| status Input Column The status of the job. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| job_execution_summary Contains a subset of information about a job execution. | STRUCT( |
Show child fields
| |
| thing_arn The ARN of the thing on which the job execution is running. | VARCHAR |