mirror of https://github.com/databricks/cli.git
15 lines
504 B
Go
15 lines
504 B
Go
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type ResourceExternalLocation struct {
|
|
Comment string `json:"comment,omitempty"`
|
|
CredentialName string `json:"credential_name"`
|
|
Id string `json:"id,omitempty"`
|
|
MetastoreId string `json:"metastore_id,omitempty"`
|
|
Name string `json:"name"`
|
|
Owner string `json:"owner,omitempty"`
|
|
SkipValidation bool `json:"skip_validation,omitempty"`
|
|
Url string `json:"url"`
|
|
}
|