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

GetSolFunctionInstanceOutput

import type { GetSolFunctionInstanceOutput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface GetSolFunctionInstanceOutput {
arn: string;
id: string;
instantiatedVnfInfo?: GetSolVnfInfo | null;
instantiationState: VnfInstantiationState;
nsInstanceId: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
vnfdId: string;
vnfdVersion?: string | null;
vnfPkgId: string;
vnfProductName?: string | null;
vnfProvider?: string | null;
}

§Properties

§
arn: string
[src]

Network function instance ARN.

§
id: string
[src]

Network function instance ID.

§
instantiatedVnfInfo?: GetSolVnfInfo | null
[src]
§
instantiationState: VnfInstantiationState
[src]

Network function instantiation state.

§
nsInstanceId: string
[src]

Network instance ID.

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

§
vnfdId: string
[src]

Function package descriptor ID.

§
vnfdVersion?: string | null
[src]

Function package descriptor version.

§
vnfPkgId: string
[src]

Function package ID.

§
vnfProductName?: string | null
[src]

Network function product name.

§
vnfProvider?: string | null
[src]

Network function provider.