AWS::ElastiCache::CacheCluster LogDeliveryConfigurationRequest - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ElastiCache::CacheCluster LogDeliveryConfigurationRequest

Specifies the destination, format and type of the logs.

Syntax

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

JSON

{ "DestinationDetails" : DestinationDetails, "DestinationType" : String, "LogFormat" : String, "LogType" : String }

Properties

DestinationDetails

Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.

Required: Yes

Type: DestinationDetails

Update requires: No interruption

DestinationType

Specify either CloudWatch Logs or Kinesis Data Firehose as the destination type. Valid values are either cloudwatch-logs or kinesis-firehose.

Required: Yes

Type: String

Update requires: No interruption

LogFormat

Valid values are either json or text.

Required: Yes

Type: String

Update requires: No interruption

LogType

Valid value is either slow-log, which refers to slow-log or engine-log.

Required: Yes

Type: String

Update requires: No interruption