aws.tnb.list_sol_network_packages
Example SQL Queries
SELECT * FROMaws.tnb.list_sol_network_packages;Description
Lists network packages.
A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.
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 package ARN. | VARCHAR |
| id ID of the individual network package. | VARCHAR |
| metadata The metadata of the network package. | STRUCT( |
Show child fields
| |
| nsd_designer Designer of the onboarded network service descriptor in the network package. | VARCHAR |
| nsd_id ID of the network service descriptor on which the network package is based. | VARCHAR |
| nsd_invariant_id Identifies a network service descriptor in a version independent manner. | VARCHAR |
| nsd_name Name of the onboarded network service descriptor in the network package. | VARCHAR |
| nsd_onboarding_state Onboarding state of the network service descriptor in the network package. | VARCHAR |
| nsd_operational_state Operational state of the network service descriptor in the network package. | VARCHAR |
| nsd_usage_state Usage state of the network service descriptor in the network package. | VARCHAR |
| nsd_version Version of the onboarded network service descriptor in the network package. | VARCHAR |
| vnf_pkg_ids Identifies the function package for the function package descriptor referenced by the onboarded network package. | VARCHAR[] |
Show child fields
| |