routes

@JvmName(name = "hhpijtoqwikhdiio")
suspend fun routes(value: Output<List<RouteTableRouteArgs>>)
@JvmName(name = "fwwvmhpcajfqmttf")
suspend fun routes(value: List<RouteTableRouteArgs>?)

Parameters

value

A list of route objects. Their keys are documented below. This means that omitting this argument is interpreted as ignoring any existing routes. To remove all managed routes an empty list should be specified. See the example above.


@JvmName(name = "kagfqtxiuievgrwd")
suspend fun routes(vararg values: Output<RouteTableRouteArgs>)


@JvmName(name = "drmdxwqxatnefhnu")
suspend fun routes(values: List<Output<RouteTableRouteArgs>>)
@JvmName(name = "ususunbtgplsyrwb")
suspend fun routes(vararg values: RouteTableRouteArgs)

Parameters

values

A list of route objects. Their keys are documented below. This means that omitting this argument is interpreted as ignoring any existing routes. To remove all managed routes an empty list should be specified. See the example above.


@JvmName(name = "njqldcnexdggmxhq")
suspend fun routes(argument: List<suspend RouteTableRouteArgsBuilder.() -> Unit>)
@JvmName(name = "ykgxmvbvewjvrixn")
suspend fun routes(vararg argument: suspend RouteTableRouteArgsBuilder.() -> Unit)
@JvmName(name = "roivprurtqbvxott")
suspend fun routes(argument: suspend RouteTableRouteArgsBuilder.() -> Unit)

Parameters

argument

A list of route objects. Their keys are documented below. This means that omitting this argument is interpreted as ignoring any existing routes. To remove all managed routes an empty list should be specified. See the example above.