Class: Aws::CloudWatchLogs::Types::DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DestinationConfiguration
- 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
-
#s3_configuration ⇒ Types::S3Configuration
Configuration for delivering query results to an Amazon S3 bucket.
Instance Attribute Details
#s3_configuration ⇒ Types::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 |