class Aws::Kafka::Types::LoggingInfo

You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.

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

data as a hash:

    {
      broker_logs: { # 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] broker_logs

You can configure your MSK cluster to send broker logs to different
destination types. This configuration specifies the details of these
destinations.
@return [Types::BrokerLogs]

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

Constants

SENSITIVE