public static interface CfnConnector.KafkaClusterEncryptionInTransitProperty
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() |
java.lang.String |
getEncryptionType()
The type of encryption in transit to the Apache Kafka cluster.
|