rules

@JvmName(name = "exiwsgfpnmdhxrqw")
suspend fun rules(value: Output<List<TcpRouteRouteRuleArgs>>)
@JvmName(name = "bqnrjralcoiaidbk")
suspend fun rules(value: List<TcpRouteRouteRuleArgs>?)

Parameters

value

Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.


@JvmName(name = "utsmoevxolhcxtgy")
suspend fun rules(vararg values: Output<TcpRouteRouteRuleArgs>)


@JvmName(name = "rgskifuveigowray")
suspend fun rules(values: List<Output<TcpRouteRouteRuleArgs>>)
@JvmName(name = "chusjpxakscbmbwk")
suspend fun rules(vararg values: TcpRouteRouteRuleArgs)

Parameters

values

Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.


@JvmName(name = "bmbikacrowpfdojv")
suspend fun rules(argument: List<suspend TcpRouteRouteRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vwqhxpdvigogeplm")
suspend fun rules(vararg argument: suspend TcpRouteRouteRuleArgsBuilder.() -> Unit)
@JvmName(name = "jbmgcmlrbmnonjfi")
suspend fun rules(argument: suspend TcpRouteRouteRuleArgsBuilder.() -> Unit)

Parameters

argument

Rules that define how traffic is routed and handled. At least one RouteRule must be supplied. If there are multiple rules then the action taken will be the first rule to match.