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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type DataSourceClusters struct {
     6  	ClusterNameContains string   `json:"cluster_name_contains,omitempty"`
     7  	Id                  string   `json:"id,omitempty"`
     8  	Ids                 []string `json:"ids,omitempty"`
     9  }