kinesis_put_records {paws.analytics} | R Documentation |
Writes multiple data records into a Kinesis data stream in a single call (also referred to as a PutRecords request)
Description
Writes multiple data records into a Kinesis data stream in a single call (also referred to as a put_records
request). Use this operation to send data into the stream for data ingestion and processing.
See https://www.paws-r-sdk.com/docs/kinesis_put_records/ for full documentation.
Usage
kinesis_put_records(Records, StreamName = NULL, StreamARN = NULL)
Arguments
Records |
[required] The records associated with the request. |
StreamName |
The stream name associated with the request. |
StreamARN |
The ARN of the stream. |
[Package paws.analytics version 0.7.0 Index]