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_detailsTypes::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_typeString

Returns the destination type, either cloudwatch-logs or kinesis-firehose.

Returns:

  • (String)


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_formatString

Returns the log format, either JSON or TEXT.

Returns:

  • (String)


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_typeString

Refers to slow-log or engine-log.

Returns:

  • (String)


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

#messageString

Returns an error message for the log delivery configuration.

Returns:

  • (String)


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

#statusString

Returns the log delivery configuration status. Values are one of enabling | disabling | modifying | active | error

Returns:

  • (String)


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