aws.panorama.list_application_instance_node_instances
Example SQL Queries
SELECT * FROMaws.panorama.list_application_instance_node_instancesWHERE"application_instance_id" = 'VALUE';Description
Returns a list of application node instances.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_instance_id Required Input Column The node instances' application instance ID. | VARCHAR |
| max_results Input Column The maximum number of node 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 |
| _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
| |
| node_instances A list of node instances. | STRUCT( |
Show child fields
| |