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

PutDataLakeSettingsRequest

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

§Properties

§
CatalogId?: string | null
[src]

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

§
DataLakeSettings: DataLakeSettings
[src]

A structure representing a list of Lake Formation principals designated as data lake administrators.