destinations

@JvmName(name = "bcmpicgllctxjlvi")
suspend fun destinations(value: Output<List<TcpRouteRuleActionDestinationArgs>>)
@JvmName(name = "ongwbvsmksfprbry")
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 = "otbbjybwbpaykmjy")
suspend fun destinations(vararg values: Output<TcpRouteRuleActionDestinationArgs>)


@JvmName(name = "xwylprjmcevythhm")
suspend fun destinations(values: List<Output<TcpRouteRuleActionDestinationArgs>>)
@JvmName(name = "bagttkpsasgbxfeu")
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 = "jehpqsrhwpesipsg")
suspend fun destinations(argument: List<suspend TcpRouteRuleActionDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "ivonepnkwobbufvh")
suspend fun destinations(vararg argument: suspend TcpRouteRuleActionDestinationArgsBuilder.() -> Unit)
@JvmName(name = "vgyklorbvpogluja")
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.