@Stability(value=Stable)
public static interface CfnConnector.KafkaClusterClientAuthenticationProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getAuthenticationType()
The type of client authentication used to connect to the Apache Kafka cluster.
|
@Stability(value=Stable) @NotNull String getAuthenticationType()
Value NONE means that no client authentication is used.
@Stability(value=Stable) static CfnConnector.KafkaClusterClientAuthenticationProperty.Builder builder()
Copyright © 2022. All rights reserved.