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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnector.KafkaClusterClientAuthenticationPropertystatic final classAn implementation forCfnConnector.KafkaClusterClientAuthenticationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The type of client authentication used to connect to the Apache Kafka cluster.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthenticationType
The type of client authentication used to connect to the Apache Kafka cluster.Value NONE means that no client authentication is used.
-
builder
-