AWS::KafkaConnect::Connector 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).

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: String Vpc: 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