destinationPortRanges

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

Parameters

value

List of destination ports or port ranges. This is required if destination_port_range is not specified.


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


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

Parameters

values

List of destination ports or port ranges. This is required if destination_port_range is not specified.