

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::ElastiCache::ReplicationGroup KinesisFirehoseDestinationDetails
<a name="aws-properties-elasticache-replicationgroup-kinesisfirehosedestinationdetails"></a>

The configuration details of the Kinesis Data Firehose destination. Note that this field is marked as required but only if Kinesis Data Firehose was chosen as the destination.

## Syntax
<a name="aws-properties-elasticache-replicationgroup-kinesisfirehosedestinationdetails-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-elasticache-replicationgroup-kinesisfirehosedestinationdetails-syntax.json"></a>

```
{
  "[DeliveryStream](#cfn-elasticache-replicationgroup-kinesisfirehosedestinationdetails-deliverystream)" : {{String}}
}
```

### YAML
<a name="aws-properties-elasticache-replicationgroup-kinesisfirehosedestinationdetails-syntax.yaml"></a>

```
  [DeliveryStream](#cfn-elasticache-replicationgroup-kinesisfirehosedestinationdetails-deliverystream): {{String}}
```

## Properties
<a name="aws-properties-elasticache-replicationgroup-kinesisfirehosedestinationdetails-properties"></a>

`DeliveryStream`  <a name="cfn-elasticache-replicationgroup-kinesisfirehosedestinationdetails-deliverystream"></a>
The name of the Kinesis Data Firehose delivery stream.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)