ports

@JvmName(name = "xqbhnuhodmvhgdin")
suspend fun ports(value: Output<Map<String, String>>)
@JvmName(name = "tsekqdhqekcokbsg")
suspend fun ports(value: Map<String, String>?)

Parameters

value

A key-value map of the open firewall ports of the container. Valid values: HTTP, HTTPS, TCP, UDP.


@JvmName(name = "rxtonipeguedegpl")
fun ports(vararg values: Pair<String, String>)

Parameters

values

A key-value map of the open firewall ports of the container. Valid values: HTTP, HTTPS, TCP, UDP.