@Stability(value=Stable)
public static interface CfnConnector.KafkaClusterEncryptionInTransitProperty
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.*;
KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransitProperty = KafkaClusterEncryptionInTransitProperty.builder()
.encryptionType("encryptionType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnector.KafkaClusterEncryptionInTransitProperty.Builder
A builder for
CfnConnector.KafkaClusterEncryptionInTransitProperty |
static class |
CfnConnector.KafkaClusterEncryptionInTransitProperty.Jsii$Proxy
An implementation for
CfnConnector.KafkaClusterEncryptionInTransitProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnector.KafkaClusterEncryptionInTransitProperty.Builder |
builder() |
String |
getEncryptionType()
The type of encryption in transit to the Apache Kafka cluster.
|
@Stability(value=Stable) @NotNull String getEncryptionType()
@Stability(value=Stable) static CfnConnector.KafkaClusterEncryptionInTransitProperty.Builder builder()
Copyright © 2022. All rights reserved.