Flow Properties Args
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
The connection associated with this flow
Link copied to clipboard
AME, PME, or TORUS only! AKV Chain Containing SAS Token
Link copied to clipboard
The selected schema for this flow
Link copied to clipboard
Service Bus Queue ID
Link copied to clipboard
Status of the current flow
Link copied to clipboard
Storage Account ID
Link copied to clipboard
Storage Account
Link copied to clipboard
Storage Container Name