1. Packages
  2. Azure Native
  3. API Docs
  4. databricks
  5. getWorkspace
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.databricks.getWorkspace

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets the workspace. Azure REST API version: 2023-02-01.

    Other available API versions: 2023-09-15-preview.

    Using getWorkspace

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWorkspace(args: GetWorkspaceArgs, opts?: InvokeOptions): Promise<GetWorkspaceResult>
    function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceResult>
    def get_workspace(resource_group_name: Optional[str] = None,
                      workspace_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
    def get_workspace_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                      workspace_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceResult]
    func LookupWorkspace(ctx *Context, args *LookupWorkspaceArgs, opts ...InvokeOption) (*LookupWorkspaceResult, error)
    func LookupWorkspaceOutput(ctx *Context, args *LookupWorkspaceOutputArgs, opts ...InvokeOption) LookupWorkspaceResultOutput

    > Note: This function is named LookupWorkspace in the Go SDK.

    public static class GetWorkspace 
    {
        public static Task<GetWorkspaceResult> InvokeAsync(GetWorkspaceArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkspaceResult> Invoke(GetWorkspaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:databricks:getWorkspace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    The name of the workspace.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    The name of the workspace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.

    getWorkspace Result

    The following output properties are available:

    CreatedDateTime string
    Specifies the date and time when the workspace is created.
    DiskEncryptionSetId string
    The resource Id of the managed disk encryption set.
    Id string
    Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    ManagedResourceGroupId string
    The managed resource group Id.
    Name string
    The name of the resource
    PrivateEndpointConnections List<Pulumi.AzureNative.Databricks.Outputs.PrivateEndpointConnectionResponse>
    Private endpoint connections created on the workspace
    ProvisioningState string
    The workspace provisioning state.
    SystemData Pulumi.AzureNative.Databricks.Outputs.SystemDataResponse
    The system metadata relating to this resource
    Type string
    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
    WorkspaceId string
    The unique identifier of the databricks workspace in databricks control plane.
    WorkspaceUrl string
    The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
    Authorizations List<Pulumi.AzureNative.Databricks.Outputs.WorkspaceProviderAuthorizationResponse>
    The workspace provider authorizations.
    CreatedBy Pulumi.AzureNative.Databricks.Outputs.CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that created the workspace.
    Encryption Pulumi.AzureNative.Databricks.Outputs.WorkspacePropertiesResponseEncryption
    Encryption properties for databricks workspace
    ManagedDiskIdentity Pulumi.AzureNative.Databricks.Outputs.ManagedIdentityConfigurationResponse
    The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption
    Parameters Pulumi.AzureNative.Databricks.Outputs.WorkspaceCustomParametersResponse
    The workspace's custom parameters.
    PublicNetworkAccess string
    The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
    RequiredNsgRules string
    Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.
    Sku Pulumi.AzureNative.Databricks.Outputs.SkuResponse
    The SKU of the resource.
    StorageAccountIdentity Pulumi.AzureNative.Databricks.Outputs.ManagedIdentityConfigurationResponse
    The details of Managed Identity of Storage Account
    Tags Dictionary<string, string>
    Resource tags.
    UiDefinitionUri string
    The blob URI where the UI definition file is located.
    UpdatedBy Pulumi.AzureNative.Databricks.Outputs.CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
    CreatedDateTime string
    Specifies the date and time when the workspace is created.
    DiskEncryptionSetId string
    The resource Id of the managed disk encryption set.
    Id string
    Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    ManagedResourceGroupId string
    The managed resource group Id.
    Name string
    The name of the resource
    PrivateEndpointConnections []PrivateEndpointConnectionResponse
    Private endpoint connections created on the workspace
    ProvisioningState string
    The workspace provisioning state.
    SystemData SystemDataResponse
    The system metadata relating to this resource
    Type string
    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
    WorkspaceId string
    The unique identifier of the databricks workspace in databricks control plane.
    WorkspaceUrl string
    The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
    Authorizations []WorkspaceProviderAuthorizationResponse
    The workspace provider authorizations.
    CreatedBy CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that created the workspace.
    Encryption WorkspacePropertiesResponseEncryption
    Encryption properties for databricks workspace
    ManagedDiskIdentity ManagedIdentityConfigurationResponse
    The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption
    Parameters WorkspaceCustomParametersResponse
    The workspace's custom parameters.
    PublicNetworkAccess string
    The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
    RequiredNsgRules string
    Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.
    Sku SkuResponse
    The SKU of the resource.
    StorageAccountIdentity ManagedIdentityConfigurationResponse
    The details of Managed Identity of Storage Account
    Tags map[string]string
    Resource tags.
    UiDefinitionUri string
    The blob URI where the UI definition file is located.
    UpdatedBy CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
    createdDateTime String
    Specifies the date and time when the workspace is created.
    diskEncryptionSetId String
    The resource Id of the managed disk encryption set.
    id String
    Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    managedResourceGroupId String
    The managed resource group Id.
    name String
    The name of the resource
    privateEndpointConnections List<PrivateEndpointConnectionResponse>
    Private endpoint connections created on the workspace
    provisioningState String
    The workspace provisioning state.
    systemData SystemDataResponse
    The system metadata relating to this resource
    type String
    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
    workspaceId String
    The unique identifier of the databricks workspace in databricks control plane.
    workspaceUrl String
    The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
    authorizations List<WorkspaceProviderAuthorizationResponse>
    The workspace provider authorizations.
    createdBy CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that created the workspace.
    encryption WorkspacePropertiesResponseEncryption
    Encryption properties for databricks workspace
    managedDiskIdentity ManagedIdentityConfigurationResponse
    The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption
    parameters WorkspaceCustomParametersResponse
    The workspace's custom parameters.
    publicNetworkAccess String
    The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
    requiredNsgRules String
    Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.
    sku SkuResponse
    The SKU of the resource.
    storageAccountIdentity ManagedIdentityConfigurationResponse
    The details of Managed Identity of Storage Account
    tags Map<String,String>
    Resource tags.
    uiDefinitionUri String
    The blob URI where the UI definition file is located.
    updatedBy CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
    createdDateTime string
    Specifies the date and time when the workspace is created.
    diskEncryptionSetId string
    The resource Id of the managed disk encryption set.
    id string
    Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location string
    The geo-location where the resource lives
    managedResourceGroupId string
    The managed resource group Id.
    name string
    The name of the resource
    privateEndpointConnections PrivateEndpointConnectionResponse[]
    Private endpoint connections created on the workspace
    provisioningState string
    The workspace provisioning state.
    systemData SystemDataResponse
    The system metadata relating to this resource
    type string
    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
    workspaceId string
    The unique identifier of the databricks workspace in databricks control plane.
    workspaceUrl string
    The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
    authorizations WorkspaceProviderAuthorizationResponse[]
    The workspace provider authorizations.
    createdBy CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that created the workspace.
    encryption WorkspacePropertiesResponseEncryption
    Encryption properties for databricks workspace
    managedDiskIdentity ManagedIdentityConfigurationResponse
    The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption
    parameters WorkspaceCustomParametersResponse
    The workspace's custom parameters.
    publicNetworkAccess string
    The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
    requiredNsgRules string
    Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.
    sku SkuResponse
    The SKU of the resource.
    storageAccountIdentity ManagedIdentityConfigurationResponse
    The details of Managed Identity of Storage Account
    tags {[key: string]: string}
    Resource tags.
    uiDefinitionUri string
    The blob URI where the UI definition file is located.
    updatedBy CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
    created_date_time str
    Specifies the date and time when the workspace is created.
    disk_encryption_set_id str
    The resource Id of the managed disk encryption set.
    id str
    Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location str
    The geo-location where the resource lives
    managed_resource_group_id str
    The managed resource group Id.
    name str
    The name of the resource
    private_endpoint_connections Sequence[PrivateEndpointConnectionResponse]
    Private endpoint connections created on the workspace
    provisioning_state str
    The workspace provisioning state.
    system_data SystemDataResponse
    The system metadata relating to this resource
    type str
    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
    workspace_id str
    The unique identifier of the databricks workspace in databricks control plane.
    workspace_url str
    The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
    authorizations Sequence[WorkspaceProviderAuthorizationResponse]
    The workspace provider authorizations.
    created_by CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that created the workspace.
    encryption WorkspacePropertiesResponseEncryption
    Encryption properties for databricks workspace
    managed_disk_identity ManagedIdentityConfigurationResponse
    The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption
    parameters WorkspaceCustomParametersResponse
    The workspace's custom parameters.
    public_network_access str
    The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
    required_nsg_rules str
    Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.
    sku SkuResponse
    The SKU of the resource.
    storage_account_identity ManagedIdentityConfigurationResponse
    The details of Managed Identity of Storage Account
    tags Mapping[str, str]
    Resource tags.
    ui_definition_uri str
    The blob URI where the UI definition file is located.
    updated_by CreatedByResponse
    Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.
    createdDateTime String
    Specifies the date and time when the workspace is created.
    diskEncryptionSetId String
    The resource Id of the managed disk encryption set.
    id String
    Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    managedResourceGroupId String
    The managed resource group Id.
    name String
    The name of the resource
    privateEndpointConnections List<Property Map>
    Private endpoint connections created on the workspace
    provisioningState String
    The workspace provisioning state.
    systemData Property Map
    The system metadata relating to this resource
    type String
    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
    workspaceId String
    The unique identifier of the databricks workspace in databricks control plane.
    workspaceUrl String
    The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'
    authorizations List<Property Map>
    The workspace provider authorizations.
    createdBy Property Map
    Indicates the Object ID, PUID and Application ID of entity that created the workspace.
    encryption Property Map
    Encryption properties for databricks workspace
    managedDiskIdentity Property Map
    The details of Managed Identity of Disk Encryption Set used for Managed Disk Encryption
    parameters Property Map
    The workspace's custom parameters.
    publicNetworkAccess String
    The network access type for accessing workspace. Set value to disabled to access workspace only via private link.
    requiredNsgRules String
    Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.
    sku Property Map
    The SKU of the resource.
    storageAccountIdentity Property Map
    The details of Managed Identity of Storage Account
    tags Map<String>
    Resource tags.
    uiDefinitionUri String
    The blob URI where the UI definition file is located.
    updatedBy Property Map
    Indicates the Object ID, PUID and Application ID of entity that last updated the workspace.

    Supporting Types

    CreatedByResponse

    ApplicationId string
    The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
    Oid string
    The Object ID that created the workspace.
    Puid string
    The Personal Object ID corresponding to the object ID above
    ApplicationId string
    The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
    Oid string
    The Object ID that created the workspace.
    Puid string
    The Personal Object ID corresponding to the object ID above
    applicationId String
    The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
    oid String
    The Object ID that created the workspace.
    puid String
    The Personal Object ID corresponding to the object ID above
    applicationId string
    The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
    oid string
    The Object ID that created the workspace.
    puid string
    The Personal Object ID corresponding to the object ID above
    application_id str
    The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
    oid str
    The Object ID that created the workspace.
    puid str
    The Personal Object ID corresponding to the object ID above
    applicationId String
    The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
    oid String
    The Object ID that created the workspace.
    puid String
    The Personal Object ID corresponding to the object ID above

    EncryptionEntitiesDefinitionResponse

    ManagedDisk Pulumi.AzureNative.Databricks.Inputs.ManagedDiskEncryptionResponse
    Encryption properties for the databricks managed disks.
    ManagedServices Pulumi.AzureNative.Databricks.Inputs.EncryptionV2Response
    Encryption properties for the databricks managed services.
    ManagedDisk ManagedDiskEncryptionResponse
    Encryption properties for the databricks managed disks.
    ManagedServices EncryptionV2Response
    Encryption properties for the databricks managed services.
    managedDisk ManagedDiskEncryptionResponse
    Encryption properties for the databricks managed disks.
    managedServices EncryptionV2Response
    Encryption properties for the databricks managed services.
    managedDisk ManagedDiskEncryptionResponse
    Encryption properties for the databricks managed disks.
    managedServices EncryptionV2Response
    Encryption properties for the databricks managed services.
    managed_disk ManagedDiskEncryptionResponse
    Encryption properties for the databricks managed disks.
    managed_services EncryptionV2Response
    Encryption properties for the databricks managed services.
    managedDisk Property Map
    Encryption properties for the databricks managed disks.
    managedServices Property Map
    Encryption properties for the databricks managed services.

    EncryptionResponse

    KeyName string
    The name of KeyVault key.
    KeySource string
    The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
    KeyVaultUri string
    The Uri of KeyVault.
    KeyVersion string
    The version of KeyVault key.
    KeyName string
    The name of KeyVault key.
    KeySource string
    The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
    KeyVaultUri string
    The Uri of KeyVault.
    KeyVersion string
    The version of KeyVault key.
    keyName String
    The name of KeyVault key.
    keySource String
    The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
    keyVaultUri String
    The Uri of KeyVault.
    keyVersion String
    The version of KeyVault key.
    keyName string
    The name of KeyVault key.
    keySource string
    The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
    keyVaultUri string
    The Uri of KeyVault.
    keyVersion string
    The version of KeyVault key.
    key_name str
    The name of KeyVault key.
    key_source str
    The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
    key_vault_uri str
    The Uri of KeyVault.
    key_version str
    The version of KeyVault key.
    keyName String
    The name of KeyVault key.
    keySource String
    The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
    keyVaultUri String
    The Uri of KeyVault.
    keyVersion String
    The version of KeyVault key.

    EncryptionV2Response

    KeySource string
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    KeyVaultProperties Pulumi.AzureNative.Databricks.Inputs.EncryptionV2ResponseKeyVaultProperties
    Key Vault input properties for encryption.
    KeySource string
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    KeyVaultProperties EncryptionV2ResponseKeyVaultProperties
    Key Vault input properties for encryption.
    keySource String
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    keyVaultProperties EncryptionV2ResponseKeyVaultProperties
    Key Vault input properties for encryption.
    keySource string
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    keyVaultProperties EncryptionV2ResponseKeyVaultProperties
    Key Vault input properties for encryption.
    key_source str
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    key_vault_properties EncryptionV2ResponseKeyVaultProperties
    Key Vault input properties for encryption.
    keySource String
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    keyVaultProperties Property Map
    Key Vault input properties for encryption.

    EncryptionV2ResponseKeyVaultProperties

    KeyName string
    The name of KeyVault key.
    KeyVaultUri string
    The Uri of KeyVault.
    KeyVersion string
    The version of KeyVault key.
    KeyName string
    The name of KeyVault key.
    KeyVaultUri string
    The Uri of KeyVault.
    KeyVersion string
    The version of KeyVault key.
    keyName String
    The name of KeyVault key.
    keyVaultUri String
    The Uri of KeyVault.
    keyVersion String
    The version of KeyVault key.
    keyName string
    The name of KeyVault key.
    keyVaultUri string
    The Uri of KeyVault.
    keyVersion string
    The version of KeyVault key.
    key_name str
    The name of KeyVault key.
    key_vault_uri str
    The Uri of KeyVault.
    key_version str
    The version of KeyVault key.
    keyName String
    The name of KeyVault key.
    keyVaultUri String
    The Uri of KeyVault.
    keyVersion String
    The version of KeyVault key.

    ManagedDiskEncryptionResponse

    KeySource string
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    KeyVaultProperties Pulumi.AzureNative.Databricks.Inputs.ManagedDiskEncryptionResponseKeyVaultProperties
    Key Vault input properties for encryption.
    RotationToLatestKeyVersionEnabled bool
    Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
    KeySource string
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    KeyVaultProperties ManagedDiskEncryptionResponseKeyVaultProperties
    Key Vault input properties for encryption.
    RotationToLatestKeyVersionEnabled bool
    Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
    keySource String
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    keyVaultProperties ManagedDiskEncryptionResponseKeyVaultProperties
    Key Vault input properties for encryption.
    rotationToLatestKeyVersionEnabled Boolean
    Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
    keySource string
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    keyVaultProperties ManagedDiskEncryptionResponseKeyVaultProperties
    Key Vault input properties for encryption.
    rotationToLatestKeyVersionEnabled boolean
    Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
    key_source str
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    key_vault_properties ManagedDiskEncryptionResponseKeyVaultProperties
    Key Vault input properties for encryption.
    rotation_to_latest_key_version_enabled bool
    Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
    keySource String
    The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
    keyVaultProperties Property Map
    Key Vault input properties for encryption.
    rotationToLatestKeyVersionEnabled Boolean
    Indicate whether the latest key version should be automatically used for Managed Disk Encryption.

    ManagedDiskEncryptionResponseKeyVaultProperties

    KeyName string
    The name of KeyVault key.
    KeyVaultUri string
    The URI of KeyVault.
    KeyVersion string
    The version of KeyVault key.
    KeyName string
    The name of KeyVault key.
    KeyVaultUri string
    The URI of KeyVault.
    KeyVersion string
    The version of KeyVault key.
    keyName String
    The name of KeyVault key.
    keyVaultUri String
    The URI of KeyVault.
    keyVersion String
    The version of KeyVault key.
    keyName string
    The name of KeyVault key.
    keyVaultUri string
    The URI of KeyVault.
    keyVersion string
    The version of KeyVault key.
    key_name str
    The name of KeyVault key.
    key_vault_uri str
    The URI of KeyVault.
    key_version str
    The version of KeyVault key.
    keyName String
    The name of KeyVault key.
    keyVaultUri String
    The URI of KeyVault.
    keyVersion String
    The version of KeyVault key.

    ManagedIdentityConfigurationResponse

    PrincipalId string
    The objectId of the Managed Identity that is linked to the Managed Storage account.
    TenantId string
    The tenant Id where the Managed Identity is created.
    Type string
    The type of Identity created. It can be either SystemAssigned or UserAssigned.
    PrincipalId string
    The objectId of the Managed Identity that is linked to the Managed Storage account.
    TenantId string
    The tenant Id where the Managed Identity is created.
    Type string
    The type of Identity created. It can be either SystemAssigned or UserAssigned.
    principalId String
    The objectId of the Managed Identity that is linked to the Managed Storage account.
    tenantId String
    The tenant Id where the Managed Identity is created.
    type String
    The type of Identity created. It can be either SystemAssigned or UserAssigned.
    principalId string
    The objectId of the Managed Identity that is linked to the Managed Storage account.
    tenantId string
    The tenant Id where the Managed Identity is created.
    type string
    The type of Identity created. It can be either SystemAssigned or UserAssigned.
    principal_id str
    The objectId of the Managed Identity that is linked to the Managed Storage account.
    tenant_id str
    The tenant Id where the Managed Identity is created.
    type str
    The type of Identity created. It can be either SystemAssigned or UserAssigned.
    principalId String
    The objectId of the Managed Identity that is linked to the Managed Storage account.
    tenantId String
    The tenant Id where the Managed Identity is created.
    type String
    The type of Identity created. It can be either SystemAssigned or UserAssigned.

    PrivateEndpointConnectionPropertiesResponse

    PrivateLinkServiceConnectionState Pulumi.AzureNative.Databricks.Inputs.PrivateLinkServiceConnectionStateResponse
    Private endpoint connection state
    ProvisioningState string
    Provisioning state of the private endpoint connection.
    GroupIds List<string>
    GroupIds from the private link service resource.
    PrivateEndpoint Pulumi.AzureNative.Databricks.Inputs.PrivateEndpointResponse
    Private endpoint
    PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    Private endpoint connection state
    ProvisioningState string
    Provisioning state of the private endpoint connection.
    GroupIds []string
    GroupIds from the private link service resource.
    PrivateEndpoint PrivateEndpointResponse
    Private endpoint
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    Private endpoint connection state
    provisioningState String
    Provisioning state of the private endpoint connection.
    groupIds List<String>
    GroupIds from the private link service resource.
    privateEndpoint PrivateEndpointResponse
    Private endpoint
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    Private endpoint connection state
    provisioningState string
    Provisioning state of the private endpoint connection.
    groupIds string[]
    GroupIds from the private link service resource.
    privateEndpoint PrivateEndpointResponse
    Private endpoint
    private_link_service_connection_state PrivateLinkServiceConnectionStateResponse
    Private endpoint connection state
    provisioning_state str
    Provisioning state of the private endpoint connection.
    group_ids Sequence[str]
    GroupIds from the private link service resource.
    private_endpoint PrivateEndpointResponse
    Private endpoint
    privateLinkServiceConnectionState Property Map
    Private endpoint connection state
    provisioningState String
    Provisioning state of the private endpoint connection.
    groupIds List<String>
    GroupIds from the private link service resource.
    privateEndpoint Property Map
    Private endpoint

    PrivateEndpointConnectionResponse

    Id string
    The resource identifier.
    Name string
    The resource name.
    Properties Pulumi.AzureNative.Databricks.Inputs.PrivateEndpointConnectionPropertiesResponse
    The private endpoint connection properties.
    Type string
    The resource type.
    Id string
    The resource identifier.
    Name string
    The resource name.
    Properties PrivateEndpointConnectionPropertiesResponse
    The private endpoint connection properties.
    Type string
    The resource type.
    id String
    The resource identifier.
    name String
    The resource name.
    properties PrivateEndpointConnectionPropertiesResponse
    The private endpoint connection properties.
    type String
    The resource type.
    id string
    The resource identifier.
    name string
    The resource name.
    properties PrivateEndpointConnectionPropertiesResponse
    The private endpoint connection properties.
    type string
    The resource type.
    id str
    The resource identifier.
    name str
    The resource name.
    properties PrivateEndpointConnectionPropertiesResponse
    The private endpoint connection properties.
    type str
    The resource type.
    id String
    The resource identifier.
    name String
    The resource name.
    properties Property Map
    The private endpoint connection properties.
    type String
    The resource type.

    PrivateEndpointResponse

    Id string
    The resource identifier.
    Id string
    The resource identifier.
    id String
    The resource identifier.
    id string
    The resource identifier.
    id str
    The resource identifier.
    id String
    The resource identifier.

    PrivateLinkServiceConnectionStateResponse

    Status string
    The status of a private endpoint connection
    ActionsRequired string
    Actions required for a private endpoint connection
    Description string
    The description for the current state of a private endpoint connection
    Status string
    The status of a private endpoint connection
    ActionsRequired string
    Actions required for a private endpoint connection
    Description string
    The description for the current state of a private endpoint connection
    status String
    The status of a private endpoint connection
    actionsRequired String
    Actions required for a private endpoint connection
    description String
    The description for the current state of a private endpoint connection
    status string
    The status of a private endpoint connection
    actionsRequired string
    Actions required for a private endpoint connection
    description string
    The description for the current state of a private endpoint connection
    status str
    The status of a private endpoint connection
    actions_required str
    Actions required for a private endpoint connection
    description str
    The description for the current state of a private endpoint connection
    status String
    The status of a private endpoint connection
    actionsRequired String
    Actions required for a private endpoint connection
    description String
    The description for the current state of a private endpoint connection

    SkuResponse

    Name string
    The SKU name.
    Tier string
    The SKU tier.
    Name string
    The SKU name.
    Tier string
    The SKU tier.
    name String
    The SKU name.
    tier String
    The SKU tier.
    name string
    The SKU name.
    tier string
    The SKU tier.
    name str
    The SKU name.
    tier str
    The SKU tier.
    name String
    The SKU name.
    tier String
    The SKU tier.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    WorkspaceCustomBooleanParameterResponse

    Type string
    The type of variable that this is
    Value bool
    The value which should be used for this field.
    Type string
    The type of variable that this is
    Value bool
    The value which should be used for this field.
    type String
    The type of variable that this is
    value Boolean
    The value which should be used for this field.
    type string
    The type of variable that this is
    value boolean
    The value which should be used for this field.
    type str
    The type of variable that this is
    value bool
    The value which should be used for this field.
    type String
    The type of variable that this is
    value Boolean
    The value which should be used for this field.

    WorkspaceCustomObjectParameterResponse

    Type string
    The type of variable that this is
    Value object
    The value which should be used for this field.
    Type string
    The type of variable that this is
    Value interface{}
    The value which should be used for this field.
    type String
    The type of variable that this is
    value Object
    The value which should be used for this field.
    type string
    The type of variable that this is
    value any
    The value which should be used for this field.
    type str
    The type of variable that this is
    value Any
    The value which should be used for this field.
    type String
    The type of variable that this is
    value Any
    The value which should be used for this field.

    WorkspaceCustomParametersResponse

    ResourceTags Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomObjectParameterResponse
    Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
    AmlWorkspaceId Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    The ID of a Azure Machine Learning workspace to link with Databricks workspace
    CustomPrivateSubnetName Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    The name of the Private Subnet within the Virtual Network
    CustomPublicSubnetName Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    The name of a Public Subnet within the Virtual Network
    CustomVirtualNetworkId Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    The ID of a Virtual Network where this Databricks Cluster should be created
    EnableNoPublicIp Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomBooleanParameterResponse
    Should the Public IP be Disabled?
    Encryption Pulumi.AzureNative.Databricks.Inputs.WorkspaceEncryptionParameterResponse
    Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
    LoadBalancerBackendPoolName Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
    LoadBalancerId Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
    NatGatewayName Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
    PrepareEncryption Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomBooleanParameterResponse
    Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
    PublicIpName Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    Name of the Public IP for No Public IP workspace with managed vNet.
    RequireInfrastructureEncryption Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomBooleanParameterResponse
    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.
    StorageAccountName Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    Default DBFS storage account name.
    StorageAccountSkuName Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
    VnetAddressPrefix Pulumi.AzureNative.Databricks.Inputs.WorkspaceCustomStringParameterResponse
    Address prefix for Managed virtual network. Default value for this input is 10.139.
    ResourceTags WorkspaceCustomObjectParameterResponse
    Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
    AmlWorkspaceId WorkspaceCustomStringParameterResponse
    The ID of a Azure Machine Learning workspace to link with Databricks workspace
    CustomPrivateSubnetName WorkspaceCustomStringParameterResponse
    The name of the Private Subnet within the Virtual Network
    CustomPublicSubnetName WorkspaceCustomStringParameterResponse
    The name of a Public Subnet within the Virtual Network
    CustomVirtualNetworkId WorkspaceCustomStringParameterResponse
    The ID of a Virtual Network where this Databricks Cluster should be created
    EnableNoPublicIp WorkspaceCustomBooleanParameterResponse
    Should the Public IP be Disabled?
    Encryption WorkspaceEncryptionParameterResponse
    Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
    LoadBalancerBackendPoolName WorkspaceCustomStringParameterResponse
    Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
    LoadBalancerId WorkspaceCustomStringParameterResponse
    Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
    NatGatewayName WorkspaceCustomStringParameterResponse
    Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
    PrepareEncryption WorkspaceCustomBooleanParameterResponse
    Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
    PublicIpName WorkspaceCustomStringParameterResponse
    Name of the Public IP for No Public IP workspace with managed vNet.
    RequireInfrastructureEncryption WorkspaceCustomBooleanParameterResponse
    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.
    StorageAccountName WorkspaceCustomStringParameterResponse
    Default DBFS storage account name.
    StorageAccountSkuName WorkspaceCustomStringParameterResponse
    Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
    VnetAddressPrefix WorkspaceCustomStringParameterResponse
    Address prefix for Managed virtual network. Default value for this input is 10.139.
    resourceTags WorkspaceCustomObjectParameterResponse
    Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
    amlWorkspaceId WorkspaceCustomStringParameterResponse
    The ID of a Azure Machine Learning workspace to link with Databricks workspace
    customPrivateSubnetName WorkspaceCustomStringParameterResponse
    The name of the Private Subnet within the Virtual Network
    customPublicSubnetName WorkspaceCustomStringParameterResponse
    The name of a Public Subnet within the Virtual Network
    customVirtualNetworkId WorkspaceCustomStringParameterResponse
    The ID of a Virtual Network where this Databricks Cluster should be created
    enableNoPublicIp WorkspaceCustomBooleanParameterResponse
    Should the Public IP be Disabled?
    encryption WorkspaceEncryptionParameterResponse
    Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
    loadBalancerBackendPoolName WorkspaceCustomStringParameterResponse
    Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
    loadBalancerId WorkspaceCustomStringParameterResponse
    Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
    natGatewayName WorkspaceCustomStringParameterResponse
    Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
    prepareEncryption WorkspaceCustomBooleanParameterResponse
    Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
    publicIpName WorkspaceCustomStringParameterResponse
    Name of the Public IP for No Public IP workspace with managed vNet.
    requireInfrastructureEncryption WorkspaceCustomBooleanParameterResponse
    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.
    storageAccountName WorkspaceCustomStringParameterResponse
    Default DBFS storage account name.
    storageAccountSkuName WorkspaceCustomStringParameterResponse
    Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
    vnetAddressPrefix WorkspaceCustomStringParameterResponse
    Address prefix for Managed virtual network. Default value for this input is 10.139.
    resourceTags WorkspaceCustomObjectParameterResponse
    Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
    amlWorkspaceId WorkspaceCustomStringParameterResponse
    The ID of a Azure Machine Learning workspace to link with Databricks workspace
    customPrivateSubnetName WorkspaceCustomStringParameterResponse
    The name of the Private Subnet within the Virtual Network
    customPublicSubnetName WorkspaceCustomStringParameterResponse
    The name of a Public Subnet within the Virtual Network
    customVirtualNetworkId WorkspaceCustomStringParameterResponse
    The ID of a Virtual Network where this Databricks Cluster should be created
    enableNoPublicIp WorkspaceCustomBooleanParameterResponse
    Should the Public IP be Disabled?
    encryption WorkspaceEncryptionParameterResponse
    Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
    loadBalancerBackendPoolName WorkspaceCustomStringParameterResponse
    Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
    loadBalancerId WorkspaceCustomStringParameterResponse
    Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
    natGatewayName WorkspaceCustomStringParameterResponse
    Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
    prepareEncryption WorkspaceCustomBooleanParameterResponse
    Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
    publicIpName WorkspaceCustomStringParameterResponse
    Name of the Public IP for No Public IP workspace with managed vNet.
    requireInfrastructureEncryption WorkspaceCustomBooleanParameterResponse
    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.
    storageAccountName WorkspaceCustomStringParameterResponse
    Default DBFS storage account name.
    storageAccountSkuName WorkspaceCustomStringParameterResponse
    Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
    vnetAddressPrefix WorkspaceCustomStringParameterResponse
    Address prefix for Managed virtual network. Default value for this input is 10.139.
    resource_tags WorkspaceCustomObjectParameterResponse
    Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
    aml_workspace_id WorkspaceCustomStringParameterResponse
    The ID of a Azure Machine Learning workspace to link with Databricks workspace
    custom_private_subnet_name WorkspaceCustomStringParameterResponse
    The name of the Private Subnet within the Virtual Network
    custom_public_subnet_name WorkspaceCustomStringParameterResponse
    The name of a Public Subnet within the Virtual Network
    custom_virtual_network_id WorkspaceCustomStringParameterResponse
    The ID of a Virtual Network where this Databricks Cluster should be created
    enable_no_public_ip WorkspaceCustomBooleanParameterResponse
    Should the Public IP be Disabled?
    encryption WorkspaceEncryptionParameterResponse
    Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
    load_balancer_backend_pool_name WorkspaceCustomStringParameterResponse
    Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
    load_balancer_id WorkspaceCustomStringParameterResponse
    Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
    nat_gateway_name WorkspaceCustomStringParameterResponse
    Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
    prepare_encryption WorkspaceCustomBooleanParameterResponse
    Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
    public_ip_name WorkspaceCustomStringParameterResponse
    Name of the Public IP for No Public IP workspace with managed vNet.
    require_infrastructure_encryption WorkspaceCustomBooleanParameterResponse
    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.
    storage_account_name WorkspaceCustomStringParameterResponse
    Default DBFS storage account name.
    storage_account_sku_name WorkspaceCustomStringParameterResponse
    Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
    vnet_address_prefix WorkspaceCustomStringParameterResponse
    Address prefix for Managed virtual network. Default value for this input is 10.139.
    resourceTags Property Map
    Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
    amlWorkspaceId Property Map
    The ID of a Azure Machine Learning workspace to link with Databricks workspace
    customPrivateSubnetName Property Map
    The name of the Private Subnet within the Virtual Network
    customPublicSubnetName Property Map
    The name of a Public Subnet within the Virtual Network
    customVirtualNetworkId Property Map
    The ID of a Virtual Network where this Databricks Cluster should be created
    enableNoPublicIp Property Map
    Should the Public IP be Disabled?
    encryption Property Map
    Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
    loadBalancerBackendPoolName Property Map
    Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
    loadBalancerId Property Map
    Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
    natGatewayName Property Map
    Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
    prepareEncryption Property Map
    Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
    publicIpName Property Map
    Name of the Public IP for No Public IP workspace with managed vNet.
    requireInfrastructureEncryption Property Map
    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.
    storageAccountName Property Map
    Default DBFS storage account name.
    storageAccountSkuName Property Map
    Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
    vnetAddressPrefix Property Map
    Address prefix for Managed virtual network. Default value for this input is 10.139.

    WorkspaceCustomStringParameterResponse

    Type string
    The type of variable that this is
    Value string
    The value which should be used for this field.
    Type string
    The type of variable that this is
    Value string
    The value which should be used for this field.
    type String
    The type of variable that this is
    value String
    The value which should be used for this field.
    type string
    The type of variable that this is
    value string
    The value which should be used for this field.
    type str
    The type of variable that this is
    value str
    The value which should be used for this field.
    type String
    The type of variable that this is
    value String
    The value which should be used for this field.

    WorkspaceEncryptionParameterResponse

    Type string
    The type of variable that this is
    Value Pulumi.AzureNative.Databricks.Inputs.EncryptionResponse
    The value which should be used for this field.
    Type string
    The type of variable that this is
    Value EncryptionResponse
    The value which should be used for this field.
    type String
    The type of variable that this is
    value EncryptionResponse
    The value which should be used for this field.
    type string
    The type of variable that this is
    value EncryptionResponse
    The value which should be used for this field.
    type str
    The type of variable that this is
    value EncryptionResponse
    The value which should be used for this field.
    type String
    The type of variable that this is
    value Property Map
    The value which should be used for this field.

    WorkspacePropertiesResponseEncryption

    Entities EncryptionEntitiesDefinitionResponse
    Encryption entities definition for the workspace.
    entities EncryptionEntitiesDefinitionResponse
    Encryption entities definition for the workspace.
    entities EncryptionEntitiesDefinitionResponse
    Encryption entities definition for the workspace.
    entities EncryptionEntitiesDefinitionResponse
    Encryption entities definition for the workspace.
    entities Property Map
    Encryption entities definition for the workspace.

    WorkspaceProviderAuthorizationResponse

    PrincipalId string
    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
    RoleDefinitionId string
    The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
    PrincipalId string
    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
    RoleDefinitionId string
    The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
    principalId String
    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
    roleDefinitionId String
    The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
    principalId string
    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
    roleDefinitionId string
    The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
    principal_id str
    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
    role_definition_id str
    The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
    principalId String
    The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
    roleDefinitionId String
    The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi