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

GetResourcePolicyResponse

import type { GetResourcePolicyResponse } from "https://aws-api.deno.dev/v0.4/services/schemas.ts?docs=full";
interface GetResourcePolicyResponse {
Policy?: jsonP.JSONValue | null;
RevisionId?: string | null;
}

§Properties

§
Policy?: jsonP.JSONValue | null
[src]

The resource-based policy.

§
RevisionId?: string | null
[src]

The revision ID.