AWS::ElastiCache::CacheCluster CloudWatchLogsDestinationDetails - AWS CloudFormation

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 AWS 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