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

DescribeClusterResponse

import type { DescribeClusterResponse } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface DescribeClusterResponse {
cluster?: Cluster | null;
}

§Properties

§
cluster?: Cluster | null
[src]

The full description of your specified cluster.