WorkspaceCustomParametersArgs

data class WorkspaceCustomParametersArgs(val amlWorkspaceId: Output<WorkspaceCustomStringParameterArgs>? = null, val customPrivateSubnetName: Output<WorkspaceCustomStringParameterArgs>? = null, val customPublicSubnetName: Output<WorkspaceCustomStringParameterArgs>? = null, val customVirtualNetworkId: Output<WorkspaceCustomStringParameterArgs>? = null, val enableNoPublicIp: Output<WorkspaceCustomBooleanParameterArgs>? = null, val encryption: Output<WorkspaceEncryptionParameterArgs>? = null, val loadBalancerBackendPoolName: Output<WorkspaceCustomStringParameterArgs>? = null, val loadBalancerId: Output<WorkspaceCustomStringParameterArgs>? = null, val natGatewayName: Output<WorkspaceCustomStringParameterArgs>? = null, val prepareEncryption: Output<WorkspaceCustomBooleanParameterArgs>? = null, val publicIpName: Output<WorkspaceCustomStringParameterArgs>? = null, val requireInfrastructureEncryption: Output<WorkspaceCustomBooleanParameterArgs>? = null, val storageAccountName: Output<WorkspaceCustomStringParameterArgs>? = null, val storageAccountSkuName: Output<WorkspaceCustomStringParameterArgs>? = null, val vnetAddressPrefix: Output<WorkspaceCustomStringParameterArgs>? = null) : ConvertibleToJava<WorkspaceCustomParametersArgs>

Custom Parameters used for Cluster Creation.

Constructors

Link copied to clipboard
constructor(amlWorkspaceId: Output<WorkspaceCustomStringParameterArgs>? = null, customPrivateSubnetName: Output<WorkspaceCustomStringParameterArgs>? = null, customPublicSubnetName: Output<WorkspaceCustomStringParameterArgs>? = null, customVirtualNetworkId: Output<WorkspaceCustomStringParameterArgs>? = null, enableNoPublicIp: Output<WorkspaceCustomBooleanParameterArgs>? = null, encryption: Output<WorkspaceEncryptionParameterArgs>? = null, loadBalancerBackendPoolName: Output<WorkspaceCustomStringParameterArgs>? = null, loadBalancerId: Output<WorkspaceCustomStringParameterArgs>? = null, natGatewayName: Output<WorkspaceCustomStringParameterArgs>? = null, prepareEncryption: Output<WorkspaceCustomBooleanParameterArgs>? = null, publicIpName: Output<WorkspaceCustomStringParameterArgs>? = null, requireInfrastructureEncryption: Output<WorkspaceCustomBooleanParameterArgs>? = null, storageAccountName: Output<WorkspaceCustomStringParameterArgs>? = null, storageAccountSkuName: Output<WorkspaceCustomStringParameterArgs>? = null, vnetAddressPrefix: Output<WorkspaceCustomStringParameterArgs>? = null)

Properties

Link copied to clipboard

The ID of a Azure Machine Learning workspace to link with Databricks workspace

Link copied to clipboard

The name of the Private Subnet within the Virtual Network

Link copied to clipboard

The name of a Public Subnet within the Virtual Network

Link copied to clipboard

The ID of a Virtual Network where this Databricks Cluster should be created

Link copied to clipboard

Should the Public IP be Disabled?

Link copied to clipboard

Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.

Link copied to clipboard

Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).

Link copied to clipboard

Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.

Link copied to clipboard

Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.

Link copied to clipboard

Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.

Link copied to clipboard

Name of the Public IP for No Public IP workspace with managed vNet.

Link copied to clipboard

A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.

Link copied to clipboard

Default DBFS storage account name.

Link copied to clipboard

Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.

Link copied to clipboard

Address prefix for Managed virtual network. Default value for this input is 10.139.

Functions

Link copied to clipboard
open override fun toJava(): WorkspaceCustomParametersArgs