containers

@JvmName(name = "xsprprssvppxtlgf")
suspend fun containers(value: Output<List<GroupContainerArgs>>)
@JvmName(name = "yldlqnnmmmvwlviw")
suspend fun containers(value: List<GroupContainerArgs>?)

Parameters

value

The definition of a container that is part of the group as documented in the container block below. Changing this forces a new resource to be created.


@JvmName(name = "fmkowfsjvyxnbkyx")
suspend fun containers(vararg values: Output<GroupContainerArgs>)


@JvmName(name = "iseicauhtiiunreg")
suspend fun containers(values: List<Output<GroupContainerArgs>>)
@JvmName(name = "wbomafqospdfgmey")
suspend fun containers(vararg values: GroupContainerArgs)

Parameters

values

The definition of a container that is part of the group as documented in the container block below. Changing this forces a new resource to be created.


@JvmName(name = "mlgvujqvsyxwboaf")
suspend fun containers(argument: List<suspend GroupContainerArgsBuilder.() -> Unit>)
@JvmName(name = "mxcdckjqyvcymdue")
suspend fun containers(vararg argument: suspend GroupContainerArgsBuilder.() -> Unit)
@JvmName(name = "hgiddkrpwwnjqgvd")
suspend fun containers(argument: suspend GroupContainerArgsBuilder.() -> Unit)

Parameters

argument

The definition of a container that is part of the group as documented in the container block below. Changing this forces a new resource to be created.