class Aws::KafkaConnect::Types::WorkerLogDelivery

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

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

data as a hash:

    {
      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] cloud_watch_logs

Details about delivering logs to Amazon CloudWatch Logs.
@return [Types::CloudWatchLogsLogDelivery]

@!attribute [rw] firehose

Details about delivering logs to Amazon Kinesis Data Firehose.
@return [Types::FirehoseLogDelivery]

@!attribute [rw] s3

Details about delivering logs to Amazon S3.
@return [Types::S3LogDelivery]

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

Constants

SENSITIVE