Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetSolNetworkInstanceOutput

import type { GetSolNetworkInstanceOutput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface GetSolNetworkInstanceOutput {
arn: string;
id: string;
lcmOpInfo?: LcmOperationInfo | null;
nsdId: string;
nsdInfoId: string;
nsInstanceDescription: string;
nsInstanceName: string;
nsState?: NsState | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn: string
[src]

Network instance ARN.

§
id: string
[src]

Network instance ID.

§
lcmOpInfo?: LcmOperationInfo | null
[src]
§
nsdId: string
[src]

Network service descriptor ID.

§
nsdInfoId: string
[src]

Network service descriptor info ID.

§
nsInstanceDescription: string
[src]

Network instance description.

§
nsInstanceName: string
[src]

Network instance name.

§
nsState?: NsState | null
[src]

Network instance state.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.