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

LFTagPolicyDetails

import type { LFTagPolicyDetails } from "https://aws-api.deno.dev/v0.4/services/dataexchange.ts?docs=full";

Details about the LF-tag policy.

interface LFTagPolicyDetails {
CatalogId: string;
ResourceDetails: LFResourceDetails;
ResourceType: LFResourceType;
}

§Properties

§
CatalogId: string
[src]

The identifier for the AWS Glue Data Catalog.

§
ResourceDetails: LFResourceDetails
[src]

Details for the Lake Formation Resources included in the LF-tag policy.

§
ResourceType: LFResourceType
[src]

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