Workspace Custom Parameters
Constructors
Properties
The ID of a Azure Machine Learning workspace to link with Databricks workspace. Changing this forces a new resource to be created.
Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets (only for workspace with managed virtual network). Defaults to nat-gateway
. Changing this forces a new resource to be created.
Are public IP Addresses not allowed? Possible values are true
or false
. Defaults to true
.
The name of the Private Subnet within the Virtual Network. Required if virtual_network_id
is set. Changing this forces a new resource to be created.
The resource ID of the azure.network.SubnetNetworkSecurityGroupAssociation
resource which is referred to by the private_subnet_name
field. This is the same as the ID of the subnet referred to by the private_subnet_name
field. Required if virtual_network_id
is set.
Name of the Public IP for No Public IP workspace with managed virtual network. Defaults to nat-gw-public-ip
. Changing this forces a new resource to be created.
The name of the Public Subnet within the Virtual Network. Required if virtual_network_id
is set. Changing this forces a new resource to be created.
The resource ID of the azure.network.SubnetNetworkSecurityGroupAssociation
resource which is referred to by the public_subnet_name
field. This is the same as the ID of the subnet referred to by the public_subnet_name
field. Required if virtual_network_id
is set.
Default Databricks File Storage account name. Defaults to a randomized name(e.g. dbstoragel6mfeghoe5kxu
). Changing this forces a new resource to be created.
Storage account SKU name. Possible values include Standard_LRS
, Standard_GRS
, Standard_RAGRS
, Standard_GZRS
, Standard_RAGZRS
, Standard_ZRS
, Premium_LRS
or Premium_ZRS
. Defaults to Standard_GRS
.
The ID of a Virtual Network where this Databricks Cluster should be created. Changing this forces a new resource to be created.
Address prefix for Managed virtual network. Defaults to 10.139
. Changing this forces a new resource to be created.