Interface CfnReplicatorPropsMixin.KafkaClusterSaslScramAuthenticationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReplicatorPropsMixin.KafkaClusterSaslScramAuthenticationProperty.Jsii$Proxy
- Enclosing class:
CfnReplicatorPropsMixin
@Stability(Stable)
public static interface CfnReplicatorPropsMixin.KafkaClusterSaslScramAuthenticationProperty
extends software.amazon.jsii.JsiiSerializable
Details for SASL/SCRAM 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.cfnpropertymixins.services.msk.*;
KafkaClusterSaslScramAuthenticationProperty kafkaClusterSaslScramAuthenticationProperty = KafkaClusterSaslScramAuthenticationProperty.builder()
.mechanism("mechanism")
.secretArn("secretArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnReplicatorPropsMixin.KafkaClusterSaslScramAuthenticationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMechanism
The SASL/SCRAM authentication mechanism.- See Also:
-
getSecretArn
The Amazon Resource Name (ARN) of the Secrets Manager secret.- See Also:
-
builder
@Stability(Stable) static CfnReplicatorPropsMixin.KafkaClusterSaslScramAuthenticationProperty.Builder builder()
-