AWS::ElastiCache::ReplicationGroup KinesisFirehoseDestinationDetails
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
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DeliveryStream" :
String
}
YAML
DeliveryStream:
String
Properties
DeliveryStream
-
The name of the Kinesis Data Firehose delivery stream.
Required: Yes
Type: String
Update requires: No interruption