github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_catalog.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceCatalog struct {
     6  	Comment       string            `json:"comment,omitempty"`
     7  	ForceDestroy  bool              `json:"force_destroy,omitempty"`
     8  	Id            string            `json:"id,omitempty"`
     9  	IsolationMode string            `json:"isolation_mode,omitempty"`
    10  	MetastoreId   string            `json:"metastore_id,omitempty"`
    11  	Name          string            `json:"name"`
    12  	Owner         string            `json:"owner,omitempty"`
    13  	Properties    map[string]string `json:"properties,omitempty"`
    14  	ProviderName  string            `json:"provider_name,omitempty"`
    15  	ShareName     string            `json:"share_name,omitempty"`
    16  	StorageRoot   string            `json:"storage_root,omitempty"`
    17  }