AWS::KafkaConnect::Connector ApacheKafkaCluster
The details of the Apache Kafka cluster to which the connector is connected.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BootstrapServers" :String, "Vpc" :Vpc}
YAML
BootstrapServers:StringVpc:Vpc
Properties
BootstrapServers-
The bootstrap servers of the cluster.
Required: Yes
Type: String
Update requires: Replacement
Vpc-
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
Required: Yes
Type: Vpc
Update requires: Replacement