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

ImportAssetsFromLakeFormationTagPolicyRequestDetails

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

Details about the assets imported from an AWS Lake Formation tag policy request.

interface ImportAssetsFromLakeFormationTagPolicyRequestDetails {
CatalogId: string;
DataSetId: string;
RevisionId: string;
RoleArn: string;
}

§Properties

§
CatalogId: string
[src]

The identifier for the AWS Glue Data Catalog.

§

A structure for the database object.

§
DataSetId: string
[src]

The unique identifier for the data set associated with this import job.

§
RevisionId: string
[src]

The unique identifier for the revision associated with this import job.

§
RoleArn: string
[src]

The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions of subscribers to AWS Lake Formation data permissions.

§

A structure for the table object.