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

DescribeWebsiteCertificateAuthorityResponse

import type { DescribeWebsiteCertificateAuthorityResponse } from "https://aws-api.deno.dev/v0.3/services/worklink.ts?docs=full";
interface DescribeWebsiteCertificateAuthorityResponse {
Certificate?: string | null;
CreatedTime?: Date | number | null;
DisplayName?: string | null;
}

§Properties

§
Certificate?: string | null
[src]

The root certificate of the certificate authority.

§
CreatedTime?: Date | number | null
[src]

The time that the certificate authority was added.

§
DisplayName?: string | null
[src]

The certificate name to display.