This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ElastiCache::ReplicationGroup LogDeliveryConfigurationRequest
Specifies the destination, format and type of the logs.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationDetails" :DestinationDetails, "DestinationType" :String, "LogFormat" :String, "LogType" :String}
YAML
DestinationDetails:DestinationDetailsDestinationType:StringLogFormat:StringLogType: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-logsorkinesis-firehose.Required: Yes Type: String Update requires: No interruption 
- LogFormat
- 
                    Valid values are either jsonortext.Required: Yes Type: String Update requires: No interruption 
- LogType
- 
                    Valid value is either slow-log, which refers to slow-logor engine-log.Required: Yes Type: String Update requires: No interruption