@Stability(value=Stable)
public static interface CfnConnector.ApacheKafkaClusterProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
ApacheKafkaClusterProperty apacheKafkaClusterProperty = ApacheKafkaClusterProperty.builder()
.bootstrapServers("bootstrapServers")
.vpc(VpcProperty.builder()
.securityGroups(List.of("securityGroups"))
.subnets(List.of("subnets"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnector.ApacheKafkaClusterProperty.Builder
A builder for
CfnConnector.ApacheKafkaClusterProperty |
static class |
CfnConnector.ApacheKafkaClusterProperty.Jsii$Proxy
An implementation for
CfnConnector.ApacheKafkaClusterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnector.ApacheKafkaClusterProperty.Builder |
builder() |
String |
getBootstrapServers()
The bootstrap servers of the cluster.
|
Object |
getVpc()
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
|
@Stability(value=Stable) @NotNull String getBootstrapServers()
@Stability(value=Stable) @NotNull Object getVpc()
@Stability(value=Stable) static CfnConnector.ApacheKafkaClusterProperty.Builder builder()
Copyright © 2022. All rights reserved.