Workspace Args
Import
Databrick Workspaces can be imported using the resource id
, e.g.
$ pulumi import azure:databricks/workspace:Workspace workspace1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Databricks/workspaces/workspace1
Constructors
Properties
Access Connector ID to use when default storage account firewall is enabled.
Is the workspace enabled for customer managed key encryption? If true
this enables the Managed Identity for the managed storage account. Possible values are true
or false
. Defaults to false
. This field is only valid if the Databricks Workspace sku
is set to premium
.
A custom_parameters
block as documented below.
Disallow public access to default storage account. Defaults to false
.
An enhanced_security_compliance
block as documented below. This feature is only valid if sku
is set to premium
.
Is the Databricks File System root file system enabled with a secondary layer of encryption with platform managed keys? Possible values are true
or false
. Defaults to false
. This field is only valid if the Databricks Workspace sku
is set to premium
. Changing this forces a new resource to be created.
Resource ID of the Outbound Load balancer Backend Address Pool for Secure Cluster Connectivity (No Public IP) workspace with managed virtual network. Changing this forces a new resource to be created.
Customer managed encryption properties for the Databricks Workspace managed disks.
Whether customer managed keys for disk encryption will automatically be rotated to the latest version.
The name of the resource group where Azure should place the managed Databricks resources. Changing this forces a new resource to be created.
Customer managed encryption properties for the Databricks Workspace managed resources(e.g. Notebooks and Artifacts).
Does the data plane (clusters) to control plane communication happen over private link endpoint only or publicly? Possible values AllRules
, NoAzureDatabricksRules
or NoAzureServiceRules
. Required when public_network_access_enabled
is set to false
.
Allow public access for accessing workspace. Set value to false
to access workspace only via private link endpoint. Possible values include true
or false
. Defaults to true
.
The name of the Resource Group in which the Databricks Workspace should exist. Changing this forces a new resource to be created.