AWS Kinesis

Put record

Write a single data record into a data stream.

Inputs

Field

Type

Description

region [required]

enum

default: us-east-1

streamName [required]

string

data [required]

The data blob to put into the record, which is base64-encoded when the blob is serialized. When the data blob (the payload before base64-encoding) is added to the partition key size, the total size must not exceed the maximum record size (1 MiB).

partitionKey [required]

string

The key used to assign the data record to a shard in the stream. Partition keys are Unicode strings with a maximum length limit of 256 characters for each key.

Outputs

Field

Type

Description

sequenceNumber [required]

string

The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

shardId [required]

string

The shard ID of the shard where the data record was placed.

encryptionType

string

The encryption type to use on the record. This parameter can be one of the following values:
NONE: Do not encrypt the records in the stream.
KMS: Use server-side encryption on the records in the stream using a customer-managed Amazon Web Services KMS key.

amzRequestId [required]

string