Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

kinesis_put_record

Writes a single data record into an Amazon Kinesis data stream


Description

Writes a single data record into an Amazon Kinesis data stream

Usage

kinesis_put_record(stream, data, partition_key, ...)

Arguments

stream

the name of the stream to describe

data

the data blob (<1 MB) to put into the record, which is base64-encoded when the blob is serialized

partition_key

Unicode string with a maximum length limit of 256 characters determining which shard in the stream the data record is assigned to

...

optional further parameters, such as ExplicitHashKey or SequenceNumberForOrdering

Value

list of ShardId, SequenceNumber and EncryptionType

References


botor

'AWS Python SDK' ('boto3') for R

v0.3.0
AGPL-3
Authors
Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>), System1 [fnd]
Initial release
2020-02-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.