Class: Aws::ElastiCache::Types::LogDeliveryConfigurationRequest

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

Overview

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



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

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

#destination_typeString

Specify either ‘cloudwatch-logs` or `kinesis-firehose` as the destination type.

Returns:

  • (String)


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

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

#enabledBoolean

Specify if log delivery is enabled. Default ‘true`.

Returns:

  • (Boolean)


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

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

#log_formatString

Specifies either JSON or TEXT

Returns:

  • (String)


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

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

#log_typeString

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

[1]: redis.io/commands/slowlog

Returns:

  • (String)


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

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