Method: Aws::Kafka::Types::CloudWatchLogs#enabled

Defined in:
lib/aws-sdk-kafka/types.rb

#enabledBoolean

Specifies whether broker logs get sent to the specified CloudWatch Logs destination.

Returns:

  • (Boolean)


305
306
307
308
309
310
# File 'lib/aws-sdk-kafka/types.rb', line 305

class CloudWatchLogs < Struct.new(
  :enabled,
  :log_group)
  SENSITIVE = []
  include Aws::Structure
end