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

InputConfiguration

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

When you start your application, you provide this configuration, which identifies the input source and the point in the input source at which you want the application to start processing records.

interface InputConfiguration {
Id: string;
InputStartingPositionConfiguration: InputStartingPositionConfiguration;
}

§Properties

§
Id: string
[src]

Input source ID. You can get this ID by calling the DescribeApplication operation.

§
InputStartingPositionConfiguration: InputStartingPositionConfiguration
[src]

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