Package-level declarations

Types

Link copied to clipboard
class CredentialOperation : KotlinCustomResource

Credential resource type. API Version: 2018-06-01.

Link copied to clipboard
data class CredentialOperationArgs(val credentialName: Output<String>? = null, val factoryName: Output<String>? = null, val properties: Output<ManagedIdentityCredentialArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CredentialOperationArgs>

Credential resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DataFlow : KotlinCustomResource

Data flow resource type. API Version: 2018-06-01.

Link copied to clipboard
data class DataFlowArgs(val dataFlowName: Output<String>? = null, val factoryName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<DataFlowArgs>

Data flow resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
object DataFlowMapper : ResourceMapper<DataFlow>
Link copied to clipboard
Link copied to clipboard
class Dataset : KotlinCustomResource

Dataset resource type. API Version: 2018-06-01.

Link copied to clipboard
data class DatasetArgs(val datasetName: Output<String>? = null, val factoryName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<DatasetArgs>

Dataset resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
object DatasetMapper : ResourceMapper<Dataset>
Link copied to clipboard
Link copied to clipboard
class Factory : KotlinCustomResource

Factory resource type. API Version: 2018-06-01.

Link copied to clipboard
data class FactoryArgs(val encryption: Output<EncryptionConfigurationArgs>? = null, val factoryName: Output<String>? = null, val globalParameters: Output<Map<String, GlobalParameterSpecificationArgs>>? = null, val identity: Output<FactoryIdentityArgs>? = null, val location: Output<String>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val purviewConfiguration: Output<PurviewConfigurationArgs>? = null, val repoConfiguration: Output<Either<FactoryGitHubConfigurationArgs, FactoryVSTSConfigurationArgs>>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FactoryArgs>

Factory resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
object FactoryMapper : ResourceMapper<Factory>
Link copied to clipboard
Link copied to clipboard
class GlobalParameter : KotlinCustomResource

Global parameters resource type. API Version: 2018-06-01.

Link copied to clipboard
data class GlobalParameterArgs(val factoryName: Output<String>? = null, val globalParameterName: Output<String>? = null, val properties: Output<Map<String, GlobalParameterSpecificationArgs>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<GlobalParameterArgs>

Global parameters resource type. API Version: 2018-06-01.

Link copied to clipboard
object GlobalParameterMapper : ResourceMapper<GlobalParameter>
Link copied to clipboard
class IntegrationRuntime : KotlinCustomResource

Integration runtime resource type. API Version: 2018-06-01.

Link copied to clipboard
data class IntegrationRuntimeArgs(val factoryName: Output<String>? = null, val integrationRuntimeName: Output<String>? = null, val properties: Output<Either<ManagedIntegrationRuntimeArgs, SelfHostedIntegrationRuntimeArgs>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeArgs>

Integration runtime resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
class LinkedService : KotlinCustomResource

Linked service resource type. API Version: 2018-06-01.

Link copied to clipboard
data class LinkedServiceArgs(val factoryName: Output<String>? = null, val linkedServiceName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<LinkedServiceArgs>

Linked service resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
object LinkedServiceMapper : ResourceMapper<LinkedService>
Link copied to clipboard
Link copied to clipboard
class ManagedPrivateEndpoint : KotlinCustomResource

Managed private endpoint resource type. API Version: 2018-06-01.

Link copied to clipboard
data class ManagedPrivateEndpointArgs(val factoryName: Output<String>? = null, val managedPrivateEndpointName: Output<String>? = null, val managedVirtualNetworkName: Output<String>? = null, val properties: Output<ManagedPrivateEndpointArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ManagedPrivateEndpointArgs>

Managed private endpoint resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
class Pipeline : KotlinCustomResource

Pipeline resource type. API Version: 2018-06-01.

Link copied to clipboard
data class PipelineArgs(val activities: Output<List<Any>>? = null, val annotations: Output<List<Any>>? = null, val concurrency: Output<Int>? = null, val description: Output<String>? = null, val factoryName: Output<String>? = null, val folder: Output<PipelineFolderArgs>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pipelineName: Output<String>? = null, val policy: Output<PipelinePolicyArgs>? = null, val resourceGroupName: Output<String>? = null, val runDimensions: Output<Map<String, Any>>? = null, val variables: Output<Map<String, VariableSpecificationArgs>>? = null) : ConvertibleToJava<PipelineArgs>

Pipeline resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
object PipelineMapper : ResourceMapper<Pipeline>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

Private Endpoint Connection ARM resource. API Version: 2018-06-01.

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

Private Endpoint Connection ARM resource. API Version: 2018-06-01.

Link copied to clipboard
class Trigger : KotlinCustomResource

Trigger resource type. API Version: 2018-06-01.

Link copied to clipboard
data class TriggerArgs(val factoryName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null, val triggerName: Output<String>? = null) : ConvertibleToJava<TriggerArgs>

Trigger resource type. API Version: 2018-06-01.

Link copied to clipboard
Link copied to clipboard
object TriggerMapper : ResourceMapper<Trigger>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun dataFlow(name: String, block: suspend DataFlowResourceBuilder.() -> Unit): DataFlow
Link copied to clipboard
fun dataset(name: String): Dataset
suspend fun dataset(name: String, block: suspend DatasetResourceBuilder.() -> Unit): Dataset
Link copied to clipboard
fun factory(name: String): Factory
suspend fun factory(name: String, block: suspend FactoryResourceBuilder.() -> Unit): Factory
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun pipeline(name: String, block: suspend PipelineResourceBuilder.() -> Unit): Pipeline
Link copied to clipboard
fun trigger(name: String): Trigger
suspend fun trigger(name: String, block: suspend TriggerResourceBuilder.() -> Unit): Trigger