routeConfigs

@JvmName(name = "jlpigacwequmjcsk")
suspend fun routeConfigs(value: Output<List<CustomDomainRouteConfigArgs>>)
@JvmName(name = "gkagginqkmdperhe")
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 = "swvkrurhiaydkwdc")
suspend fun routeConfigs(vararg values: Output<CustomDomainRouteConfigArgs>)


@JvmName(name = "vixiuqwldiokiwil")
suspend fun routeConfigs(values: List<Output<CustomDomainRouteConfigArgs>>)
@JvmName(name = "kwgieiptwrflvkqd")
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 = "emwbphvstovqtfhv")
suspend fun routeConfigs(argument: List<suspend CustomDomainRouteConfigArgsBuilder.() -> Unit>)
@JvmName(name = "vkqogwthcrafgorx")
suspend fun routeConfigs(vararg argument: suspend CustomDomainRouteConfigArgsBuilder.() -> Unit)
@JvmName(name = "tcctvwoeakoflbmw")
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.