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.4/services/acmpca.ts?docs=full";
interface GetCertificateResponse {
Certificate?: string | null;
CertificateChain?: string | null;
}

§Properties

§
Certificate?: string | null
[src]

The base64 PEM-encoded certificate specified by the CertificateArn parameter.

§
CertificateChain?: string | null
[src]

The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.