2022-12-06 15:26:19 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
2024-09-19 11:21:32 +00:00
|
|
|
type DataSourceClustersFilterBy struct {
|
|
|
|
ClusterSources []string `json:"cluster_sources,omitempty"`
|
|
|
|
ClusterStates []string `json:"cluster_states,omitempty"`
|
|
|
|
IsPinned bool `json:"is_pinned,omitempty"`
|
|
|
|
PolicyId string `json:"policy_id,omitempty"`
|
|
|
|
}
|
|
|
|
|
2022-12-06 15:26:19 +00:00
|
|
|
type DataSourceClusters struct {
|
2024-09-19 11:21:32 +00:00
|
|
|
ClusterNameContains string `json:"cluster_name_contains,omitempty"`
|
|
|
|
Id string `json:"id,omitempty"`
|
|
|
|
Ids []string `json:"ids,omitempty"`
|
|
|
|
FilterBy *DataSourceClustersFilterBy `json:"filter_by,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|