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

DescribeNodegroupRequest

import type { DescribeNodegroupRequest } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface DescribeNodegroupRequest {
clusterName: string;
nodegroupName: string;
}

§Properties

§
clusterName: string
[src]

The name of the Amazon EKS cluster associated with the node group.

§
nodegroupName: string
[src]

The name of the node group to describe.