View source: R/kinesisanalytics_operations.R
kinesisanalytics_discover_input_schema | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/kinesisanalytics_discover_input_schema/ for full documentation.
kinesisanalytics_discover_input_schema(
ResourceARN = NULL,
RoleARN = NULL,
InputStartingPositionConfiguration = NULL,
S3Configuration = NULL,
InputProcessingConfiguration = NULL
)
ResourceARN |
Amazon Resource Name (ARN) of the streaming source. |
RoleARN |
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. |
InputStartingPositionConfiguration |
Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.