

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

# AWS::Connect::InstanceStorageConfig KinesisFirehoseConfig
<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig"></a>

Configuration information of a Kinesis Data Firehose delivery stream.

## Syntax
<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig-syntax"></a>

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

### JSON
<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig-syntax.json"></a>

```
{
  "[FirehoseArn](#cfn-connect-instancestorageconfig-kinesisfirehoseconfig-firehosearn)" : String
}
```

### YAML
<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig-syntax.yaml"></a>

```
  [FirehoseArn](#cfn-connect-instancestorageconfig-kinesisfirehoseconfig-firehosearn): String
```

## Properties
<a name="aws-properties-connect-instancestorageconfig-kinesisfirehoseconfig-properties"></a>

`FirehoseArn`  <a name="cfn-connect-instancestorageconfig-kinesisfirehoseconfig-firehosearn"></a>
The Amazon Resource Name (ARN) of the delivery stream.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:aws[-a-z0-9]*:firehose:[-a-z0-9]*:[0-9]{12}:deliverystream/[-a-zA-Z0-9_.]*$`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)