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

GetCertificateAuthorityCsrResponse

import type { GetCertificateAuthorityCsrResponse } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
interface GetCertificateAuthorityCsrResponse {
Csr?: string | null;
}

§Properties

§
Csr?: string | null
[src]

The base64 PEM-encoded certificate signing request (CSR) for your private CA certificate.