Interface CfnReplicatorPropsMixin.KafkaClusterEncryptionInTransitProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReplicatorPropsMixin.KafkaClusterEncryptionInTransitProperty.Jsii$Proxy
- Enclosing class:
CfnReplicatorPropsMixin
@Stability(Stable)
public static interface CfnReplicatorPropsMixin.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.msk.*;
KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransitProperty = KafkaClusterEncryptionInTransitProperty.builder()
.encryptionType("encryptionType")
.rootCaCertificate("rootCaCertificate")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnReplicatorPropsMixin.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
@Stability(Stable) static CfnReplicatorPropsMixin.KafkaClusterEncryptionInTransitProperty.Builder builder()
-