AWS::Connect::InstanceStorageConfig KinesisFirehoseConfig
Configuration information of a Kinesis Data Firehose delivery stream.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FirehoseArn" :
String
}
YAML
FirehoseArn:
String
Properties
FirehoseArn
-
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