This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MSK::Replicator KafkaClusterClientAuthentication
Details of the client authentication used by the Apache Kafka cluster.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MTLS" :KafkaClusterMtlsAuthentication, "SaslOAuthBearer" :KafkaClusterSaslOAuthBearerAuthentication, "SaslScram" :KafkaClusterSaslScramAuthentication}
YAML
MTLS:KafkaClusterMtlsAuthenticationSaslOAuthBearer:KafkaClusterSaslOAuthBearerAuthenticationSaslScram:KafkaClusterSaslScramAuthentication
Properties
MTLSProperty description not available.
Required: No
Type: KafkaClusterMtlsAuthentication
Update requires: Replacement
SaslOAuthBearerProperty description not available.
Required: No
Type: KafkaClusterSaslOAuthBearerAuthentication
Update requires: Replacement
SaslScram-
Details for SASL/SCRAM client authentication.
Required: No
Type: KafkaClusterSaslScramAuthentication
Update requires: Replacement