Class: Aws::ElastiCache::Types::LogDeliveryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::LogDeliveryConfiguration
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Returns the destination, format and type of the logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_details ⇒ Types::DestinationDetails
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
-
#destination_type ⇒ String
Returns the destination type, either
cloudwatch-logs
orkinesis-firehose
. -
#log_format ⇒ String
Returns the log format, either JSON or TEXT.
-
#log_type ⇒ String
Refers to [slow-log][1] or engine-log.
-
#message ⇒ String
Returns an error message for the log delivery configuration.
-
#status ⇒ String
Returns the log delivery configuration status.
Instance Attribute Details
#destination_details ⇒ Types::DestinationDetails
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5729 class LogDeliveryConfiguration < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :status, :message) SENSITIVE = [] include Aws::Structure end |
#destination_type ⇒ String
Returns the destination type, either cloudwatch-logs
or
kinesis-firehose
.
5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5729 class LogDeliveryConfiguration < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :status, :message) SENSITIVE = [] include Aws::Structure end |
#log_format ⇒ String
Returns the log format, either JSON or TEXT.
5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5729 class LogDeliveryConfiguration < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :status, :message) SENSITIVE = [] include Aws::Structure end |
#log_type ⇒ String
Refers to slow-log or engine-log.
5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5729 class LogDeliveryConfiguration < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :status, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Returns an error message for the log delivery configuration.
5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5729 class LogDeliveryConfiguration < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :status, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Returns the log delivery configuration status. Values are one of
enabling
| disabling
| modifying
| active
| error
5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5729 class LogDeliveryConfiguration < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :status, :message) SENSITIVE = [] include Aws::Structure end |