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

GlueConfiguration

import type { GlueConfiguration } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.

interface GlueConfiguration {
databaseName: string;
tableName: string;
}

§Properties

§
databaseName: string
[src]

The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.

§
tableName: string
[src]

The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.