# Databricks::Clusters::Cluster DockerImage Docker image connection information ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Url" : String,
    "BasicAuth" : DockerBasicAuth
}
### YAML
Url: String
BasicAuth: DockerBasicAuth
## Properties #### Url URL for the Docker image. _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) #### BasicAuth Basic authentication information for Docker repository _Required_: No _Type_: DockerBasicAuth _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)