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

CreateSolNetworkInstanceOutput

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

§Properties

§
arn: string
[src]

Network instance ARN.

§
id: string
[src]

Network instance ID.

§
nsdInfoId: string
[src]

Network service descriptor ID.

§
nsInstanceName: string
[src]

Network instance name.

§
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.