ListSolFunctionPackageInfo - AWS Telco Network Builder

ListSolFunctionPackageInfo

Information about 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.

Contents

arn

Function package ARN.

Type: String

Pattern: ^arn:(aws|aws-cn|aws-iso|aws-iso-b|aws-us-gov):tnb:([a-z]{2}(-(gov|isob|iso))?-(east|west|north|south|central){1,2}-[0-9]):\d{12}:(function-package/fp-[a-f0-9]{17})$

Required: Yes

id

ID of the function package.

Type: String

Pattern: ^fp-[a-f0-9]{17}$

Required: Yes

onboardingState

Onboarding state of the function package.

Type: String

Valid Values: CREATED | ONBOARDED | ERROR

Required: Yes

operationalState

Operational state of the function package.

Type: String

Valid Values: ENABLED | DISABLED

Required: Yes

usageState

Usage state of the function package.

Type: String

Valid Values: IN_USE | NOT_IN_USE

Required: Yes

metadata

The metadata of the function package.

Type: ListSolFunctionPackageMetadata object

Required: No

vnfdId

Identifies the function package and the function package descriptor.

Type: String

Required: No

vnfdVersion

Identifies the version of the function package descriptor.

Type: String

Required: No

vnfProductName

The product name for the network function.

Type: String

Required: No

vnfProvider

Provider of the function package and the function package descriptor.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: