github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_azure_blob_mount.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceAzureBlobMount struct {
     6  	AuthType           string `json:"auth_type"`
     7  	ClusterId          string `json:"cluster_id,omitempty"`
     8  	ContainerName      string `json:"container_name"`
     9  	Directory          string `json:"directory,omitempty"`
    10  	Id                 string `json:"id,omitempty"`
    11  	MountName          string `json:"mount_name"`
    12  	Source             string `json:"source,omitempty"`
    13  	StorageAccountName string `json:"storage_account_name"`
    14  	TokenSecretKey     string `json:"token_secret_key"`
    15  	TokenSecretScope   string `json:"token_secret_scope"`
    16  }