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

GetCertificateResponse

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

§Properties

§
Certificate?: string | null
[src]

The ACM-issued certificate corresponding to the ARN specified as input.

§
CertificateChain?: string | null
[src]

Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.