Command option Sample:aws firehose put-record-batch

Search command sample in the internet.It is the result.

Writes multiple data records into a delivery stream in a single call,which can achieve higher throughput per producer than when writingsingle records.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/firehose/put-record-batch.html

aws firehose put-record-batch --delivery-stream-name S3TestingStream --records '"
    amazon web services - Kinesis Firehose Putrecordbatch example - Stack Overflow : http://stackoverflow.com/questions/42538311/kinesis-firehose-putrecordbatch-example
aws firehose put-record-batch \
--delivery-stream-name my-firehose \
--region us-east-1 \
--records
    pipe2firehose | Coreforge : http://www.coreforge.com/blog/2018/03/pipe2firehose/

aws のオプション一覧