Class CfnReplicatorPropsMixin.KafkaClusterMtlsAuthenticationProperty
Details for mTLS client authentication.
Inherited Members
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
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
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; }