class Aws::ElastiCache::Types::LogDeliveryConfiguration
Returns the destination, format and type of the logs.
@!attribute [rw] log_type
Refers to [slow-log][1]. [1]: https://redis.io/commands/slowlog @return [String]
@!attribute [rw] destination_type
Returns the destination type, either `cloudwatch-logs` or `kinesis-firehose`. @return [String]
@!attribute [rw] destination_details
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination. @return [Types::DestinationDetails]
@!attribute [rw] log_format
Returns the log format, either JSON or TEXT. @return [String]
@!attribute [rw] status
Returns the log delivery configuration status. Values are one of `enabling` \| `disabling` \| `modifying` \| `active` \| `error` @return [String]
@!attribute [rw] message
Returns an error message for the log delivery configuration. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/LogDeliveryConfiguration AWS API Documentation
Constants
- SENSITIVE