Show / Hide Table of Contents

Class CfnReplicatorPropsMixin.KafkaClusterMtlsAuthenticationProperty

Details for mTLS client authentication.

Inheritance
object
CfnReplicatorPropsMixin.KafkaClusterMtlsAuthenticationProperty
Implements
CfnReplicatorPropsMixin.IKafkaClusterMtlsAuthenticationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnReplicatorPropsMixin.KafkaClusterMtlsAuthenticationProperty : CfnReplicatorPropsMixin.IKafkaClusterMtlsAuthenticationProperty
Syntax (vb)
Public Class CfnReplicatorPropsMixin.KafkaClusterMtlsAuthenticationProperty Implements CfnReplicatorPropsMixin.IKafkaClusterMtlsAuthenticationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-kafkaclustermtlsauthentication.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.CfnPropertyMixins.AWS.MSK;

             var kafkaClusterMtlsAuthenticationProperty = new KafkaClusterMtlsAuthenticationProperty {
                 SecretArn = "secretArn"
             };

Synopsis

Constructors

KafkaClusterMtlsAuthenticationProperty()

Details for mTLS client authentication.

Properties

SecretArn

The Amazon Resource Name (ARN) of the Secrets Manager secret.

Constructors

KafkaClusterMtlsAuthenticationProperty()

Details for mTLS client authentication.

public KafkaClusterMtlsAuthenticationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-kafkaclustermtlsauthentication.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.CfnPropertyMixins.AWS.MSK;

             var kafkaClusterMtlsAuthenticationProperty = new KafkaClusterMtlsAuthenticationProperty {
                 SecretArn = "secretArn"
             };

Properties

SecretArn

The Amazon Resource Name (ARN) of the Secrets Manager secret.

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

string

Remarks

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

Implements

CfnReplicatorPropsMixin.IKafkaClusterMtlsAuthenticationProperty
Back to top Generated by DocFX