aws.tnb.get_sol_network_instance
Example SQL Queries
SELECT * FROMaws.tnb.get_sol_network_instanceWHERE"ns_instance_id" = 'VALUE';Description
Gets the details of the network instance.
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 |
|---|---|
| ns_instance_id Required Input Column ID of the network instance. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn Network instance ARN. | VARCHAR |
| id Network instance ID. | VARCHAR |
| lcm_op_info Lifecycle management operation details on the network instance. Lifecycle management operations are deploy, update, or delete operations. | STRUCT( |
Show child fields
| |
| metadata The metadata of a network instance. 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. | STRUCT( |
Show child fields
| |
| ns_instance_description Network instance description. | VARCHAR |
| ns_instance_name Network instance name. | VARCHAR |
| ns_state Network instance state. | VARCHAR |
| nsd_id Network service descriptor ID. | VARCHAR |
| nsd_info_id Network service descriptor info ID. | VARCHAR |
| tags A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs. | MAP(VARCHAR, VARCHAR) |