aws.tnb.list_sol_function_packages
Example SQL Queries
SELECT * FROMaws.tnb.list_sol_function_packages;Description
Lists information about function packages.
A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
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 Function package ARN. | VARCHAR |
| id ID of the function package. | VARCHAR |
| metadata The metadata of the function package. | STRUCT( |
Show child fields
| |
| onboarding_state Onboarding state of the function package. | VARCHAR |
| operational_state Operational state of the function package. | VARCHAR |
| usage_state Usage state of the function package. | VARCHAR |
| vnf_product_name The product name for the network function. | VARCHAR |
| vnf_provider Provider of the function package and the function package descriptor. | VARCHAR |
| vnfd_id Identifies the function package and the function package descriptor. | VARCHAR |
| vnfd_version Identifies the version of the function package descriptor. | VARCHAR |