aws-cdk-lib.aws_kafkaconnect.CfnConnector.ApacheKafkaClusterProperty

interface ApacheKafkaClusterProperty

LanguageType name
.NETAmazon.CDK.AWS.KafkaConnect.CfnConnector.ApacheKafkaClusterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#CfnConnector_ApacheKafkaClusterProperty
Javasoftware.amazon.awscdk.services.kafkaconnect.CfnConnector.ApacheKafkaClusterProperty
Pythonaws_cdk.aws_kafkaconnect.CfnConnector.ApacheKafkaClusterProperty
TypeScript aws-cdk-lib » aws_kafkaconnect » CfnConnector » ApacheKafkaClusterProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kafkaconnect as kafkaconnect } from 'aws-cdk-lib';
const apacheKafkaClusterProperty: kafkaconnect.CfnConnector.ApacheKafkaClusterProperty = {
  bootstrapServers: 'bootstrapServers',
  vpc: {
    securityGroups: ['securityGroups'],
    subnets: ['subnets'],
  },
};

Properties

NameTypeDescription
bootstrapServersstringThe bootstrap servers of the cluster.
vpcIResolvable | VpcPropertyDetails of an Amazon VPC which has network connectivity to the Apache Kafka cluster.

bootstrapServers

Type: string

The bootstrap servers of the cluster.


vpc

Type: IResolvable | VpcProperty

Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.