aws.kinesis.firehose.put_record Action
This trigger action will publish to AWS Kinesis Firehose.
Before you can use this action, you must configure your connection to AWS by providing your credentials in the in the Configuration menu under Administration.
For more information about Firehose, see http://docs.aws.amazon.com/firehose/latest/dev/what-is-this-service.html.
Action
This trigger action is found under the Third party heading.
Canvas
When dragged onto the canvas, the appearance of the action is a rectangle with two routing points.
The left routing point (red) is the failure route. This route will be taken if there is an error during execution.
The right routing point (green) is the success route. This route will be taken if action executes successfully.
Form
Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
streamName |
String |
Yes |
The name of the stream to put the data record into. |
region |
String |
|
Region of the AWS instance, ie "us-east-1". |
payload |
Array |
Yes |
The data blob to put into the record. |