interface KafkaClusterClientAuthenticationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.KafkaConnect.CfnConnector.KafkaClusterClientAuthenticationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#CfnConnector_KafkaClusterClientAuthenticationProperty |
Java | software.amazon.awscdk.services.kafkaconnect.CfnConnector.KafkaClusterClientAuthenticationProperty |
Python | aws_cdk.aws_kafkaconnect.CfnConnector.KafkaClusterClientAuthenticationProperty |
TypeScript | aws-cdk-lib » 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 { aws_kafkaconnect as kafkaconnect } from 'aws-cdk-lib';
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.