codePackages

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


@JvmName(name = "lcrkhmcogcrmdrsl")
suspend fun codePackages(values: List<Output<ContainerCodePackagePropertiesArgs>>)
@JvmName(name = "btekitswbndcpqui")
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 = "rvcmoislblbjwrec")
suspend fun codePackages(argument: List<suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit>)
@JvmName(name = "mnpuojnqriylegnl")
suspend fun codePackages(vararg argument: suspend ContainerCodePackagePropertiesArgsBuilder.() -> Unit)
@JvmName(name = "clansbuhxieakglg")
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.).