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/glue.ts?docs=full";
interface PutResourcePolicyResponse {
PolicyHash?: string | null;
}

§Properties

§
PolicyHash?: string | null
[src]

A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.