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

GetPolicyResponse

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

§Properties

§
Policy?: string | null
[src]

The policy attached to the private CA as a JSON document.