Class: Aws::ElastiCache::Types::LogDeliveryConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::LogDeliveryConfigurationRequest
- 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
-
#destination_details ⇒ Types::DestinationDetails
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
-
#destination_type ⇒ String
Specify either ‘cloudwatch-logs` or `kinesis-firehose` as the destination type.
-
#enabled ⇒ Boolean
Specify if log delivery is enabled.
-
#log_format ⇒ String
Specifies either JSON or TEXT.
-
#log_type ⇒ String
Refers to [slow-log] or engine-log..
Instance Attribute Details
#destination_details ⇒ Types::DestinationDetails
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
5756 5757 5758 5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5756 class LogDeliveryConfigurationRequest < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :enabled) SENSITIVE = [] include Aws::Structure end |
#destination_type ⇒ String
Specify either ‘cloudwatch-logs` or `kinesis-firehose` as the destination type.
5756 5757 5758 5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5756 class LogDeliveryConfigurationRequest < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Specify if log delivery is enabled. Default ‘true`.
5756 5757 5758 5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5756 class LogDeliveryConfigurationRequest < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :enabled) SENSITIVE = [] include Aws::Structure end |
#log_format ⇒ String
Specifies either JSON or TEXT
5756 5757 5758 5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5756 class LogDeliveryConfigurationRequest < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :enabled) SENSITIVE = [] include Aws::Structure end |
#log_type ⇒ String
Refers to [slow-log] or engine-log..
5756 5757 5758 5759 5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5756 class LogDeliveryConfigurationRequest < Struct.new( :log_type, :destination_type, :destination_details, :log_format, :enabled) SENSITIVE = [] include Aws::Structure end |