This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MSK::Cluster ClientAuthentication
The ClientAuthentication property type specifies Property description not available. for an AWS::MSK::Cluster.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Sasl" :Sasl, "Tls" :Tls, "Unauthenticated" :Unauthenticated}
YAML
Sasl:SaslTls:TlsUnauthenticated:Unauthenticated
Properties
- Sasl
- 
                    Details for client authentication using SASL. To turn on SASL, you must also turn on EncryptionInTransitby settinginClusterto true. You must setclientBrokerto eitherTLSorTLS_PLAINTEXT. If you chooseTLS_PLAINTEXT, then you must also setunauthenticatedto true.Required: No Type: Sasl Update requires: No interruption 
- Tls
- 
                    Details for ClientAuthentication using TLS. To turn on TLS access control, you must also turn on EncryptionInTransitby settinginClusterto true andclientBrokertoTLS.Required: No Type: Tls Update requires: No interruption 
- Unauthenticated
- 
                    Details for ClientAuthentication using no authentication. Required: No Type: Unauthenticated Update requires: No interruption