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

GetKeyPolicyResponse

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

§Properties

§
Policy?: string | null
[src]

A key policy document in JSON format.