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

DataLocationResource

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

A structure for a data location object where permissions are granted or revoked.

interface DataLocationResource {
CatalogId?: string | null;
ResourceArn: string;
}

§Properties

§
CatalogId?: string | null
[src]

The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) that uniquely identifies the data location resource.