class Aws::ElastiCache::Types::DestinationDetails

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

@note When making an API call, you may pass DestinationDetails

data as a hash:

    {
      cloud_watch_logs_details: {
        log_group: "String",
      },
      kinesis_firehose_details: {
        delivery_stream: "String",
      },
    }

@!attribute [rw] cloud_watch_logs_details

The configuration details of the CloudWatch Logs destination.
@return [Types::CloudWatchLogsDestinationDetails]

@!attribute [rw] kinesis_firehose_details

The configuration details of the Kinesis Data Firehose destination.
@return [Types::KinesisFirehoseDestinationDetails]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DestinationDetails AWS API Documentation

Constants

SENSITIVE