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
fun IntegrationRuntimeDataFlowPropertiesArgs(cleanup: Output<Boolean>? = null, computeType: Output<Either<String, DataFlowComputeType>>? = null, coreCount: Output<Int>? = null, customProperties: Output<List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>? = null, timeToLive: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
val customProperties: Output<List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>? = null