destinationPortRanges

@JvmName(name = "amakvgqhbtpedexy")
suspend fun destinationPortRanges(value: Output<List<String>>)
@JvmName(name = "rhjxewnmvsmaovoo")
suspend fun destinationPortRanges(value: List<String>?)

Parameters

value

The destination port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.


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


@JvmName(name = "wkswpwsuduowjibh")
suspend fun destinationPortRanges(values: List<Output<String>>)
@JvmName(name = "mmouipasvxjmamha")
suspend fun destinationPortRanges(vararg values: String)

Parameters

values

The destination port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.