destinations

@JvmName(name = "ojjeaginskiiuhav")
suspend fun destinations(value: Output<List<TcpRouteRouteDestinationArgs>>)
@JvmName(name = "kroxxfpdfxkmbaos")
suspend fun destinations(value: List<TcpRouteRouteDestinationArgs>?)

Parameters

value

Optional. The destination services to which traffic should be forwarded. At least one destination service is required. Only one of route destination or original destination can be set.


@JvmName(name = "plmcbvtomqpwmstg")
suspend fun destinations(vararg values: Output<TcpRouteRouteDestinationArgs>)


@JvmName(name = "majootcqlvssaoti")
suspend fun destinations(values: List<Output<TcpRouteRouteDestinationArgs>>)
@JvmName(name = "uwprhaeyhrwgxqxn")
suspend fun destinations(vararg values: TcpRouteRouteDestinationArgs)

Parameters

values

Optional. The destination services to which traffic should be forwarded. At least one destination service is required. Only one of route destination or original destination can be set.


@JvmName(name = "kkipqxbkycnwciyk")
suspend fun destinations(argument: List<suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "erbipocgupunhthc")
suspend fun destinations(vararg argument: suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit)
@JvmName(name = "exaiccfggjvrphxm")
suspend fun destinations(argument: suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit)

Parameters

argument

Optional. The destination services to which traffic should be forwarded. At least one destination service is required. Only one of route destination or original destination can be set.