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

The details of the Apache Kafka cluster to which the connector is connected.

Syntax

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