class Aws::KafkaConnect::Types::LogDelivery

Details about log delivery.

@note When making an API call, you may pass LogDelivery

data as a hash:

    {
      worker_log_delivery: { # required
        cloud_watch_logs: {
          enabled: false, # required
          log_group: "__string",
        },
        firehose: {
          delivery_stream: "__string",
          enabled: false, # required
        },
        s3: {
          bucket: "__string",
          enabled: false, # required
          prefix: "__string",
        },
      },
    }

@!attribute [rw] worker_log_delivery

The workers can send worker logs to different destination types.
This configuration specifies the details of these destinations.
@return [Types::WorkerLogDelivery]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/LogDelivery AWS API Documentation

Constants

SENSITIVE