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

AssociateWebsiteCertificateAuthorityRequest

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

§Properties

§
Certificate: string
[src]

The root certificate of the CA.

§
DisplayName?: string | null
[src]

The certificate name to display.

§
FleetArn: string
[src]

The ARN of the fleet.