Workspace Args
data class WorkspaceArgs(val customParameters: Output<WorkspaceCustomParametersArgs>? = null, val customerManagedKeyEnabled: Output<Boolean>? = null, val infrastructureEncryptionEnabled: Output<Boolean>? = null, val loadBalancerBackendAddressPoolId: Output<String>? = null, val location: Output<String>? = null, val managedDiskCmkKeyVaultKeyId: Output<String>? = null, val managedDiskCmkRotationToLatestVersionEnabled: Output<Boolean>? = null, val managedResourceGroupName: Output<String>? = null, val managedServicesCmkKeyVaultKeyId: Output<String>? = null, val name: Output<String>? = null, val networkSecurityGroupRulesRequired: Output<String>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<WorkspaceArgs>
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
Content copied to clipboard
Constructors
Link copied to clipboard
fun WorkspaceArgs(customParameters: Output<WorkspaceCustomParametersArgs>? = null, customerManagedKeyEnabled: Output<Boolean>? = null, infrastructureEncryptionEnabled: Output<Boolean>? = null, loadBalancerBackendAddressPoolId: Output<String>? = null, location: Output<String>? = null, managedDiskCmkKeyVaultKeyId: Output<String>? = null, managedDiskCmkRotationToLatestVersionEnabled: Output<Boolean>? = null, managedResourceGroupName: Output<String>? = null, managedServicesCmkKeyVaultKeyId: Output<String>? = null, name: Output<String>? = null, networkSecurityGroupRulesRequired: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null)
Functions
Properties
Link copied to clipboard
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.