| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTEvents.Types.FirehoseAction
Description
Documentation
data FirehoseAction Source #
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
See: newFirehoseAction smart constructor.
Constructors
| FirehoseAction' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> FirehoseAction |
Create a value of FirehoseAction with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:payload:FirehoseAction', firehoseAction_payload - You can configure the action payload when you send a message to an
Amazon Kinesis Data Firehose delivery stream.
$sel:separator:FirehoseAction', firehoseAction_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).
$sel:deliveryStreamName:FirehoseAction', firehoseAction_deliveryStreamName - The name of the Kinesis Data Firehose delivery stream where the data is
written.
firehoseAction_payload :: Lens' FirehoseAction (Maybe Payload) Source #
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
firehoseAction_separator :: Lens' FirehoseAction (Maybe Text) Source #
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).
firehoseAction_deliveryStreamName :: Lens' FirehoseAction Text Source #
The name of the Kinesis Data Firehose delivery stream where the data is written.