Interface CfnConnector.KafkaClusterClientAuthenticationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConnector.KafkaClusterClientAuthenticationProperty.Jsii$Proxy
Enclosing class:
CfnConnector

@Stability(Stable) public static interface CfnConnector.KafkaClusterClientAuthenticationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.kafkaconnect.*;
 KafkaClusterClientAuthenticationProperty kafkaClusterClientAuthenticationProperty = KafkaClusterClientAuthenticationProperty.builder()
         .authenticationType("authenticationType")
         .build();
 

See Also: