routeConfigs

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


@JvmName(name = "xcoroyuwoxcjpfcr")
suspend fun routeConfigs(values: List<Output<CustomDomainRouteConfigArgs>>)
@JvmName(name = "sijiyuhlwrbvxxxd")
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 = "auxjjmqalvjkhmsc")
suspend fun routeConfigs(argument: List<suspend CustomDomainRouteConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ruaftcnpakwxcpif")
suspend fun routeConfigs(vararg argument: suspend CustomDomainRouteConfigArgsBuilder.() -> Unit)
@JvmName(name = "kxepilerxgmibsay")
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.