View a markdown version of this page

AWS::MSK::Replicator ApacheKafkaCluster - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::MSK::Replicator ApacheKafkaCluster

Details of an Apache Kafka cluster.

Syntax

To declare this entity in your Amazon 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