sourcePortRanges

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

Parameters

value

A list of string specifies the source port ranges. Specify one or more single port number or port ranges such as 1024-65535. Use * to specify any port.


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


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

Parameters

values

A list of string specifies the source port ranges. Specify one or more single port number or port ranges such as 1024-65535. Use * to specify any port.