firehose_put_record: Writes a single data record into an Firehose stream

View source: R/firehose_operations.R

firehose_put_recordR Documentation

Writes a single data record into an Firehose stream

Description

Writes a single data record into an Firehose stream. To write multiple data records into a Firehose stream, use put_record_batch. Applications using these operations are referred to as producers.

See https://www.paws-r-sdk.com/docs/firehose_put_record/ for full documentation.

Usage

firehose_put_record(DeliveryStreamName, Record)

Arguments

DeliveryStreamName

[required] The name of the Firehose stream.

Record

[required] The record.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.