Values.FirehoseActionSourceSends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
type nonrec t = {deliveryStreamName : DeliveryStreamName.t;The name of the Kinesis Data Firehose delivery stream where the data is written.
*)separator : FirehoseSeparator.t option;A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream. Valid values are: '\n' (newline), '\t' (tab), '\r\n' (Windows newline), ',' (comma).
*)payload : Payload.t option;You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
*)}val make :
?separator:??? ->
?payload:??? ->
deliveryStreamName:DeliveryStreamName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DeliveryStreamName.t
| `Structure of
(string * [> `Enum of string | `String of ContentExpression.t ])
list ])
list ]