aws.panorama.list_nodes
Example SQL Queries
SELECT * FROMaws.panorama.list_nodes;Description
Returns a list of nodes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| category Input Column Search for nodes by category. | VARCHAR |
| max_results Input Column The maximum number of nodes to return in one page of results. | BIGINT |
| next_token Input Column A pagination token that's included if more results are available. | VARCHAR |
| owner_account Input Column Search for nodes by the account ID of the nodes' owner. | VARCHAR |
| package_name Input Column Search for nodes by name. | VARCHAR |
| package_version Input Column Search for nodes by version. | VARCHAR |
| patch_version Input Column Search for nodes by patch version. | 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
| |
| nodes A list of nodes. | STRUCT( |
Show child fields
| |