aws.panorama.list_application_instances
Example SQL Queries
SELECT * FROMaws.panorama.list_application_instances;Description
Returns a list of application instances.
Table Definition
| Column Name | Column Data Type |
|---|---|
| device_id Input Column The application instances' device ID. | VARCHAR |
| max_results Input Column The maximum number of application instances to return in one page of results. | BIGINT |
| next_token Input Column A pagination token that's included if more results are available. | VARCHAR |
| status_filter Input Column Only include instances with a specific 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
| |
| application_instances A list of application instances. | STRUCT( |
Show child fields
| |