mirror of https://github.com/databricks/cli.git
11 lines
351 B
Go
11 lines
351 B
Go
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type DataSourceClusterPolicy struct {
|
|
Definition string `json:"definition,omitempty"`
|
|
Id string `json:"id,omitempty"`
|
|
MaxClustersPerUser int `json:"max_clusters_per_user,omitempty"`
|
|
Name string `json:"name,omitempty"`
|
|
}
|