| 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.ElastiCache.Types.KinesisFirehoseDestinationDetails
Description
Documentation
data KinesisFirehoseDestinationDetails Source #
The configuration details of the Kinesis Data Firehose destination.
See: newKinesisFirehoseDestinationDetails smart constructor.
Constructors
| KinesisFirehoseDestinationDetails' | |
Fields
| |
Instances
newKinesisFirehoseDestinationDetails :: KinesisFirehoseDestinationDetails Source #
Create a value of KinesisFirehoseDestinationDetails 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:deliveryStream:KinesisFirehoseDestinationDetails', kinesisFirehoseDestinationDetails_deliveryStream - The name of the Kinesis Data Firehose delivery stream.
kinesisFirehoseDestinationDetails_deliveryStream :: Lens' KinesisFirehoseDestinationDetails (Maybe Text) Source #
The name of the Kinesis Data Firehose delivery stream.