Interface CfnReplicatorPropsMixin.IKafkaClusterEncryptionInTransitProperty
Details of encryption in transit to the Apache Kafka cluster.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnReplicatorPropsMixin.IKafkaClusterEncryptionInTransitProperty
Syntax (vb)
Public Interface CfnReplicatorPropsMixin.IKafkaClusterEncryptionInTransitProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MSK;
var kafkaClusterEncryptionInTransitProperty = new KafkaClusterEncryptionInTransitProperty {
EncryptionType = "encryptionType",
RootCaCertificate = "rootCaCertificate"
};
Synopsis
Properties
| EncryptionType | The type of encryption in transit to the Apache Kafka cluster. |
| RootCaCertificate | The root CA certificate. |
Properties
EncryptionType
The type of encryption in transit to the Apache Kafka cluster.
string? EncryptionType { get; }
Property Value
Remarks
RootCaCertificate
The root CA certificate.
string? RootCaCertificate { get; }