selectedWorkflows

@JvmName(name = "rstbqmaoktekheka")
suspend fun selectedWorkflows(value: Output<List<String>>)
@JvmName(name = "bbluknunqrhuxwnn")
suspend fun selectedWorkflows(value: List<String>?)

Parameters

value

List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to true.


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


@JvmName(name = "xaqcjlprabeutvcp")
suspend fun selectedWorkflows(values: List<Output<String>>)
@JvmName(name = "yrqolekongouhscq")
suspend fun selectedWorkflows(vararg values: String)

Parameters

values

List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to true.