| 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.IVSChat.Types.FirehoseDestinationConfiguration
Description
Documentation
data FirehoseDestinationConfiguration Source #
Specifies a Kinesis Firehose location where chat logs will be stored.
See: newFirehoseDestinationConfiguration smart constructor.
Constructors
| FirehoseDestinationConfiguration' | |
Fields
| |
Instances
newFirehoseDestinationConfiguration Source #
Arguments
| :: Text | |
| -> FirehoseDestinationConfiguration |
Create a value of FirehoseDestinationConfiguration 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:deliveryStreamName:FirehoseDestinationConfiguration', firehoseDestinationConfiguration_deliveryStreamName - Name of the Amazon Kinesis Firehose delivery stream where chat activity
will be logged.
firehoseDestinationConfiguration_deliveryStreamName :: Lens' FirehoseDestinationConfiguration Text Source #
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.