

# FirehoseAction


Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.

## Contents


 ** deliveryStreamName **   <a name="iotevents-Type-FirehoseAction-deliveryStreamName"></a>
The name of the Kinesis Data Firehose delivery stream where the data is written.  
Type: String  
Required: Yes

 ** payload **   <a name="iotevents-Type-FirehoseAction-payload"></a>
You can configure the action payload when you send a message to an Amazon Data Firehose delivery stream.  
Type: [Payload](API_Payload.md) object  
Required: No

 ** separator **   <a name="iotevents-Type-FirehoseAction-separator"></a>
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: '\$1n' (newline), '\$1t' (tab), '\$1r\$1n' (Windows newline), ',' (comma).  
Type: String  
Pattern: `([\n\t])|(\r\n)|(,)`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iotevents-2018-07-27/FirehoseAction) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotevents-2018-07-27/FirehoseAction) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotevents-2018-07-27/FirehoseAction) 