Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.68 KB

firehose.md

File metadata and controls

10 lines (9 loc) · 1.68 KB
Action Description Resource Condition
firehose:CreateDeliveryStream Creates a delivery stream. ??? -
firehose:DeleteDeliveryStream Deletes a delivery stream and its data. arn:aws:firehose:$region:$account-id:deliverystream/$delivery-stream-name -
firehose:DescribeDeliveryStream Describes the specified delivery stream and gets the status. ??? -
firehose:ListDeliveryStreams Lists your delivery streams. ??? -
firehose:PutRecord Writes a single data record into an Amazon Kinesis Firehose delivery stream. arn:aws:firehose:$region:$account-id:deliverystream/$delivery-stream-name -
firehose:PutRecordBatch Writes multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records. arn:aws:firehose:$region:$account-id:deliverystream/$delivery-stream-name -
firehose:UpdateDestination Updates the specified destination of the specified delivery stream. arn:aws:firehose:$region:$account-id:deliverystream/$delivery-stream-name -