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

ContainerInfo

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

The information about the container used for a job run or a managed endpoint.

interface ContainerInfo {
eksInfo?: EksInfo | null;
}

§Properties

§
eksInfo?: EksInfo | null
[src]

The information about the EKS cluster.