Class: Aws::ElastiCache::Types::DestinationDetails

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

Overview

Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_detailsTypes::CloudWatchLogsDestinationDetails

The configuration details of the CloudWatch Logs destination.



4868
4869
4870
4871
4872
4873
# File 'lib/aws-sdk-elasticache/types.rb', line 4868

class DestinationDetails < Struct.new(
  :cloud_watch_logs_details,
  :kinesis_firehose_details)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_firehose_detailsTypes::KinesisFirehoseDestinationDetails

The configuration details of the Kinesis Data Firehose destination.



4868
4869
4870
4871
4872
4873
# File 'lib/aws-sdk-elasticache/types.rb', line 4868

class DestinationDetails < Struct.new(
  :cloud_watch_logs_details,
  :kinesis_firehose_details)
  SENSITIVE = []
  include Aws::Structure
end