# Databricks::Clusters::Cluster ClusterLogConf Path to cluster log. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
"DbfsStorageInfo" : String,
"S3StorageInfo" : String
}
### YAML
DbfsStorageInfo: String S3StorageInfo: String## Properties #### DbfsStorageInfo DBFS destination. Example: dbfs:/my/path _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) #### S3StorageInfo File destination. Example: file:/my/file.sh _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)