Method: Aws::Kafka::Types::CloudWatchLogs#enabled
- Defined in:
- lib/aws-sdk-kafka/types.rb
#enabled ⇒ Boolean
Specifies whether broker logs get sent to the specified CloudWatch Logs destination.
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 |