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/kinesisanalytics.ts?docs=full";
interface DiscoverInputSchemaRequest {
InputProcessingConfiguration?: InputProcessingConfiguration | null;
InputStartingPositionConfiguration?: InputStartingPositionConfiguration | null;
ResourceARN?: string | null;
RoleARN?: string | null;
S3Configuration?: S3Configuration | null;
}

§Properties

§
InputProcessingConfiguration?: InputProcessingConfiguration | null
[src]

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

§
InputStartingPositionConfiguration?: InputStartingPositionConfiguration | null
[src]

Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.

§
ResourceARN?: string | null
[src]

Amazon Resource Name (ARN) of the streaming source.

§
RoleARN?: string | null
[src]

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.

§
S3Configuration?: S3Configuration | null
[src]

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