databricks-cli/bundle/internal/tf/schema/resource_volume.go

16 lines
552 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceVolume struct {
CatalogName string `json:"catalog_name"`
Comment string `json:"comment,omitempty"`
Id string `json:"id,omitempty"`
Name string `json:"name"`
Owner string `json:"owner,omitempty"`
SchemaName string `json:"schema_name"`
StorageLocation string `json:"storage_location,omitempty"`
VolumePath string `json:"volume_path,omitempty"`
VolumeType string `json:"volume_type"`
}