AWS::MSK::Replicator ApacheKafkaCluster - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MSK::Replicator ApacheKafkaCluster

Details of an Apache Kafka cluster.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ApacheKafkaClusterId" : String, "BootstrapBrokerString" : String }

Properties

ApacheKafkaClusterId

The globally unique cluster ID of the Apache Kafka cluster. For information on how to retrieve the cluster ID, see https://github.com/apache/kafka/blob/trunk/bin/kafka-cluster.sh

Required: Yes

Type: String

Update requires: Replacement

BootstrapBrokerString

The bootstrap broker string of the Apache Kafka cluster.

Required: Yes

Type: String

Update requires: Replacement