Class: Aws::Kafka::Types::LoggingInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_logsTypes::BrokerLogs

You can configure your MSK cluster to send broker logs to different destination types. This configuration specifies the details of these destinations.

Returns:



3067
3068
3069
3070
3071
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3067

class LoggingInfo < Struct.new(
  :broker_logs)
  SENSITIVE = []
  include Aws::Structure
end