selectedWorkflows

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


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