# Databricks::Clusters::Cluster DockerBasicAuth Basic authentication information for Docker repository ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Username" : String, "Password" : String }### YAML
Username: String Password: String## Properties #### Username User name for the Docker repository _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Password Password for the Docker repository. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)