aws.tnb.get_sol_function_package_content
Example SQL Queries
SELECT * FROMaws.tnb.get_sol_function_package_contentWHERE"accept" = 'VALUE'AND "vnf_pkg_id" = 'VALUE';Description
Gets the contents of a 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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| accept Required Input Column The format of the package that you want to download from the function packages. | VARCHAR |
| 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 |
| content_type Indicates the media type of the resource. | VARCHAR |
| package_content Contents of the function package. | BLOB |