taskKeywords

@JvmName(name = "qimmbmjegdgefcju")
suspend fun taskKeywords(value: Output<List<String>>)
@JvmName(name = "ytpmqfbpxeunlxsw")
suspend fun taskKeywords(value: List<String>?)

Parameters

value

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


@JvmName(name = "eovtpqebmeumixll")
suspend fun taskKeywords(vararg values: Output<String>)


@JvmName(name = "ycydicvwivajfahj")
suspend fun taskKeywords(values: List<Output<String>>)
@JvmName(name = "xmkhqfjjnaomiymy")
suspend fun taskKeywords(vararg values: String)

Parameters

values

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