WorkspaceArgs

data class WorkspaceArgs(val azureADOnlyAuthentication: Output<Boolean>? = null, val cspWorkspaceAdminProperties: Output<CspWorkspaceAdminPropertiesArgs>? = null, val defaultDataLakeStorage: Output<DataLakeStorageAccountDetailsArgs>? = null, val encryption: Output<EncryptionDetailsArgs>? = null, val identity: Output<ManagedIdentityArgs>? = null, val location: Output<String>? = null, val managedResourceGroupName: Output<String>? = null, val managedVirtualNetwork: Output<String>? = null, val managedVirtualNetworkSettings: Output<ManagedVirtualNetworkSettingsArgs>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, WorkspacePublicNetworkAccess>>? = null, val purviewConfiguration: Output<PurviewConfigurationArgs>? = null, val resourceGroupName: Output<String>? = null, val sqlAdministratorLogin: Output<String>? = null, val sqlAdministratorLoginPassword: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val trustedServiceBypassEnabled: Output<Boolean>? = null, val virtualNetworkProfile: Output<VirtualNetworkProfileArgs>? = null, val workspaceName: Output<String>? = null, val workspaceRepositoryConfiguration: Output<WorkspaceRepositoryConfigurationArgs>? = null) : ConvertibleToJava<WorkspaceArgs>

A workspace Uses Azure REST API version 2021-06-01. In version 2.x of the Azure Native provider, it used API version 2021-06-01. Other available API versions: 2021-04-01-preview, 2021-05-01, 2021-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native synapse [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:synapse:Workspace workspace1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}

Constructors

Link copied to clipboard
constructor(azureADOnlyAuthentication: Output<Boolean>? = null, cspWorkspaceAdminProperties: Output<CspWorkspaceAdminPropertiesArgs>? = null, defaultDataLakeStorage: Output<DataLakeStorageAccountDetailsArgs>? = null, encryption: Output<EncryptionDetailsArgs>? = null, identity: Output<ManagedIdentityArgs>? = null, location: Output<String>? = null, managedResourceGroupName: Output<String>? = null, managedVirtualNetwork: Output<String>? = null, managedVirtualNetworkSettings: Output<ManagedVirtualNetworkSettingsArgs>? = null, privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, publicNetworkAccess: Output<Either<String, WorkspacePublicNetworkAccess>>? = null, purviewConfiguration: Output<PurviewConfigurationArgs>? = null, resourceGroupName: Output<String>? = null, sqlAdministratorLogin: Output<String>? = null, sqlAdministratorLoginPassword: Output<String>? = null, tags: Output<Map<String, String>>? = null, trustedServiceBypassEnabled: Output<Boolean>? = null, virtualNetworkProfile: Output<VirtualNetworkProfileArgs>? = null, workspaceName: Output<String>? = null, workspaceRepositoryConfiguration: Output<WorkspaceRepositoryConfigurationArgs>? = null)

Properties

Link copied to clipboard
val azureADOnlyAuthentication: Output<Boolean>? = null

Enable or Disable AzureADOnlyAuthentication on All Workspace subresource

Link copied to clipboard

Initial workspace AAD admin properties for a CSP subscription

Link copied to clipboard

Workspace default data lake storage account details

Link copied to clipboard
val encryption: Output<EncryptionDetailsArgs>? = null

The encryption details of the workspace

Link copied to clipboard
val identity: Output<ManagedIdentityArgs>? = null

Identity of the workspace

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

The geo-location where the resource lives

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

Workspace managed resource group. The resource group name uniquely identifies the resource group within the user subscriptionId. The resource group name must be no longer than 90 characters long, and must be alphanumeric characters (Char.IsLetterOrDigit()) and '-', '_', '(', ')' and'.'. Note that the name cannot end with '.'

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

Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.

Link copied to clipboard

Managed Virtual Network Settings

Link copied to clipboard

Private endpoint connections to the workspace These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.

Link copied to clipboard

Enable or Disable public network access to workspace

Link copied to clipboard

Purview Configuration

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

The name of the resource group. The name is case insensitive.

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

Login for workspace SQL active directory administrator

Link copied to clipboard

SQL administrator login password

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Link copied to clipboard

Is trustedServiceBypassEnabled for the workspace

Link copied to clipboard

Virtual Network profile

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

The name of the workspace.

Link copied to clipboard

Git integration settings

Functions

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