FlowDefinitionHumanLoopConfigArgs

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
val humanTaskUiArn: Output<String>

The Amazon Resource Name (ARN) of the human task user interface.

Link copied to clipboard

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
val taskCount: Output<Int>

The number of distinct workers who will perform the same task on each object. Valid value range between 1 and 3.

Link copied to clipboard
val taskDescription: Output<String>

A description for the human worker task.

Link copied to clipboard
val taskKeywords: Output<List<String>>? = null

An array of keywords used to describe the task so that workers can discover the task.

Link copied to clipboard
val taskTimeLimitInSeconds: Output<Int>? = null

The amount of time that a worker has to complete a task. The default value is 3600 seconds.

Link copied to clipboard
val taskTitle: Output<String>

A title for the human worker task.

Link copied to clipboard
val workteamArn: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): FlowDefinitionHumanLoopConfigArgs