destinations

@JvmName(name = "abotthjqcqpcadyc")
suspend fun destinations(value: Output<List<TcpRouteRouteDestinationArgs>>)
@JvmName(name = "dkuuxxbfmetcngyo")
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 = "lnaumkvlcvbbosha")
suspend fun destinations(vararg values: Output<TcpRouteRouteDestinationArgs>)


@JvmName(name = "bneuujkgmvxusfbp")
suspend fun destinations(values: List<Output<TcpRouteRouteDestinationArgs>>)
@JvmName(name = "tlucrkjhlvntcnid")
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 = "thgeaaboqwtwbmmn")
suspend fun destinations(argument: List<suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "vtbnpaajvbtthhrf")
suspend fun destinations(vararg argument: suspend TcpRouteRouteDestinationArgsBuilder.() -> Unit)
@JvmName(name = "gkqrtowrkkxtipkh")
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.