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

StartApplicationRequest

import type { StartApplicationRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalytics.ts?docs=full";
interface StartApplicationRequest {
ApplicationName: string;
InputConfigurations: InputConfiguration[];
}

§Properties

§
ApplicationName: string
[src]

Name of the application.

§
InputConfigurations: InputConfiguration[]
[src]

Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.