ports

@JvmName(name = "fvkjyncqitgnkgka")
suspend fun ports(value: Output<List<String>>)
@JvmName(name = "insdeyvolqbepxnc")
suspend fun ports(value: List<String>?)

Parameters

value

Optional. A list of ports. Can be port numbers or port range (example, 80-90 specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.


@JvmName(name = "ugbhcnmsuvqsbgpf")
suspend fun ports(vararg values: Output<String>)


@JvmName(name = "wmbrphpescxbhfsm")
suspend fun ports(values: List<Output<String>>)
@JvmName(name = "xtrjtocitoiodqcp")
suspend fun ports(vararg values: String)

Parameters

values

Optional. A list of ports. Can be port numbers or port range (example, 80-90 specifies all ports from 80 to 90, including 80 and 90) or named ports or * to specify all ports. If the list is empty, all ports are selected.