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
constructor(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>)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the human task user interface.
Link copied to clipboard
val publicWorkforceTaskPrice: Output<FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceArgs>? = null
Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. See Public Workforce Task Price details below.
Link copied to clipboard
The length of time that a task remains available for review by human workers. Valid value range between 1
and 864000
.
Link copied to clipboard
A description for the human worker task.
Link copied to clipboard
An array of keywords used to describe the task so that workers can discover the task.
Link copied to clipboard
The amount of time that a worker has to complete a task. The default value is 3600
seconds.
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.