Databricks v1.6.0, Jan 25 23
Databricks v1.6.0, Jan 25 23
databricks.AzureBlobMount
Create AzureBlobMount Resource
new AzureBlobMount(name: string, args: AzureBlobMountArgs, opts?: CustomResourceOptions);
@overload
def AzureBlobMount(resource_name: str,
opts: Optional[ResourceOptions] = None,
auth_type: Optional[str] = None,
cluster_id: Optional[str] = None,
container_name: Optional[str] = None,
directory: Optional[str] = None,
mount_name: Optional[str] = None,
storage_account_name: Optional[str] = None,
token_secret_key: Optional[str] = None,
token_secret_scope: Optional[str] = None)
@overload
def AzureBlobMount(resource_name: str,
args: AzureBlobMountArgs,
opts: Optional[ResourceOptions] = None)
func NewAzureBlobMount(ctx *Context, name string, args AzureBlobMountArgs, opts ...ResourceOption) (*AzureBlobMount, error)
public AzureBlobMount(string name, AzureBlobMountArgs args, CustomResourceOptions? opts = null)
public AzureBlobMount(String name, AzureBlobMountArgs args)
public AzureBlobMount(String name, AzureBlobMountArgs args, CustomResourceOptions options)
type: databricks:AzureBlobMount
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AzureBlobMountArgs
- 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 AzureBlobMountArgs
- 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 AzureBlobMountArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AzureBlobMountArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AzureBlobMountArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AzureBlobMount 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 AzureBlobMount resource accepts the following input properties:
- Auth
Type string - Container
Name string - Mount
Name string - Storage
Account stringName - Token
Secret stringKey - Token
Secret stringScope - Cluster
Id string - Directory string
- Auth
Type string - Container
Name string - Mount
Name string - Storage
Account stringName - Token
Secret stringKey - Token
Secret stringScope - Cluster
Id string - Directory string
- auth
Type String - container
Name String - mount
Name String - storage
Account StringName - token
Secret StringKey - token
Secret StringScope - cluster
Id String - directory String
- auth
Type string - container
Name string - mount
Name string - storage
Account stringName - token
Secret stringKey - token
Secret stringScope - cluster
Id string - directory string
- auth_
type str - container_
name str - mount_
name str - storage_
account_ strname - token_
secret_ strkey - token_
secret_ strscope - cluster_
id str - directory str
- auth
Type String - container
Name String - mount
Name String - storage
Account StringName - token
Secret StringKey - token
Secret StringScope - cluster
Id String - directory String
Outputs
All input properties are implicitly available as output properties. Additionally, the AzureBlobMount resource produces the following output properties:
Look up Existing AzureBlobMount Resource
Get an existing AzureBlobMount 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?: AzureBlobMountState, opts?: CustomResourceOptions): AzureBlobMount
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auth_type: Optional[str] = None,
cluster_id: Optional[str] = None,
container_name: Optional[str] = None,
directory: Optional[str] = None,
mount_name: Optional[str] = None,
source: Optional[str] = None,
storage_account_name: Optional[str] = None,
token_secret_key: Optional[str] = None,
token_secret_scope: Optional[str] = None) -> AzureBlobMount
func GetAzureBlobMount(ctx *Context, name string, id IDInput, state *AzureBlobMountState, opts ...ResourceOption) (*AzureBlobMount, error)
public static AzureBlobMount Get(string name, Input<string> id, AzureBlobMountState? state, CustomResourceOptions? opts = null)
public static AzureBlobMount get(String name, Output<String> id, AzureBlobMountState 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.
- Auth
Type string - Cluster
Id string - Container
Name string - Directory string
- Mount
Name string - Source string
- Storage
Account stringName - Token
Secret stringKey - Token
Secret stringScope
- Auth
Type string - Cluster
Id string - Container
Name string - Directory string
- Mount
Name string - Source string
- Storage
Account stringName - Token
Secret stringKey - Token
Secret stringScope
- auth
Type String - cluster
Id String - container
Name String - directory String
- mount
Name String - source String
- storage
Account StringName - token
Secret StringKey - token
Secret StringScope
- auth
Type string - cluster
Id string - container
Name string - directory string
- mount
Name string - source string
- storage
Account stringName - token
Secret stringKey - token
Secret stringScope
- auth_
type str - cluster_
id str - container_
name str - directory str
- mount_
name str - source str
- storage_
account_ strname - token_
secret_ strkey - token_
secret_ strscope
- auth
Type String - cluster
Id String - container
Name String - directory String
- mount
Name String - source String
- storage
Account StringName - token
Secret StringKey - token
Secret StringScope
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
databricks
Terraform Provider.