Interface CfnReplicator.KafkaClusterMtlsAuthenticationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnReplicator.KafkaClusterMtlsAuthenticationProperty.Jsii$Proxy
Enclosing class:
CfnReplicator

@Stability(Stable) public static interface CfnReplicator.KafkaClusterMtlsAuthenticationProperty extends software.amazon.jsii.JsiiSerializable
Details for mTLS client authentication.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.msk.*;
 KafkaClusterMtlsAuthenticationProperty kafkaClusterMtlsAuthenticationProperty = KafkaClusterMtlsAuthenticationProperty.builder()
         .secretArn("secretArn")
         .build();
 

See Also: