codePackages

@JvmName(name = "pmrmchhkmdtrawxj")
suspend fun codePackages(value: Output<List<ContainerCodePackagePropertiesArgs>>)
@JvmName(name = "liddwaodrkeiiodh")
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 = "oyuahmsjivwdwkxm")
suspend fun codePackages(vararg values: Output<ContainerCodePackagePropertiesArgs>)


@JvmName(name = "vyjickrtcejsieeh")
suspend fun codePackages(values: List<Output<ContainerCodePackagePropertiesArgs>>)
@JvmName(name = "nhjojnqtpkdvpiaj")
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 = "xrkiorvpyrcpulwb")
suspend fun codePackages(argument: List<suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit>)
@JvmName(name = "pltkyirwggfoxlaa")
suspend fun codePackages(vararg argument: suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit)
@JvmName(name = "dedssnbsgxxtyrth")
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.).