> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS Kinesis Data Firehose

> Publish logs from your Mezmo Pipeline to AWS Kinesis Data Firehose streams using AWS credentials, encoding, and compression settings.

## Description

Publish logs to [AWS Kinesis Data Firehose](https://aws.amazon.com/kinesis/data-firehose) topics

## Configuration Options

| Option            | Description                                                     |
| ----------------- | --------------------------------------------------------------- |
| Access Key ID     | AWS Access Key ID                                               |
| Secret Access Key | AWS Secret Access Key                                           |
| Encoding          | The encoding to apply to the data. Either json or text          |
| Compression       | Whether to compress the outgoing payload. Options: none or gzip |
| Stream Name       | The name of the Kinesis Firehose stream                         |
| Region            | The name of the AWS region that is targeted.                    |
