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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceCatalogWorkspaceBinding struct {
     6  	CatalogName string `json:"catalog_name"`
     7  	Id          string `json:"id,omitempty"`
     8  	WorkspaceId string `json:"workspace_id"`
     9  }