ports

@JvmName(name = "gtefsqituiuuqsqp")
suspend fun ports(value: Output<List<JobTemplateTemplateContainerPortArgs>>)
@JvmName(name = "lxrgomccuhsxcoct")
suspend fun ports(value: List<JobTemplateTemplateContainerPortArgs>?)

Parameters

value

List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on Structure is documented below.


@JvmName(name = "olmoeswhaatmlwnw")
suspend fun ports(vararg values: Output<JobTemplateTemplateContainerPortArgs>)


@JvmName(name = "hkgrwsgbphurbbil")
suspend fun ports(values: List<Output<JobTemplateTemplateContainerPortArgs>>)
@JvmName(name = "eokqftsgowkadejh")
suspend fun ports(vararg values: JobTemplateTemplateContainerPortArgs)

Parameters

values

List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on Structure is documented below.


@JvmName(name = "iabtievvjrkqtgoi")
suspend fun ports(argument: List<suspend JobTemplateTemplateContainerPortArgsBuilder.() -> Unit>)
@JvmName(name = "dlolgxikqlqfwswk")
suspend fun ports(vararg argument: suspend JobTemplateTemplateContainerPortArgsBuilder.() -> Unit)
@JvmName(name = "jjgvaioaecjhplce")
suspend fun ports(argument: suspend JobTemplateTemplateContainerPortArgsBuilder.() -> Unit)

Parameters

argument

List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on Structure is documented below.