Package-level declarations

Types

Link copied to clipboard
class AccessConnector : KotlinCustomResource

Information about azure databricks accessConnector. Uses Azure REST API version 2023-05-01. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview. Other available API versions: 2022-04-01-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.

Link copied to clipboard
data class AccessConnectorArgs(val connectorName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccessConnectorArgs>

Information about azure databricks accessConnector. Uses Azure REST API version 2023-05-01. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview. Other available API versions: 2022-04-01-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.

Link copied to clipboard
object AccessConnectorMapper : ResourceMapper<AccessConnector>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The private endpoint connection of a workspace Uses Azure REST API version 2023-02-01. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview. Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val privateEndpointConnectionName: Output<String>? = null, val properties: Output<PrivateEndpointConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The private endpoint connection of a workspace Uses Azure REST API version 2023-02-01. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview. Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.

Link copied to clipboard
class VNetPeering : KotlinCustomResource

Peerings in a VirtualNetwork resource Uses Azure REST API version 2023-02-01. In version 1.x of the Azure Native provider, it used API version 2018-04-01.

Link copied to clipboard
data class VNetPeeringArgs(val allowForwardedTraffic: Output<Boolean>? = null, val allowGatewayTransit: Output<Boolean>? = null, val allowVirtualNetworkAccess: Output<Boolean>? = null, val databricksAddressSpace: Output<AddressSpaceArgs>? = null, val databricksVirtualNetwork: Output<VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs>? = null, val peeringName: Output<String>? = null, val remoteAddressSpace: Output<AddressSpaceArgs>? = null, val remoteVirtualNetwork: Output<VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs>? = null, val resourceGroupName: Output<String>? = null, val useRemoteGateways: Output<Boolean>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<VNetPeeringArgs>

Peerings in a VirtualNetwork resource Uses Azure REST API version 2023-02-01. In version 1.x of the Azure Native provider, it used API version 2018-04-01.

Link copied to clipboard
Link copied to clipboard
object VNetPeeringMapper : ResourceMapper<VNetPeering>
Link copied to clipboard
Link copied to clipboard
class Workspace : KotlinCustomResource

Information about workspace. Uses Azure REST API version 2023-02-01. In version 1.x of the Azure Native provider, it used API version 2018-04-01. Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.

Link copied to clipboard
data class WorkspaceArgs(val authorizations: Output<List<WorkspaceProviderAuthorizationArgs>>? = null, val encryption: Output<WorkspacePropertiesEncryptionArgs>? = null, val location: Output<String>? = null, val managedResourceGroupId: Output<String>? = null, val parameters: Output<WorkspaceCustomParametersArgs>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val requiredNsgRules: Output<Either<String, RequiredNsgRules>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val uiDefinitionUri: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>

Information about workspace. Uses Azure REST API version 2023-02-01. In version 1.x of the Azure Native provider, it used API version 2018-04-01. Other available API versions: 2023-09-15-preview, 2024-05-01, 2024-09-01-preview, 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
object WorkspaceMapper : ResourceMapper<Workspace>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun vNetPeering(name: String, block: suspend VNetPeeringResourceBuilder.() -> Unit): VNetPeering
Link copied to clipboard
suspend fun workspace(name: String, block: suspend WorkspaceResourceBuilder.() -> Unit): Workspace