groups

@JvmName(name = "kojqltdstkhupojf")
suspend fun groups(value: Output<List<UpdateGroupArgs>>)
@JvmName(name = "kyhsdaorqeaeturt")
suspend fun groups(value: List<UpdateGroupArgs>?)

Parameters

value

A list of group names that compose the stage. The groups will be updated in parallel. Each group name can only appear once in the UpdateRun.


@JvmName(name = "ytyqaerxrdtjixxh")
suspend fun groups(vararg values: Output<UpdateGroupArgs>)


@JvmName(name = "xexmljpfrnxtxgww")
suspend fun groups(values: List<Output<UpdateGroupArgs>>)
@JvmName(name = "trhewlhlfcbekbus")
suspend fun groups(vararg values: UpdateGroupArgs)

Parameters

values

A list of group names that compose the stage. The groups will be updated in parallel. Each group name can only appear once in the UpdateRun.


@JvmName(name = "ylfmxwuceoomruas")
suspend fun groups(argument: List<suspend UpdateGroupArgsBuilder.() -> Unit>)
@JvmName(name = "kyddxxqlcedgrqcy")
suspend fun groups(vararg argument: suspend UpdateGroupArgsBuilder.() -> Unit)
@JvmName(name = "disphtelldvutjxo")
suspend fun groups(argument: suspend UpdateGroupArgsBuilder.() -> Unit)

Parameters

argument

A list of group names that compose the stage. The groups will be updated in parallel. Each group name can only appear once in the UpdateRun.