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

SqlApplicationConfigurationDescription

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

Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

interface SqlApplicationConfigurationDescription {
InputDescriptions?: InputDescription[] | null;
OutputDescriptions?: OutputDescription[] | null;
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[] | null;
}

§Properties

§
InputDescriptions?: InputDescription[] | null
[src]

The array of "InputDescription" objects describing the input streams used by the application.

§
OutputDescriptions?: OutputDescription[] | null
[src]

The array of "OutputDescription" objects describing the destination streams used by the application.

§
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[] | null
[src]

The array of "ReferenceDataSourceDescription" objects describing the reference data sources used by the application.