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

GetResourcePolicyRequest

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

§Properties

§
ResourceArn?: string | null
[src]

The ARN of the Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use GetResourcePolicies to view all existing resource policies. For more information see Specifying Glue Resource ARNs.