destinationPortRanges

@JvmName(name = "xbjqmoehhjljrbhj")
suspend fun destinationPortRanges(value: Output<List<String>>)
@JvmName(name = "ypeyttfnowwtvbhw")
suspend fun destinationPortRanges(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "mixnwotbniplnlmg")
suspend fun destinationPortRanges(values: List<Output<String>>)
@JvmName(name = "bgdhsxusrcontwqo")
suspend fun destinationPortRanges(vararg values: String)

Parameters

values

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