Flow Definition Human Loop Config Args
data class FlowDefinitionHumanLoopConfigArgs(val humanTaskUiArn: Output<String>, val publicWorkforceTaskPrice: Output<FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceArgs>? = null, val taskAvailabilityLifetimeInSeconds: Output<Int>? = null, val taskCount: Output<Int>, val taskDescription: Output<String>, val taskKeywords: Output<List<String>>? = null, val taskTimeLimitInSeconds: Output<Int>? = null, val taskTitle: Output<String>, val workteamArn: Output<String>) : ConvertibleToJava<FlowDefinitionHumanLoopConfigArgs>
Constructors
Link copied to clipboard
fun FlowDefinitionHumanLoopConfigArgs(humanTaskUiArn: Output<String>, publicWorkforceTaskPrice: Output<FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceArgs>? = null, taskAvailabilityLifetimeInSeconds: Output<Int>? = null, taskCount: Output<Int>, taskDescription: Output<String>, taskKeywords: Output<List<String>>? = null, taskTimeLimitInSeconds: Output<Int>? = null, taskTitle: Output<String>, workteamArn: Output<String>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val publicWorkforceTaskPrice: Output<FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceArgs>? = null
Link copied to clipboard
Link copied to clipboard
The Amazon Resource Name (ARN) of the human task user interface. Amazon Resource Name (ARN) of a team of workers. For Public workforces see AWS Docs.