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

GetPolicyRequest

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

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Number (ARN) of the private CA that will have its policy retrieved. You can find the CA's ARN by calling the ListCertificateAuthorities action.