aws.tnb.list_sol_function_instances
Example SQL Queries
SELECT * FROMaws.tnb.list_sol_function_instances;Description
Lists network function instances.
A network function instance is a function in a function package .
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 function instance ARN. | VARCHAR |
| id Network function instance ID. | VARCHAR |
| instantiated_vnf_info Information about a network function. 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
| |
| instantiation_state Network function instance instantiation state. | VARCHAR |
| metadata Network function instance metadata. | STRUCT( |
Show child fields
| |
| ns_instance_id Network instance ID. | VARCHAR |
| vnf_pkg_id Function package ID. | VARCHAR |
| vnf_pkg_name Function package name. | VARCHAR |