Flow Properties Args
data class FlowPropertiesArgs(val connection: Output<SelectedResourceArgs>? = null, val customerManagedKeyVaultUri: Output<String>? = null, val dataType: Output<Either<String, DataType>>? = null, val destinationEndpointPorts: Output<List<Double>>? = null, val destinationEndpoints: Output<List<String>>? = null, val flowType: Output<Either<String, FlowType>>? = null, val keyVaultUri: Output<String>? = null, val messagingOptions: Output<MessagingOptionsArgs>? = null, val passphrase: Output<String>? = null, val policies: Output<List<String>>? = null, val schema: Output<SchemaArgs>? = null, val serviceBusQueueId: Output<String>? = null, val sourceAddresses: Output<StreamSourceAddressesArgs>? = null, val status: Output<Either<String, FlowStatus>>? = null, val storageAccountId: Output<String>? = null, val storageAccountName: Output<String>? = null, val storageContainerName: Output<String>? = null, val streamId: Output<String>? = null, val streamLatency: Output<Double>? = null, val streamProtocol: Output<Either<String, StreamProtocol>>? = null) : ConvertibleToJava<FlowPropertiesArgs>
Properties of flow
Constructors
Link copied to clipboard
constructor(connection: Output<SelectedResourceArgs>? = null, customerManagedKeyVaultUri: Output<String>? = null, dataType: Output<Either<String, DataType>>? = null, destinationEndpointPorts: Output<List<Double>>? = null, destinationEndpoints: Output<List<String>>? = null, flowType: Output<Either<String, FlowType>>? = null, keyVaultUri: Output<String>? = null, messagingOptions: Output<MessagingOptionsArgs>? = null, passphrase: Output<String>? = null, policies: Output<List<String>>? = null, schema: Output<SchemaArgs>? = null, serviceBusQueueId: Output<String>? = null, sourceAddresses: Output<StreamSourceAddressesArgs>? = null, status: Output<Either<String, FlowStatus>>? = null, storageAccountId: Output<String>? = null, storageAccountName: Output<String>? = null, storageContainerName: Output<String>? = null, streamId: Output<String>? = null, streamLatency: Output<Double>? = null, streamProtocol: Output<Either<String, StreamProtocol>>? = null)
Properties
Link copied to clipboard
The connection associated with this flow
Link copied to clipboard
The URI to the customer managed key for this flow
Link copied to clipboard
The destination endpoint ports of the stream
Link copied to clipboard
The destination endpoints of the stream
Link copied to clipboard
AME, PME, or TORUS only! AKV Chain Containing SAS Token
Link copied to clipboard
The messaging options for this flow
Link copied to clipboard
The passphrase used for SRT streams
Link copied to clipboard
The selected schema for this flow
Link copied to clipboard
Service Bus Queue ID
Link copied to clipboard
The source IP address and CIDR ranges of the stream
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
Link copied to clipboard
The latency of the stream in milliseconds
Link copied to clipboard
The protocol of the stream