codePackages

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


@JvmName(name = "lkaboaanouyeyvai")
suspend fun codePackages(values: List<Output<ContainerCodePackagePropertiesArgs>>)
@JvmName(name = "xmrqfjkxldrkgptf")
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 = "bbmxldtbrmudkduf")
suspend fun codePackages(argument: List<suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit>)
@JvmName(name = "ytccjyrhsniptpld")
suspend fun codePackages(vararg argument: suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit)
@JvmName(name = "ofqgtryqlveysjrp")
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.).