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

MetadataCatalogConfig

import type { MetadataCatalogConfig } 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. When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.

interface MetadataCatalogConfig {
glueDataCatalog?: GlueDataCatalogConfig | null;
}

§Properties

§
glueDataCatalog?: GlueDataCatalogConfig | null
[src]

Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.