AWS::ElastiCache::CacheCluster KinesisFirehoseDestinationDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElastiCache::CacheCluster 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 Amazon 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