FlowPropertiesArgs

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

Constructors

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

Properties

Link copied to clipboard
val connection: Output<SelectedResourceArgs>? = null

The connection associated with this flow

Link copied to clipboard
val dataType: Output<Either<String, DataType>>? = null

Transfer Storage Blobs or Tables

Link copied to clipboard
val flowType: Output<Either<String, FlowType>>? = null

The flow type for this flow

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

AME, PME, or TORUS only! AKV Chain Containing SAS Token

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

The policies for this flow

Link copied to clipboard
val schema: Output<SchemaArgs>? = null

The selected schema for this flow

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

Service Bus Queue ID

Link copied to clipboard
val status: Output<Either<String, FlowStatus>>? = null

Status of the current flow

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

Storage Account ID

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

Storage Account

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

Storage Container Name

Functions

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