GoogleCloudRunV2TCPSocketActionArgs

data class GoogleCloudRunV2TCPSocketActionArgs(val port: Output<Int>? = null) : ConvertibleToJava<GoogleCloudRunV2TCPSocketActionArgs>

TCPSocketAction describes an action based on opening a socket

Constructors

Link copied to clipboard
fun GoogleCloudRunV2TCPSocketActionArgs(port: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRunV2TCPSocketActionArgs

Properties

Link copied to clipboard
val port: Output<Int>? = null

Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports0.containerPort.