Amazon Kinesis · Schema

Record

A data record in an Amazon Kinesis data stream.

AnalyticsBig DataData ProcessingReal-TimeStreaming

Properties

Name Type Description
SequenceNumber string The unique identifier of the record in the shard.
ApproximateArrivalTimestamp string The approximate time the record was inserted.
Data string The data blob (base64-encoded).
PartitionKey string Identifies which shard the data record belongs to.
View JSON Schema on GitHub