Flow Definition Human Loop Config
data class FlowDefinitionHumanLoopConfig(val humanTaskUiArn: String, val publicWorkforceTaskPrice: FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice? = null, val taskAvailabilityLifetimeInSeconds: Int? = null, val taskCount: Int, val taskDescription: String, val taskKeywords: List<String>? = null, val taskTimeLimitInSeconds: Int? = null, val taskTitle: String, val workteamArn: String)
Constructors
Link copied to clipboard
fun FlowDefinitionHumanLoopConfig(humanTaskUiArn: String, publicWorkforceTaskPrice: FlowDefinitionHumanLoopConfigPublicWorkforceTaskPrice? = null, taskAvailabilityLifetimeInSeconds: Int? = null, taskCount: Int, taskDescription: String, taskKeywords: List<String>? = null, taskTimeLimitInSeconds: Int? = null, taskTitle: String, workteamArn: String)
Types
Properties
Link copied to clipboard
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.