github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/data_source_metastore.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type DataSourceMetastoreMetastoreInfo struct { 6 Cloud string `json:"cloud,omitempty"` 7 CreatedAt int `json:"created_at,omitempty"` 8 CreatedBy string `json:"created_by,omitempty"` 9 DefaultDataAccessConfigId string `json:"default_data_access_config_id,omitempty"` 10 DeltaSharingOrganizationName string `json:"delta_sharing_organization_name,omitempty"` 11 DeltaSharingRecipientTokenLifetimeInSeconds int `json:"delta_sharing_recipient_token_lifetime_in_seconds,omitempty"` 12 DeltaSharingScope string `json:"delta_sharing_scope,omitempty"` 13 GlobalMetastoreId string `json:"global_metastore_id,omitempty"` 14 MetastoreId string `json:"metastore_id,omitempty"` 15 Name string `json:"name,omitempty"` 16 Owner string `json:"owner,omitempty"` 17 PrivilegeModelVersion string `json:"privilege_model_version,omitempty"` 18 Region string `json:"region,omitempty"` 19 StorageRoot string `json:"storage_root,omitempty"` 20 StorageRootCredentialId string `json:"storage_root_credential_id,omitempty"` 21 StorageRootCredentialName string `json:"storage_root_credential_name,omitempty"` 22 UpdatedAt int `json:"updated_at,omitempty"` 23 UpdatedBy string `json:"updated_by,omitempty"` 24 } 25 26 type DataSourceMetastore struct { 27 Id string `json:"id,omitempty"` 28 MetastoreId string `json:"metastore_id"` 29 MetastoreInfo *DataSourceMetastoreMetastoreInfo `json:"metastore_info,omitempty"` 30 }