View source: R/firehose_operations.R
firehose_put_record | R Documentation |
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.
firehose_put_record(DeliveryStreamName, Record)
DeliveryStreamName |
[required] The name of the Firehose stream. |
Record |
[required] The record. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.