GroupExposedPortArgs

data class GroupExposedPortArgs(val port: Output<Int>? = null, val protocol: Output<String>? = null) : ConvertibleToJava<GroupExposedPortArgs>

Constructors

Link copied to clipboard
fun GroupExposedPortArgs(port: Output<Int>? = null, protocol: Output<String>? = null)

Functions

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

Properties

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

The port number the container will expose. Changing this forces a new resource to be created.

Link copied to clipboard
val protocol: Output<String>? = null

The network protocol associated with port. Possible values are TCP&UDP. Changing this forces a new resource to be created.