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