destinations

@JvmName(name = "ptsivjofvfmclywj")
suspend fun destinations(value: Output<List<TcpRouteRuleActionDestinationArgs>>)
@JvmName(name = "vgdgngikjnunxllt")
suspend fun destinations(value: List<TcpRouteRuleActionDestinationArgs>?)

Parameters

value

The destination services to which traffic should be forwarded. At least one destination service is required. Structure is documented below.


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


@JvmName(name = "fvascdpihcleirfh")
suspend fun destinations(values: List<Output<TcpRouteRuleActionDestinationArgs>>)
@JvmName(name = "pxegwdtiqwhsuoug")
suspend fun destinations(vararg values: TcpRouteRuleActionDestinationArgs)

Parameters

values

The destination services to which traffic should be forwarded. At least one destination service is required. Structure is documented below.


@JvmName(name = "xommbntjaomvqgrt")
suspend fun destinations(argument: List<suspend TcpRouteRuleActionDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "mdrjonxftpujllxd")
suspend fun destinations(vararg argument: suspend TcpRouteRuleActionDestinationArgsBuilder.() -> Unit)
@JvmName(name = "arvcglpqixpwacth")
suspend fun destinations(argument: suspend TcpRouteRuleActionDestinationArgsBuilder.() -> Unit)

Parameters

argument

The destination services to which traffic should be forwarded. At least one destination service is required. Structure is documented below.