sourcePortRanges

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


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