github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_dbfs_file.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceDbfsFile struct {
     6  	ContentBase64 string `json:"content_base64,omitempty"`
     7  	DbfsPath      string `json:"dbfs_path,omitempty"`
     8  	FileSize      int    `json:"file_size,omitempty"`
     9  	Id            string `json:"id,omitempty"`
    10  	Md5           string `json:"md5,omitempty"`
    11  	Path          string `json:"path"`
    12  	Source        string `json:"source,omitempty"`
    13  }