aws.tnb.get_sol_network_package_descriptor
Example SQL Queries
SELECT * FROMaws.tnb.get_sol_network_package_descriptorWHERE"nsd_info_id" = 'VALUE';Description
Gets the content of the network service descriptor.
A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 Contents of the network service descriptor in the network package. | BLOB |