Show / Hide Table of Contents

Class CfnReplicator.KafkaClusterEncryptionInTransitProperty

Details of encryption in transit to the Apache Kafka cluster.

Inheritance
object
CfnReplicator.KafkaClusterEncryptionInTransitProperty
Implements
CfnReplicator.IKafkaClusterEncryptionInTransitProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnReplicator.KafkaClusterEncryptionInTransitProperty : CfnReplicator.IKafkaClusterEncryptionInTransitProperty
Syntax (vb)
Public Class CfnReplicator.KafkaClusterEncryptionInTransitProperty Implements CfnReplicator.IKafkaClusterEncryptionInTransitProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-kafkaclusterencryptionintransit.html

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.AWS.MSK;

             var kafkaClusterEncryptionInTransitProperty = new KafkaClusterEncryptionInTransitProperty {
                 EncryptionType = "encryptionType",

                 // the properties below are optional
                 RootCaCertificate = "rootCaCertificate"
             };

Synopsis

Constructors

KafkaClusterEncryptionInTransitProperty()

Details of encryption in transit to the Apache Kafka cluster.

Properties

EncryptionType

The type of encryption in transit to the Apache Kafka cluster.

RootCaCertificate

The root CA certificate.

Constructors

KafkaClusterEncryptionInTransitProperty()

Details of encryption in transit to the Apache Kafka cluster.

public KafkaClusterEncryptionInTransitProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-kafkaclusterencryptionintransit.html

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.AWS.MSK;

             var kafkaClusterEncryptionInTransitProperty = new KafkaClusterEncryptionInTransitProperty {
                 EncryptionType = "encryptionType",

                 // the properties below are optional
                 RootCaCertificate = "rootCaCertificate"
             };

Properties

EncryptionType

The type of encryption in transit to the Apache Kafka cluster.

public string EncryptionType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-kafkaclusterencryptionintransit.html#cfn-msk-replicator-kafkaclusterencryptionintransit-encryptiontype

RootCaCertificate

The root CA certificate.

public string? RootCaCertificate { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-kafkaclusterencryptionintransit.html#cfn-msk-replicator-kafkaclusterencryptionintransit-rootcacertificate

Implements

CfnReplicator.IKafkaClusterEncryptionInTransitProperty
Back to top Generated by DocFX