Interface CfnReplicator.KafkaClusterEncryptionInTransitProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReplicator.KafkaClusterEncryptionInTransitProperty.Jsii$Proxy
- Enclosing class:
CfnReplicator
@Stability(Stable)
public static interface CfnReplicator.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.msk.*;
KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransitProperty = KafkaClusterEncryptionInTransitProperty.builder()
.encryptionType("encryptionType")
// the properties below are optional
.rootCaCertificate("rootCaCertificate")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReplicator.KafkaClusterEncryptionInTransitPropertystatic final classAn implementation forCfnReplicator.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:
-
getRootCaCertificate
The root CA certificate.- See Also:
-
builder
-