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

ResourcePolicy

import type { ResourcePolicy } from "https://aws-api.deno.dev/v0.3/services/codeartifact.ts?docs=full";

An AWS CodeArtifact resource policy that contains a resource ARN, document details, and a revision.

interface ResourcePolicy {
document?: string | null;
resourceArn?: string | null;
revision?: string | null;
}

§Properties

§
document?: string | null
[src]

The resource policy formatted in JSON.

§
resourceArn?: string | null
[src]

The ARN of the resource associated with the resource policy

§
revision?: string | null
[src]

The current revision of the resource policy.