aws.iot.list_job_executions_for_thing
Example SQL Queries
SELECT * FROMaws.iot.list_job_executions_for_thingWHERE"thing_name" = 'VALUE';Description
Lists the job executions for the specified thing.
Requires permission to access the ListJobExecutionsForThing action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| thing_name Required Input Column The thing name. | VARCHAR |
| job_id Input Column The unique identifier you assigned to this job when it was created. | VARCHAR |
| namespace_id Input Column The namespace used to indicate that a job is a customer-managed job. When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format. $aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/ The namespaceId feature is only supported by IoT Greengrass at this time. For more information, see Setting up IoT Greengrass core devices. | VARCHAR |
| status Input Column An optional filter that lets you search for jobs that have the specified status. | 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
| |