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 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.



2707
2708
2709
2710
2711
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2707

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