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

LFTagPolicyResource

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

A structure containing a list of LF-tag conditions that apply to a resource's LF-tag policy.

interface LFTagPolicyResource {
CatalogId?: string | null;
Expression: LFTag[];
ResourceType: ResourceType;
}

§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.

§
Expression: LFTag[]
[src]

A list of LF-tag conditions that apply to the resource's LF-tag policy.

§
ResourceType: ResourceType
[src]

The resource type for which the LF-tag policy applies.