selectedWorkflows

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


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