WorkspaceCustomerManagedKeyArgs

data class WorkspaceCustomerManagedKeyArgs(val keyVaultKeyId: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<WorkspaceCustomerManagedKeyArgs>

Import

Databricks Workspace Customer Managed Key can be imported using the resource id, e.g.

$ pulumi import azure:databricks/workspaceCustomerManagedKey:WorkspaceCustomerManagedKey workspace1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Databricks/workspaces/workspace1

Constructors

Link copied to clipboard
fun WorkspaceCustomerManagedKeyArgs(keyVaultKeyId: Output<String>? = null, workspaceId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val keyVaultKeyId: Output<String>? = null

The ID of the Key Vault.

Link copied to clipboard
val workspaceId: Output<String>? = null

The ID of the Databricks Workspace..