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

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

Overview

Configuration for destinations where scheduled query results are delivered, such as S3 buckets or EventBridge event buses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_configurationTypes::S3Configuration

Configuration for delivering query results to an Amazon S3 bucket.



2715
2716
2717
2718
2719
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2715

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