ports

@JvmName(name = "ymocghxnoxomggii")
suspend fun ports(value: Output<List<JobTemplateTemplateContainerPortArgs>>)
@JvmName(name = "cigmhimlihcddqky")
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 = "cjxytwprbpwescrm")
suspend fun ports(vararg values: Output<JobTemplateTemplateContainerPortArgs>)


@JvmName(name = "igaoodqptkoceplv")
suspend fun ports(values: List<Output<JobTemplateTemplateContainerPortArgs>>)
@JvmName(name = "nkcngnyssyctkjbe")
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 = "tadqfaagvhmmlust")
suspend fun ports(argument: List<suspend JobTemplateTemplateContainerPortArgsBuilder.() -> Unit>)
@JvmName(name = "dkcijqvquvpqmikb")
suspend fun ports(vararg argument: suspend JobTemplateTemplateContainerPortArgsBuilder.() -> Unit)
@JvmName(name = "pdilgrcrarlckktj")
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.