taskKeywords

@JvmName(name = "aaupmixlqtnpxyyv")
suspend fun taskKeywords(value: Output<List<String>>)
@JvmName(name = "aeammhcwqlsxkcjh")
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 = "gosrvipriawoyqvi")
suspend fun taskKeywords(vararg values: Output<String>)


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

Parameters

values

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