databricks logo
Databricks v1.14.0, May 23 23

databricks.Mount

Explore with Pulumi AI

Import

-> Note Importing this resource is not currently supported.

Create Mount Resource

new Mount(name: string, args?: MountArgs, opts?: CustomResourceOptions);
@overload
def Mount(resource_name: str,
          opts: Optional[ResourceOptions] = None,
          abfs: Optional[MountAbfsArgs] = None,
          adl: Optional[MountAdlArgs] = None,
          cluster_id: Optional[str] = None,
          encryption_type: Optional[str] = None,
          extra_configs: Optional[Mapping[str, Any]] = None,
          gs: Optional[MountGsArgs] = None,
          name: Optional[str] = None,
          resource_id: Optional[str] = None,
          s3: Optional[MountS3Args] = None,
          uri: Optional[str] = None,
          wasb: Optional[MountWasbArgs] = None)
@overload
def Mount(resource_name: str,
          args: Optional[MountArgs] = None,
          opts: Optional[ResourceOptions] = None)
func NewMount(ctx *Context, name string, args *MountArgs, opts ...ResourceOption) (*Mount, error)
public Mount(string name, MountArgs? args = null, CustomResourceOptions? opts = null)
public Mount(String name, MountArgs args)
public Mount(String name, MountArgs args, CustomResourceOptions options)
type: databricks:Mount
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args MountArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args MountArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args MountArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args MountArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args MountArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Mount Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Mount resource accepts the following input properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the Mount resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Source string

(String) HDFS-compatible url

Id string

The provider-assigned unique ID for this managed resource.

Source string

(String) HDFS-compatible url

id String

The provider-assigned unique ID for this managed resource.

source String

(String) HDFS-compatible url

id string

The provider-assigned unique ID for this managed resource.

source string

(String) HDFS-compatible url

id str

The provider-assigned unique ID for this managed resource.

source str

(String) HDFS-compatible url

id String

The provider-assigned unique ID for this managed resource.

source String

(String) HDFS-compatible url

Look up Existing Mount Resource

Get an existing Mount resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: MountState, opts?: CustomResourceOptions): Mount
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        abfs: Optional[MountAbfsArgs] = None,
        adl: Optional[MountAdlArgs] = None,
        cluster_id: Optional[str] = None,
        encryption_type: Optional[str] = None,
        extra_configs: Optional[Mapping[str, Any]] = None,
        gs: Optional[MountGsArgs] = None,
        name: Optional[str] = None,
        resource_id: Optional[str] = None,
        s3: Optional[MountS3Args] = None,
        source: Optional[str] = None,
        uri: Optional[str] = None,
        wasb: Optional[MountWasbArgs] = None) -> Mount
func GetMount(ctx *Context, name string, id IDInput, state *MountState, opts ...ResourceOption) (*Mount, error)
public static Mount Get(string name, Input<string> id, MountState? state, CustomResourceOptions? opts = null)
public static Mount get(String name, Output<String> id, MountState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Abfs MountAbfsArgs
Adl MountAdlArgs
ClusterId string
EncryptionType string
ExtraConfigs Dictionary<string, object>
Gs MountGsArgs
Name string
ResourceId string
S3 MountS3Args
Source string

(String) HDFS-compatible url

Uri string
Wasb MountWasbArgs
Abfs MountAbfsArgs
Adl MountAdlArgs
ClusterId string
EncryptionType string
ExtraConfigs map[string]interface{}
Gs MountGsArgs
Name string
ResourceId string
S3 MountS3Args
Source string

(String) HDFS-compatible url

Uri string
Wasb MountWasbArgs
abfs MountAbfsArgs
adl MountAdlArgs
clusterId String
encryptionType String
extraConfigs Map<String,Object>
gs MountGsArgs
name String
resourceId String
s3 MountS3Args
source String

(String) HDFS-compatible url

uri String
wasb MountWasbArgs
abfs MountAbfsArgs
adl MountAdlArgs
clusterId string
encryptionType string
extraConfigs {[key: string]: any}
gs MountGsArgs
name string
resourceId string
s3 MountS3Args
source string

(String) HDFS-compatible url

uri string
wasb MountWasbArgs

Supporting Types

MountAbfs

MountAdl

MountGs

MountS3

MountWasb

Package Details

Repository
databricks pulumi/pulumi-databricks
License
Apache-2.0
Notes

This Pulumi package is based on the databricks Terraform Provider.