sourcePortRanges

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


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