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

EksInfo

import type { EksInfo } from "https://aws-api.deno.dev/v0.3/services/emrcontainers.ts?docs=full";

The information about the EKS cluster.

interface EksInfo {
namespace?: string | null;
}

§Properties

§
namespace?: string | null
[src]

The namespaces of the EKS cluster.