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

DeleteResourcePolicyRequest

import type { DeleteResourcePolicyRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface DeleteResourcePolicyRequest {
PolicyHashCondition?: string | null;
ResourceArn?: string | null;
}

§Properties

§
PolicyHashCondition?: string | null
[src]

The hash value returned when this policy was set.

§
ResourceArn?: string | null
[src]

The ARN of the Glue resource for the resource policy to be deleted.