selectedWorkflows

@JvmName(name = "owicecqdatvmbhoi")
suspend fun selectedWorkflows(value: Output<List<String>>)
@JvmName(name = "pgqwkfxybinbaokw")
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 = "upqglahqpscpetuq")
suspend fun selectedWorkflows(vararg values: Output<String>)


@JvmName(name = "bribydxxdlgxqhuf")
suspend fun selectedWorkflows(values: List<Output<String>>)
@JvmName(name = "ehdjhflttllmerby")
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.