Class: Aws::Kafka::Types::CloudWatchLogs
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CloudWatchLogs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Details of the CloudWatch Logs destination for broker logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether broker logs get sent to the specified CloudWatch Logs destination.
-
#log_group ⇒ String
The CloudWatch log group that is the destination for broker logs.
Instance Attribute Details
#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 |
#log_group ⇒ String
The CloudWatch log group that is the destination for broker logs.
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 |