Interface CfnConnectorPropsMixin.KafkaClusterEncryptionInTransitProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorPropsMixin.KafkaClusterEncryptionInTransitProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorPropsMixin
@Stability(Stable)
public static interface CfnConnectorPropsMixin.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.cfnpropertymixins.services.kafkaconnect.*;
KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransitProperty = KafkaClusterEncryptionInTransitProperty.builder()
.encryptionType("encryptionType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectorPropsMixin.KafkaClusterEncryptionInTransitProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEncryptionType
The type of encryption in transit to the Apache Kafka cluster.- See Also:
-
builder
@Stability(Stable) static CfnConnectorPropsMixin.KafkaClusterEncryptionInTransitProperty.Builder builder()
-