Class: Aws::ElastiCache::Types::PendingLogDeliveryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::PendingLogDeliveryConfiguration
- 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
-
#destination_details ⇒ Types::DestinationDetails
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
-
#destination_type ⇒ String
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
-
#log_format ⇒ String
Returns the log format, 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.
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_type ⇒ String
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
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_format ⇒ String
Returns the log format, either JSON or TEXT
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_type ⇒ String
Refers to [slow-log] or engine-log..
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 |