Class: Aws::KafkaConnect::Types::LogDelivery

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

Details about log delivery.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#worker_log_deliveryTypes::WorkerLogDelivery

The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.



1422
1423
1424
1425
1426
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1422

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