public static interface CfnConnector.KafkaClusterClientAuthenticationProperty
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.*; KafkaClusterClientAuthenticationProperty kafkaClusterClientAuthenticationProperty = KafkaClusterClientAuthenticationProperty.builder() .authenticationType("authenticationType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnector.KafkaClusterClientAuthenticationProperty.Builder
A builder for
CfnConnector.KafkaClusterClientAuthenticationProperty |
static class |
CfnConnector.KafkaClusterClientAuthenticationProperty.Jsii$Proxy
An implementation for
CfnConnector.KafkaClusterClientAuthenticationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnector.KafkaClusterClientAuthenticationProperty.Builder |
builder() |
java.lang.String |
getAuthenticationType()
The type of client authentication used to connect to the Apache Kafka cluster.
|