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

17 lines
649 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceAzureBlobMount struct {
AuthType string `json:"auth_type"`
ClusterId string `json:"cluster_id,omitempty"`
ContainerName string `json:"container_name"`
Directory string `json:"directory,omitempty"`
Id string `json:"id,omitempty"`
MountName string `json:"mount_name"`
Source string `json:"source,omitempty"`
StorageAccountName string `json:"storage_account_name"`
TokenSecretKey string `json:"token_secret_key"`
TokenSecretScope string `json:"token_secret_scope"`
}