sourcePortRanges

@JvmName(name = "pkxpqcaxtkpwndpu")
suspend fun sourcePortRanges(value: Output<List<String>>)
@JvmName(name = "jffgjbljrpclwtxb")
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 = "buvhnscxvhjvxfko")
suspend fun sourcePortRanges(vararg values: Output<String>)


@JvmName(name = "nlxgdpxbqtqepoxp")
suspend fun sourcePortRanges(values: List<Output<String>>)
@JvmName(name = "wffsjpdtomalcmam")
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.