aws.panorama.list_package_import_jobs
Example SQL Queries
SELECT * FROMaws.panorama.list_package_import_jobs;Description
Returns a list of package import jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of package import 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
| |
| package_import_jobs A list of package import jobs. | STRUCT( |
Show child fields
| |