class Aws::Kafka::Types::BrokerLogs

The broker logs configuration for this MSK cluster.

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

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 of the CloudWatch Logs destination for broker logs.
@return [Types::CloudWatchLogs]

@!attribute [rw] firehose

Details of the Kinesis Data Firehose delivery stream that is the
destination for broker logs.
@return [Types::Firehose]

@!attribute [rw] s3

Details of the Amazon S3 destination for broker logs.
@return [Types::S3]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/BrokerLogs AWS API Documentation

Constants

SENSITIVE