Class: Aws::ElastiCache::Types::PendingLogDeliveryConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

The log delivery configurations being modified

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.



7292
7293
7294
7295
7296
7297
7298
7299
# File 'lib/aws-sdk-elasticache/types.rb', line 7292

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

#destination_typeString

Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.

Returns:

  • (String)


7292
7293
7294
7295
7296
7297
7298
7299
# File 'lib/aws-sdk-elasticache/types.rb', line 7292

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

#log_formatString

Returns the log format, either JSON or TEXT

Returns:

  • (String)


7292
7293
7294
7295
7296
7297
7298
7299
# File 'lib/aws-sdk-elasticache/types.rb', line 7292

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

#log_typeString

Refers to [slow-log] or engine-log..

[1]: redis.io/commands/slowlog

Returns:

  • (String)


7292
7293
7294
7295
7296
7297
7298
7299
# File 'lib/aws-sdk-elasticache/types.rb', line 7292

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