ListSolNetworkInstanceInfo - AWS Telco Network Builder

ListSolNetworkInstanceInfo

Info about the specific network instance.

A network instance is a single network created in AWS TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.

Contents

arn

Network instance 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}:(network-instance/ni-[a-f0-9]{17})$

Required: Yes

id

ID of the network instance.

Type: String

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

Required: Yes

metadata

The metadata of the network instance.

Type: ListSolNetworkInstanceMetadata object

Required: Yes

nsdId

ID of the network service descriptor in the network package.

Type: String

Pattern: ^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$

Required: Yes

nsdInfoId

ID of the network service descriptor in the network package.

Type: String

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

Required: Yes

nsInstanceDescription

Human-readable description of the network instance.

Type: String

Required: Yes

nsInstanceName

Human-readable name of the network instance.

Type: String

Required: Yes

nsState

The state of the network instance.

Type: String

Valid Values: INSTANTIATED | NOT_INSTANTIATED | IMPAIRED | STOPPED | DELETED | INSTANTIATE_IN_PROGRESS | UPDATE_IN_PROGRESS | TERMINATE_IN_PROGRESS

Required: Yes

See Also

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