aws.tnb.list_sol_network_instances
Example SQL Queries
SELECT * FROMaws.tnb.list_sol_network_instances;Description
Lists your network instances.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn Network instance ARN. | VARCHAR |
| id ID of the network instance. | VARCHAR |
| metadata The metadata of the network instance. | STRUCT( |
Show child fields
| |
| ns_instance_description Human-readable description of the network instance. | VARCHAR |
| ns_instance_name Human-readable name of the network instance. | VARCHAR |
| ns_state The state of the network instance. | VARCHAR |
| nsd_id ID of the network service descriptor in the network package. | VARCHAR |
| nsd_info_id ID of the network service descriptor in the network package. | VARCHAR |