github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_volume.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceVolume struct { 6 CatalogName string `json:"catalog_name"` 7 Comment string `json:"comment,omitempty"` 8 Id string `json:"id,omitempty"` 9 Name string `json:"name"` 10 Owner string `json:"owner,omitempty"` 11 SchemaName string `json:"schema_name"` 12 StorageLocation string `json:"storage_location,omitempty"` 13 VolumeType string `json:"volume_type"` 14 }