Class: Aws::CloudWatchLogs::Types::DestinationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Configuration for where to deliver scheduled query results. Specifies the destination type and associated settings for result delivery.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_configurationTypes::S3Configuration

Configuration for delivering query results to Amazon S3.



3008
3009
3010
3011
3012
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3008

class DestinationConfiguration < Struct.new(
  :s3_configuration)
  SENSITIVE = []
  include Aws::Structure
end