Class: Aws::ElastiCache::Types::LogDeliveryConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_details ⇒ Types::DestinationDetails

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



5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5748

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.

Returns:

  • (String)


5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5748

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.

Returns:

  • (String)


5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5748

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.

Returns:

  • (String)


5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5748

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.

Returns:

  • (String)


5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5748

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

Returns:

  • (String)


5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5748

class LogDeliveryConfiguration < Struct.new(
  :log_type,
  :destination_type,
  :destination_details,
  :log_format,
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end