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

GlueDataCatalogConfiguration

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

The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.

interface GlueDataCatalogConfiguration {
DatabaseARN: string;
}

§Properties

§
DatabaseARN: string
[src]

The Amazon Resource Name (ARN) of the database.