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}
YAML
ApacheKafkaClusterId:StringBootstrapBrokerString: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