Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
FirehoseAction' | |
|
Instances
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: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:payload:FirehoseAction'
, firehoseAction_payload
- You can configure the action payload when you send a message to an
Amazon Kinesis Data Firehose delivery stream.
$sel:deliveryStreamName:FirehoseAction'
, firehoseAction_deliveryStreamName
- The name of the Kinesis Data Firehose delivery stream where the data is
written.
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_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_deliveryStreamName :: Lens' FirehoseAction Text Source #
The name of the Kinesis Data Firehose delivery stream where the data is written.