class Aws::IoTEvents::Types::FirehoseAction

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

@note When making an API call, you may pass FirehoseAction

data as a hash:

    {
      delivery_stream_name: "DeliveryStreamName", # required
      separator: "FirehoseSeparator",
      payload: {
        content_expression: "ContentExpression", # required
        type: "STRING", # required, accepts STRING, JSON
      },
    }

@!attribute [rw] delivery_stream_name

The name of the Kinesis Data Firehose delivery stream where the data
is written.
@return [String]

@!attribute [rw] separator

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).
@return [String]

@!attribute [rw] payload

You can configure the action payload when you send a message to an
Amazon Kinesis Data Firehose delivery stream.
@return [Types::Payload]

Constants

SENSITIVE