Integration Runtime Data Flow Properties Args
data class IntegrationRuntimeDataFlowPropertiesArgs(val cleanup: Output<Boolean>? = null, val computeType: Output<Either<String, DataFlowComputeType>>? = null, val coreCount: Output<Int>? = null, val customProperties: Output<List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>? = null, val timeToLive: Output<Int>? = null) : ConvertibleToJava<IntegrationRuntimeDataFlowPropertiesArgs>
Data flow properties for managed integration runtime.
Constructors
Link copied to clipboard
constructor(cleanup: Output<Boolean>? = null, computeType: Output<Either<String, DataFlowComputeType>>? = null, coreCount: Output<Int>? = null, customProperties: Output<List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>? = null, timeToLive: Output<Int>? = null)
Properties
Link copied to clipboard
Compute type of the cluster which will execute data flow job.
Link copied to clipboard
val customProperties: Output<List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>? = null
Custom properties are used to tune the data flow runtime performance.
Link copied to clipboard
Time to live (in minutes) setting of the cluster which will execute data flow job.