containers

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


@JvmName(name = "emjxjusaitajqbab")
suspend fun containers(values: List<Output<GroupContainerArgs>>)
@JvmName(name = "vwnfgxdvabhkskyr")
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 = "drwfcuomxjloxshe")
suspend fun containers(argument: List<suspend GroupContainerArgsBuilder.() -> Unit>)
@JvmName(name = "thkmdmhaxhcigpus")
suspend fun containers(vararg argument: suspend GroupContainerArgsBuilder.() -> Unit)
@JvmName(name = "ghrlhaqoaqoylnus")
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.