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

GetResourcePolicyOutput

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

§Properties

§
policy?: string | null
[src]

The resource policy for the resource identified by the input ARN parameter.