aws.panorama.list_devices_jobs
Example SQL Queries
SELECT * FROMaws.panorama.list_devices_jobs;Description
Returns a list of jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_id Input Column Filter results by the job's target device ID. | VARCHAR |
| max_results Input Column The maximum number of device jobs to return in one page of results. | BIGINT |
| next_token Input Column A pagination token that's included if more results are available. | 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
| |
| device_jobs A list of jobs. | STRUCT( |
Show child fields
| |