mirror of https://github.com/databricks/cli.git
13 lines
399 B
Go
13 lines
399 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type DataSourceCurrentConfig struct {
|
||
|
AccountId string `json:"account_id,omitempty"`
|
||
|
AuthType string `json:"auth_type,omitempty"`
|
||
|
CloudType string `json:"cloud_type,omitempty"`
|
||
|
Host string `json:"host,omitempty"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
IsAccount bool `json:"is_account,omitempty"`
|
||
|
}
|