containers

@JvmName(name = "vwngmvdaefghawkc")
suspend fun containers(value: Output<List<GroupContainerArgs>>)
@JvmName(name = "htnkfnenvwdnsevp")
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 = "ifpflyvmqbsbshwg")
suspend fun containers(vararg values: Output<GroupContainerArgs>)


@JvmName(name = "jjqxchgansxoahny")
suspend fun containers(values: List<Output<GroupContainerArgs>>)
@JvmName(name = "bnpesusjnkjsefoo")
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 = "yswighdnulaneoph")
suspend fun containers(argument: List<suspend GroupContainerArgsBuilder.() -> Unit>)
@JvmName(name = "btvedbymnwldsmok")
suspend fun containers(vararg argument: suspend GroupContainerArgsBuilder.() -> Unit)
@JvmName(name = "qgyrjrliegfomwgi")
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.