aws.tnb.get_sol_function_package
Example SQL Queries
SELECT * FROMaws.tnb.get_sol_function_packageWHERE"vnf_pkg_id" = 'VALUE';Description
Gets the details of an individual function package, such as the operational state and whether the package is in use.
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 |
|---|---|
| vnf_pkg_id Required Input Column ID of the function package. | 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 Function package ARN. | VARCHAR |
| id Function package ID. | VARCHAR |
| metadata Metadata related to the function package. 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. | STRUCT( |
Show child fields
| |
| onboarding_state Function package onboarding state. | VARCHAR |
| operational_state Function package operational state. | 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) |
| usage_state Function package usage state. | VARCHAR |
| vnf_product_name Network function product name. | VARCHAR |
| vnf_provider Network function provider. | VARCHAR |
| vnfd_id Function package descriptor ID. | VARCHAR |
| vnfd_version Function package descriptor version. | VARCHAR |