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

GetSolVnfcResourceInfoMetadata

import type { GetSolVnfcResourceInfoMetadata } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";

The metadata of a network function.

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

interface GetSolVnfcResourceInfoMetadata {
cluster?: string | null;
helmChart?: string | null;
nodeGroup?: string | null;
}

§Properties

§
cluster?: string | null
[src]

Information about the cluster.

§
helmChart?: string | null
[src]

Information about the helm chart.

§
nodeGroup?: string | null
[src]

Information about the node group.