checkpointPercentages

@JvmName(name = "wtwftskjtpykalik")
suspend fun checkpointPercentages(value: Output<List<Int>>)
@JvmName(name = "tdqyhsfpenlpqost")
suspend fun checkpointPercentages(value: List<Int>?)

Parameters

value

List of percentages for each checkpoint. Values must be unique and in ascending order. To replace all instances, the final number must be 100.


@JvmName(name = "pirgbisfvjfdbnki")
suspend fun checkpointPercentages(vararg values: Output<Int>)


@JvmName(name = "tyhwgmgnexraphpw")
suspend fun checkpointPercentages(values: List<Output<Int>>)
@JvmName(name = "pyphwmbmgmiculpb")
suspend fun checkpointPercentages(vararg values: Int)

Parameters

values

List of percentages for each checkpoint. Values must be unique and in ascending order. To replace all instances, the final number must be 100.