sourcePortRanges

@JvmName(name = "vdhwqsiwaulxjmub")
suspend fun sourcePortRanges(value: Output<List<String>>)
@JvmName(name = "brqbebtftjufgbmy")
suspend fun sourcePortRanges(value: List<String>?)

Parameters

value

List of source ports or port ranges. This is required if source_port_range is not specified.


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


@JvmName(name = "ypegsspbnlirkcxu")
suspend fun sourcePortRanges(values: List<Output<String>>)
@JvmName(name = "qaasuopceqjgbsds")
suspend fun sourcePortRanges(vararg values: String)

Parameters

values

List of source ports or port ranges. This is required if source_port_range is not specified.