Class: Aws::KafkaConnect::Types::LogDeliveryDescription

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

Overview

The description of the log delivery settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#worker_log_deliveryTypes::WorkerLogDeliveryDescription

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



1437
1438
1439
1440
1441
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1437

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