actions

@JvmName(name = "ugfaseihuppafvsf")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "yfninmjutkdbilsm")
suspend fun actions(value: List<String>?)

Parameters

value

Optional. Rollout actions to be restricted as part of the policy. If left empty, all actions will be restricted. Each value may be one of: ADVANCE, APPROVE, CANCEL, CREATE, IGNORE_JOB, RETRY_JOB, ROLLBACK, TERMINATE_JOBRUN.


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


@JvmName(name = "mixojnehanffwpuc")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "wdhtbrgjpashxpwa")
suspend fun actions(vararg values: String)

Parameters

values

Optional. Rollout actions to be restricted as part of the policy. If left empty, all actions will be restricted. Each value may be one of: ADVANCE, APPROVE, CANCEL, CREATE, IGNORE_JOB, RETRY_JOB, ROLLBACK, TERMINATE_JOBRUN.