class Aws::Kafka::Types::CloudWatchLogs

Details of the CloudWatch Logs destination for broker logs.

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

data as a hash:

    {
      enabled: false, # required
      log_group: "__string",
    }

@!attribute [rw] enabled

Specifies whether broker logs get sent to the specified CloudWatch
Logs destination.
@return [Boolean]

@!attribute [rw] log_group

The CloudWatch log group that is the destination for broker logs.
@return [String]

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

Constants

SENSITIVE