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.



5782
5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-elasticache/types.rb', line 5782

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)


5782
5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-elasticache/types.rb', line 5782

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)


5782
5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-elasticache/types.rb', line 5782

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)


5782
5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-elasticache/types.rb', line 5782

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

Returns:

  • (String)


5782
5783
5784
5785
5786
5787
5788
5789
5790
# File 'lib/aws-sdk-elasticache/types.rb', line 5782

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