Interface CfnConnector.KafkaClusterEncryptionInTransitProperty

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

@Stability(Stable) public static interface CfnConnector.KafkaClusterEncryptionInTransitProperty extends software.amazon.jsii.JsiiSerializable
Details of encryption in transit to 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.*;
 KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransitProperty = KafkaClusterEncryptionInTransitProperty.builder()
         .encryptionType("encryptionType")
         .build();
 

See Also: