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

Certificate

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

An object representing the certificate-authority-data for your cluster.

interface Certificate {
data?: string | null;
}

§Properties

§
data?: string | null
[src]

The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.