sourcePhases

@JvmName(name = "mhcvjfypoyxnbhrs")
suspend fun sourcePhases(value: Output<List<String>>)
@JvmName(name = "igjhdibxvmytbouk")
suspend fun sourcePhases(value: List<String>?)

Parameters

value

Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$.


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


@JvmName(name = "tjnohwiwyejevtqx")
suspend fun sourcePhases(values: List<Output<String>>)
@JvmName(name = "dddfdsvsnugcuwjy")
suspend fun sourcePhases(vararg values: String)

Parameters

values

Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$.