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

SqlRunConfiguration

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

Describes the starting parameters for a SQL-based Kinesis Data Analytics application.

interface SqlRunConfiguration {
InputId: string;
InputStartingPositionConfiguration: InputStartingPositionConfiguration;
}

§Properties

§
InputId: string
[src]

The input source ID. You can get this ID by calling the "DescribeApplication" operation.

§
InputStartingPositionConfiguration: InputStartingPositionConfiguration
[src]

The point at which you want the application to start processing records from the streaming source.