codePackages

@JvmName(name = "btqvsglaohbvxqgm")
suspend fun codePackages(value: Output<List<ContainerCodePackagePropertiesArgs>>)
@JvmName(name = "tcjnoegceouefvop")
suspend fun codePackages(value: List<ContainerCodePackagePropertiesArgs>)

Parameters

value

Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.).


@JvmName(name = "pdwhgajgrfsgevwl")
suspend fun codePackages(vararg values: Output<ContainerCodePackagePropertiesArgs>)


@JvmName(name = "pxnvpawjqdysiodl")
suspend fun codePackages(values: List<Output<ContainerCodePackagePropertiesArgs>>)
@JvmName(name = "ekirbhkguykhneow")
suspend fun codePackages(vararg values: ContainerCodePackagePropertiesArgs)

Parameters

values

Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.).


@JvmName(name = "nckhnvrntbaeebtw")
suspend fun codePackages(argument: List<suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit>)
@JvmName(name = "ssyybtglyhiuawsn")
suspend fun codePackages(vararg argument: suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit)
@JvmName(name = "ittvntrqfkoudcxx")
suspend fun codePackages(argument: suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit)

Parameters

argument

Describes the set of code packages that forms the service. A code package describes the container and the properties for running it. All the code packages are started together on the same host and share the same context (network, process etc.).