mirror of https://github.com/databricks/cli.git
17 lines
716 B
Go
17 lines
716 B
Go
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type ResourceCatalog struct {
|
|
Comment string `json:"comment,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"`
|
|
ProviderName string `json:"provider_name,omitempty"`
|
|
ShareName string `json:"share_name,omitempty"`
|
|
StorageRoot string `json:"storage_root,omitempty"`
|
|
}
|