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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceMetastoreAssignment struct {
     6  	DefaultCatalogName string `json:"default_catalog_name,omitempty"`
     7  	Id                 string `json:"id,omitempty"`
     8  	MetastoreId        string `json:"metastore_id"`
     9  	WorkspaceId        int    `json:"workspace_id"`
    10  }