Package-level declarations

Types

Link copied to clipboard
data class ConnectionPropertiesArgs(val direction: Output<Either<String, Direction>>? = null, val flowTypes: Output<List<Either<String, FlowType>>>? = null, val justification: Output<String>? = null, val pin: Output<String>? = null, val pipeline: Output<String>, val policies: Output<List<String>>? = null, val primaryContact: Output<String>? = null, val remoteSubscriptionId: Output<String>? = null, val requirementId: Output<String>? = null, val schemas: Output<List<SchemaArgs>>? = null, val secondaryContacts: Output<List<String>>? = null) : ConvertibleToJava<ConnectionPropertiesArgs>

Properties of connection

Link copied to clipboard
data class FlowPropertiesArgs(val connection: Output<SelectedResourceArgs>? = null, val dataType: Output<Either<String, DataType>>? = null, val flowType: Output<Either<String, FlowType>>? = null, val keyVaultUri: Output<String>? = null, val policies: Output<List<String>>? = null, val schema: Output<SchemaArgs>? = null, val serviceBusQueueId: Output<String>? = null, val status: Output<Either<String, FlowStatus>>? = null, val storageAccountId: Output<String>? = null, val storageAccountName: Output<String>? = null, val storageContainerName: Output<String>? = null) : ConvertibleToJava<FlowPropertiesArgs>

Properties of flow

Link copied to clipboard
Link copied to clipboard
data class GetConnectionPlainArgs(val connectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetConnectionPlainArgs>
Link copied to clipboard
data class GetFlowDestinationEndpointPortsPlainArgs(val connectionName: String, val flowName: String, val resourceGroupName: String) : ConvertibleToJava<GetFlowDestinationEndpointPortsPlainArgs>
Link copied to clipboard
data class GetFlowDestinationEndpointsPlainArgs(val connectionName: String, val flowName: String, val resourceGroupName: String) : ConvertibleToJava<GetFlowDestinationEndpointsPlainArgs>
Link copied to clipboard
data class GetFlowPlainArgs(val connectionName: String, val flowName: String, val resourceGroupName: String) : ConvertibleToJava<GetFlowPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetFlowSourceAddressesPlainArgs(val connectionName: String, val flowName: String, val resourceGroupName: String) : ConvertibleToJava<GetFlowSourceAddressesPlainArgs>
Link copied to clipboard
data class GetFlowStreamConnectionStringPlainArgs(val connectionName: String, val flowName: String, val resourceGroupName: String) : ConvertibleToJava<GetFlowStreamConnectionStringPlainArgs>
Link copied to clipboard
data class GetPipelinePlainArgs(val pipelineName: String, val resourceGroupName: String) : ConvertibleToJava<GetPipelinePlainArgs>
data class ListAzureDataTransferApprovedSchemasPlainArgs(val direction: Either<String, ListApprovedSchemasDirection>? = null, val pipeline: String? = null) : ConvertibleToJava<ListAzureDataTransferApprovedSchemasPlainArgs>
Link copied to clipboard
data class ListListPendingConnectionPlainArgs(val connectionName: String, val resourceGroupName: String) : ConvertibleToJava<ListListPendingConnectionPlainArgs>
Link copied to clipboard
data class ListListPendingFlowPlainArgs(val connectionName: String, val resourceGroupName: String) : ConvertibleToJava<ListListPendingFlowPlainArgs>
Link copied to clipboard
data class ListListSchemaPlainArgs(val connectionId: String? = null, val content: String? = null, val id: String? = null, val name: String? = null, val pipelineName: String, val resourceGroupName: String, val status: Either<String, SchemaStatus>? = null) : ConvertibleToJava<ListListSchemaPlainArgs>
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard
data class PipelinePropertiesArgs(val displayName: Output<String>? = null, val flowTypes: Output<List<Either<String, FlowType>>>? = null, val policies: Output<List<String>>? = null, val remoteCloud: Output<String>, val subscribers: Output<List<SubscriberArgs>>? = null) : ConvertibleToJava<PipelinePropertiesArgs>

Properties of pipeline

Link copied to clipboard
data class PlanArgs(val name: Output<String>, val product: Output<String>, val promotionCode: Output<String>? = null, val publisher: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<PlanArgs>

Plan for the resource.

Link copied to clipboard

Builder for PlanArgs.

Link copied to clipboard
data class SchemaArgs(val connectionId: Output<String>? = null, val content: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val status: Output<Either<String, SchemaStatus>>? = null) : ConvertibleToJava<SchemaArgs>

The schema object.

Link copied to clipboard

Builder for SchemaArgs.

Link copied to clipboard
data class SelectedResourceArgs(val id: Output<String>, val location: Output<String>? = null, val name: Output<String>? = null, val subscriptionName: Output<String>? = null) : ConvertibleToJava<SelectedResourceArgs>

A resource selected from ARM

Link copied to clipboard
data class SubscriberArgs(val email: Output<String>? = null, val notifications: Output<Double>? = null) : ConvertibleToJava<SubscriberArgs>
Link copied to clipboard