interface KafkaClusterClientAuthenticationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.KafkaConnect.CfnConnector.KafkaClusterClientAuthenticationProperty | 
|  Java | software.amazon.awscdk.services.kafkaconnect.CfnConnector.KafkaClusterClientAuthenticationProperty | 
|  Python | aws_cdk.aws_kafkaconnect.CfnConnector.KafkaClusterClientAuthenticationProperty | 
|  TypeScript | @aws-cdk/aws-kafkaconnect»CfnConnector»KafkaClusterClientAuthenticationProperty | 
The client authentication information used in order to authenticate with the Apache Kafka cluster.
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 kafkaClusterClientAuthenticationProperty: kafkaconnect.CfnConnector.KafkaClusterClientAuthenticationProperty = {
  authenticationType: 'authenticationType',
};
Properties
| Name | Type | Description | 
|---|---|---|
| authentication | string | The type of client authentication used to connect to the Apache Kafka cluster. | 
authenticationType
Type:
string
The type of client authentication used to connect to the Apache Kafka cluster.
Value NONE means that no client authentication is used.
