firehose_put_record {paws.analytics}R 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.


[Package paws.analytics version 0.9.0 Index]