|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type DataSourceClusters struct {
|
|
ClusterNameContains string `json:"cluster_name_contains,omitempty"`
|
|
Id string `json:"id,omitempty"`
|
|
Ids []string `json:"ids,omitempty"`
|
|
}
|