aws.tnb.get_sol_network_package_content
Example SQL Queries
SELECT * FROMaws.tnb.get_sol_network_package_contentWHERE"accept" = 'VALUE'AND "nsd_info_id" = 'VALUE';Description
Gets the contents of a network package.
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 |
|---|---|
| accept Required Input Column The format of the package you want to download from the network package. | VARCHAR |
| nsd_info_id Required Input Column ID of the network service descriptor in the network 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 |
| nsd_content Content of the network service descriptor in the network package. | BLOB |