2022-12-06 15:26:19 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
|
|
|
type ResourceSchema struct {
|
2024-04-18 20:20:01 +00:00
|
|
|
CatalogName string `json:"catalog_name"`
|
|
|
|
Comment string `json:"comment,omitempty"`
|
|
|
|
EnablePredictiveOptimization string `json:"enable_predictive_optimization,omitempty"`
|
|
|
|
ForceDestroy bool `json:"force_destroy,omitempty"`
|
|
|
|
Id string `json:"id,omitempty"`
|
|
|
|
MetastoreId string `json:"metastore_id,omitempty"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
Owner string `json:"owner,omitempty"`
|
|
|
|
Properties map[string]string `json:"properties,omitempty"`
|
|
|
|
StorageRoot string `json:"storage_root,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|