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

DiscoverInputSchemaRequest

import type { DiscoverInputSchemaRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface DiscoverInputSchemaRequest {
InputProcessingConfiguration?: InputProcessingConfiguration | null;
InputStartingPositionConfiguration?: InputStartingPositionConfiguration | null;
ResourceARN?: string | null;
S3Configuration?: S3Configuration | null;
ServiceExecutionRole: string;
}

§Properties

§
InputProcessingConfiguration?: InputProcessingConfiguration | null
[src]

The "InputProcessingConfiguration" to use to preprocess the records before discovering the schema of the records.

§
InputStartingPositionConfiguration?: InputStartingPositionConfiguration | null
[src]

The point at which you want Kinesis Data Analytics to start reading records from the specified streaming source discovery purposes.

§
ResourceARN?: string | null
[src]

The Amazon Resource Name (ARN) of the streaming source.

§
S3Configuration?: S3Configuration | null
[src]

Specify this parameter to discover a schema from data in an Amazon S3 object.

§
ServiceExecutionRole: string
[src]

The ARN of the role that is used to access the streaming source.