Class: Aws::TimestreamInfluxDB::Types::LogDeliveryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::LogDeliveryConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Configuration for sending InfluxDB engine logs to send to specified S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_configuration ⇒ Types::S3Configuration
Configuration for S3 bucket log delivery.
Instance Attribute Details
#s3_configuration ⇒ Types::S3Configuration
Configuration for S3 bucket log delivery.
1188 1189 1190 1191 1192 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1188 class LogDeliveryConfiguration < Struct.new( :s3_configuration) SENSITIVE = [] include Aws::Structure end |