public static interface CfnConnector.KafkaClusterProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kafkaconnect.*; KafkaClusterProperty kafkaClusterProperty = KafkaClusterProperty.builder() .apacheKafkaCluster(ApacheKafkaClusterProperty.builder() .bootstrapServers("bootstrapServers") .vpc(VpcProperty.builder() .securityGroups(List.of("securityGroups")) .subnets(List.of("subnets")) .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnector.KafkaClusterProperty.Builder
A builder for
CfnConnector.KafkaClusterProperty |
static class |
CfnConnector.KafkaClusterProperty.Jsii$Proxy
An implementation for
CfnConnector.KafkaClusterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnector.KafkaClusterProperty.Builder |
builder() |
java.lang.Object |
getApacheKafkaCluster()
The Apache Kafka cluster to which the connector is connected.
|
java.lang.Object getApacheKafkaCluster()
static CfnConnector.KafkaClusterProperty.Builder builder()