ports

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


@JvmName(name = "cbxlhnjapogiwdfo")
suspend fun ports(values: List<Output<JobTemplateTemplateContainerPortArgs>>)
@JvmName(name = "akffvsbwemmnbkyg")
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 = "bukinptncnavbqui")
suspend fun ports(argument: List<suspend JobTemplateTemplateContainerPortArgsBuilder.() -> Unit>)
@JvmName(name = "plrpjptepvfhtchd")
suspend fun ports(vararg argument: suspend JobTemplateTemplateContainerPortArgsBuilder.() -> Unit)
@JvmName(name = "wbdkmgxyvaqsjscn")
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.