interface ApacheKafkaClusterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KafkaConnect.CfnConnector.ApacheKafkaClusterProperty |
![]() | software.amazon.awscdk.services.kafkaconnect.CfnConnector.ApacheKafkaClusterProperty |
![]() | aws_cdk.aws_kafkaconnect.CfnConnector.ApacheKafkaClusterProperty |
![]() | @aws-cdk/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 * as kafkaconnect from '@aws-cdk/aws-kafkaconnect';
const apacheKafkaClusterProperty: kafkaconnect.CfnConnector.ApacheKafkaClusterProperty = {
bootstrapServers: 'bootstrapServers',
vpc: {
securityGroups: ['securityGroups'],
subnets: ['subnets'],
},
};
Properties
Name | Type | Description |
---|---|---|
bootstrap | string | The bootstrap servers of the cluster. |
vpc | IResolvable | Vpc | Details 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
|
Vpc
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.