Class: Aws::Kafka::Types::BrokerLogs

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

Overview

The broker logs configuration for this MSK cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogs

Details of the CloudWatch Logs destination for broker logs.



124
125
126
127
128
129
130
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 124

class BrokerLogs < Struct.new(
  :cloud_watch_logs,
  :firehose,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#firehoseTypes::Firehose

Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.

Returns:



124
125
126
127
128
129
130
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 124

class BrokerLogs < Struct.new(
  :cloud_watch_logs,
  :firehose,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#s3Types::S3

Details of the Amazon S3 destination for broker logs.

Returns:



124
125
126
127
128
129
130
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 124

class BrokerLogs < Struct.new(
  :cloud_watch_logs,
  :firehose,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end