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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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.



7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7250

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)


7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7250

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)


7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7250

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..

Returns:

  • (String)


7250
7251
7252
7253
7254
7255
7256
7257
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7250

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