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/emrcontainers.ts?docs=full";

The entity representing certificate data generated for managed endpoint.

interface Certificate {
certificateArn?: string | null;
certificateData?: string | null;
}

§Properties

§
certificateArn?: string | null
[src]

The ARN of the certificate generated for managed endpoint.

§
certificateData?: string | null
[src]

The base64 encoded PEM certificate data generated for managed endpoint.