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

DetailsMap

import type { DetailsMap } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";

A structure containing the additional details to be returned in the AdditionalDetails attribute of PrincipalResourcePermissions.

If a catalog resource is shared through Resource Access Manager (RAM), then there will exist a corresponding RAM resource share ARN.

interface DetailsMap {
ResourceShare?: string[] | null;
}

§Properties

§
ResourceShare?: string[] | null
[src]

A resource share ARN for a catalog resource shared through RAM.