You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kafka::Types::BrokerLogs
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::BrokerLogs
- Defined in:
- (unknown)
Overview
Note:
When passing BrokerLogs as input to an Aws::Client method, you can use a vanilla Hash:
{
cloud_watch_logs: {
enabled: false, # required
log_group: "__string",
},
firehose: {
delivery_stream: "__string",
enabled: false, # required
},
s3: {
bucket: "__string",
enabled: false, # required
prefix: "__string",
},
}
The broker logs configuration for this MSK cluster.
Returned by:
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogs
Details of the CloudWatch Logs destination for broker logs.
-
#firehose ⇒ Types::Firehose
Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.
-
#s3 ⇒ Types::S3
Details of the Amazon S3 destination for broker logs.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogs
Details of the CloudWatch Logs destination for broker logs.
#firehose ⇒ Types::Firehose
Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.
#s3 ⇒ Types::S3
Details of the Amazon S3 destination for broker logs.