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

PutResourcePolicyResponse

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

§Properties

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

The resource-based policy.

§
RevisionId?: string | null
[src]

The revision ID of the policy.