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.



894
895
896
897
898
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 894

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