phaseConfigs

@JvmName(name = "uijrqlsosvnqbjhk")
suspend fun phaseConfigs(value: Output<List<PhaseConfigArgs>>)
@JvmName(name = "eetoffiafyjknkvr")
suspend fun phaseConfigs(value: List<PhaseConfigArgs>)

Parameters

value

Configuration for each phase in the canary deployment in the order executed.


@JvmName(name = "sjndhalayrqfhpkf")
suspend fun phaseConfigs(vararg values: Output<PhaseConfigArgs>)


@JvmName(name = "aojkkclmxgdcmhjc")
suspend fun phaseConfigs(values: List<Output<PhaseConfigArgs>>)
@JvmName(name = "bdnjkpqdgreunyrw")
suspend fun phaseConfigs(vararg values: PhaseConfigArgs)

Parameters

values

Configuration for each phase in the canary deployment in the order executed.


@JvmName(name = "oqhrgpsqvjgcmous")
suspend fun phaseConfigs(argument: List<suspend PhaseConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ybiaosuudbwrdsux")
suspend fun phaseConfigs(vararg argument: suspend PhaseConfigArgsBuilder.() -> Unit)
@JvmName(name = "pkjtfhughdpdvkej")
suspend fun phaseConfigs(argument: suspend PhaseConfigArgsBuilder.() -> Unit)

Parameters

argument

Configuration for each phase in the canary deployment in the order executed.