routeConfigs

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


@JvmName(name = "ifqismxodyxdrrdy")
suspend fun routeConfigs(values: List<Output<CustomDomainRouteConfigArgs>>)
@JvmName(name = "erbpmglpncmyskou")
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 = "gxpwngabgtujloic")
suspend fun routeConfigs(argument: List<suspend CustomDomainRouteConfigArgsBuilder.() -> Unit>)
@JvmName(name = "exodafsmxdakrint")
suspend fun routeConfigs(vararg argument: suspend CustomDomainRouteConfigArgsBuilder.() -> Unit)
@JvmName(name = "fdppkrxlcaujbwcn")
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.