Skip to content

/AWS1/CL_KNY=>DISCOVERINPUTSCHEMA()

About DiscoverInputSchema

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation.

Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream) or S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.

You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see Configuring Application Input. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface.

This operation requires permissions to perform the kinesisanalytics:DiscoverInputSchema action.

Method Signature

IMPORTING

Optional arguments:

IV_RESOURCEARN TYPE /AWS1/KNYRESOURCEARN /AWS1/KNYRESOURCEARN

Amazon Resource Name (ARN) of the streaming source.

IV_ROLEARN TYPE /AWS1/KNYROLEARN /AWS1/KNYROLEARN

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

IO_INPUTSTARTINGPOSITIONCONF TYPE REF TO /AWS1/CL_KNYINPSTRTINGPOSITI00 /AWS1/CL_KNYINPSTRTINGPOSITI00

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

IO_S3CONFIGURATION TYPE REF TO /AWS1/CL_KNYS3CONFIGURATION /AWS1/CL_KNYS3CONFIGURATION

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

IO_INPUTPROCESSINGCONF TYPE REF TO /AWS1/CL_KNYINPUTPROCINGCONF /AWS1/CL_KNYINPUTPROCINGCONF

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KNYDISCOVERINPSCHRSP /AWS1/CL_KNYDISCOVERINPSCHRSP