Class: Aws::TimestreamInfluxDB::Types::LogDeliveryConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreaminfluxdb/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

Instance Attribute Details

#s3_configurationTypes::S3Configuration

Configuration for S3 bucket log delivery.



1188
1189
1190
1191
1192
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1188

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