databricks-cli/bundle/internal/tf/schema/resource_cluster_policy.go

11 lines
295 B
Go
Raw Normal View History

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceClusterPolicy struct {
Definition string `json:"definition,omitempty"`
Id string `json:"id,omitempty"`
Name string `json:"name"`
PolicyId string `json:"policy_id,omitempty"`
}