routeConfigs

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


@JvmName(name = "sdxtkjhdglglmdgo")
suspend fun routeConfigs(values: List<Output<CustomDomainRouteConfigArgs>>)
@JvmName(name = "yrdmhkxlfpiagqwy")
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 = "ditwejqaosgofxfq")
suspend fun routeConfigs(argument: List<suspend CustomDomainRouteConfigArgsBuilder.() -> Unit>)
@JvmName(name = "cvvsshtjpwvaxycy")
suspend fun routeConfigs(vararg argument: suspend CustomDomainRouteConfigArgsBuilder.() -> Unit)
@JvmName(name = "jvmfcbritohpyncs")
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.