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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
# File 'lib/aws-sdk-elasticache/types.rb', line 5708

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)


5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
# File 'lib/aws-sdk-elasticache/types.rb', line 5708

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)


5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
# File 'lib/aws-sdk-elasticache/types.rb', line 5708

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.

[1]: redis.io/commands/slowlog

Returns:

  • (String)


5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
# File 'lib/aws-sdk-elasticache/types.rb', line 5708

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)


5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
# File 'lib/aws-sdk-elasticache/types.rb', line 5708

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)


5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
# File 'lib/aws-sdk-elasticache/types.rb', line 5708

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