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.4/services/redshiftserverless.ts?docs=full";

The resource policy object. Currently, you can use policies to share snapshots across Amazon Web Services accounts.

interface ResourcePolicy {
policy?: string | null;
resourceArn?: string | null;
}

§Properties

§
policy?: string | null
[src]

The resource policy.

§
resourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the policy.