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.



1598
1599
1600
1601
1602
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1598

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