You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::BrokerLogs

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BrokerLogs as input to an Aws::Client method, you can use a vanilla 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",
  },
}

The broker logs configuration for this MSK cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogs

Details of the CloudWatch Logs destination for broker logs.

Returns:

#firehoseTypes::Firehose

Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.

Returns:

  • (Types::Firehose)

    Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.

#s3Types::S3

Details of the Amazon S3 destination for broker logs.

Returns:

  • (Types::S3)

    Details of the Amazon S3 destination for broker logs.