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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnReplicator.KafkaClusterMtlsAuthenticationPropertystatic final classAn implementation forCfnReplicator.KafkaClusterMtlsAuthenticationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the Secrets Manager secret.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecretArn
The Amazon Resource Name (ARN) of the Secrets Manager secret.- See Also:
-
builder
-