Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Connection : KotlinCustomResource

The connection resource definition. Uses Azure REST API version 2023-10-11-preview. Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27, 2025-03-01-preview.

Link copied to clipboard
data class ConnectionArgs(val connectionName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<ConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectionArgs>

The connection resource definition. Uses Azure REST API version 2023-10-11-preview. Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27, 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
object ConnectionMapper : ResourceMapper<Connection>
Link copied to clipboard
Link copied to clipboard
class Flow : KotlinCustomResource

The flow resource definition. Uses Azure REST API version 2023-10-11-preview. Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27, 2025-03-01-preview.

Link copied to clipboard
data class FlowArgs(val connectionName: Output<String>? = null, val flowName: Output<String>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val plan: Output<PlanArgs>? = null, val properties: Output<FlowPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FlowArgs>

The flow resource definition. Uses Azure REST API version 2023-10-11-preview. Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27, 2025-03-01-preview.

Link copied to clipboard

Builder for FlowArgs.

Link copied to clipboard
object FlowMapper : ResourceMapper<Flow>
Link copied to clipboard

Builder for Flow.

Link copied to clipboard
class Pipeline : KotlinCustomResource

The pipeline resource definition. Uses Azure REST API version 2023-10-11-preview. Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27, 2025-03-01-preview.

Link copied to clipboard
data class PipelineArgs(val location: Output<String>? = null, val pipelineName: Output<String>? = null, val properties: Output<PipelinePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PipelineArgs>

The pipeline resource definition. Uses Azure REST API version 2023-10-11-preview. Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27, 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
object PipelineMapper : ResourceMapper<Pipeline>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun connection(name: String, block: suspend ConnectionResourceBuilder.() -> Unit): Connection
Link copied to clipboard
fun flow(name: String): Flow
suspend fun flow(name: String, block: suspend FlowResourceBuilder.() -> Unit): Flow
Link copied to clipboard
suspend fun pipeline(name: String, block: suspend PipelineResourceBuilder.() -> Unit): Pipeline