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

GlueDataCatalogConfig

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

Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog. When Amazon AppFlow catalogs your data, it stores metadata in Data Catalog tables. This metadata represents the data that's transferred by the flow that you configure with these settings.

Note: You can configure a flow with these settings only when the flow destination is Amazon S3.

interface GlueDataCatalogConfig {
databaseName: string;
roleArn: string;
tablePrefix: string;
}

§Properties

§
databaseName: string
[src]

The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon Web Services account. These tables contain metadata for the data that's transferred by the flow that you configure with this parameter.

Note: When you configure a new flow with this parameter, you must specify an existing database.

§
roleArn: string
[src]

The Amazon Resource Name (ARN) of an IAM role that grants Amazon AppFlow the permissions it needs to create Data Catalog tables, databases, and partitions.

For an example IAM policy that has the required permissions, see Identity-based policy examples for Amazon AppFlow.

§
tablePrefix: string
[src]

A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this setting. Amazon AppFlow adds the prefix to the beginning of the each table name.