Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object
Source:R/kinesisanalyticsv2_operations.R
kinesisanalyticsv2_discover_input_schema.RdInfers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_discover_input_schema/ for full documentation.
Usage
kinesisanalyticsv2_discover_input_schema(
ResourceARN = NULL,
ServiceExecutionRole,
InputStartingPositionConfiguration = NULL,
S3Configuration = NULL,
InputProcessingConfiguration = NULL
)Arguments
- ResourceARN
The Amazon Resource Name (ARN) of the streaming source.
- ServiceExecutionRole
[required] The ARN of the role that is used to access the streaming source.
- InputStartingPositionConfiguration
The point at which you want Kinesis Data Analytics to start reading records from the specified streaming source for discovery purposes.
- S3Configuration
Specify this parameter to discover a schema from data in an Amazon S3 object.
- InputProcessingConfiguration
The InputProcessingConfiguration to use to preprocess the records before discovering the schema of the records.