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

Configuration details of a CloudWatch Logs destination. Note that this field is marked as required but only if CloudWatch Logs was chosen as the destination.

Syntax

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

JSON

{ "LogGroup" : String }

YAML

LogGroup: String

Properties

LogGroup

The name of the CloudWatch Logs log group.

Required: Yes

Type: String

Update requires: No interruption