AWS::MSK::Cluster BrokerLogs
The broker logs configuration for this MSK cluster.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CloudWatchLogs" :CloudWatchLogs, "Firehose" :Firehose, "S3" :S3}
YAML
CloudWatchLogs:CloudWatchLogsFirehose:FirehoseS3:S3
Properties
CloudWatchLogs-
Details of the CloudWatch Logs destination for broker logs.
Required: No
Type: CloudWatchLogs
Update requires: No interruption
Firehose-
Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.
Required: No
Type: Firehose
Update requires: No interruption
S3-
Details of the Amazon S3 destination for broker logs.
Required: No
Type: S3
Update requires: No interruption