routeConfigs

@JvmName(name = "ljreyggjkceshhqs")
suspend fun routeConfigs(value: Output<List<CustomDomainRouteConfigArgs>>)
@JvmName(name = "pwkbawdfcjhkvtkw")
suspend fun routeConfigs(value: List<CustomDomainRouteConfigArgs>?)

Parameters

value

The configuration of domain route, mapping the path and Function Compute function.See route_config below.


@JvmName(name = "mvopawrsswurwxrt")
suspend fun routeConfigs(vararg values: Output<CustomDomainRouteConfigArgs>)


@JvmName(name = "wcplcahsgrfkwsys")
suspend fun routeConfigs(values: List<Output<CustomDomainRouteConfigArgs>>)
@JvmName(name = "ovrkqldrwxlhanhp")
suspend fun routeConfigs(vararg values: CustomDomainRouteConfigArgs)

Parameters

values

The configuration of domain route, mapping the path and Function Compute function.See route_config below.


@JvmName(name = "mlxiajpqwstkftgj")
suspend fun routeConfigs(argument: List<suspend CustomDomainRouteConfigArgsBuilder.() -> Unit>)
@JvmName(name = "usfekplbsvvjhwji")
suspend fun routeConfigs(vararg argument: suspend CustomDomainRouteConfigArgsBuilder.() -> Unit)
@JvmName(name = "gidnryuqquynqwtm")
suspend fun routeConfigs(argument: suspend CustomDomainRouteConfigArgsBuilder.() -> Unit)

Parameters

argument

The configuration of domain route, mapping the path and Function Compute function.See route_config below.