redirects

@JvmName(name = "nthglupkekkipjxj")
suspend fun redirects(value: Output<List<HostingVersionConfigRedirectArgs>>)
@JvmName(name = "skiuhgsrnwupewvv")
suspend fun redirects(value: List<HostingVersionConfigRedirectArgs>?)

Parameters

value

An array of objects (called redirect rules), where each rule specifies a URL pattern that, if matched to the request URL path, triggers Hosting to respond with a redirect to the specified destination path. Structure is documented below.


@JvmName(name = "yepyahxoowhnxedc")
suspend fun redirects(vararg values: Output<HostingVersionConfigRedirectArgs>)


@JvmName(name = "klbmvlsuboyxnbmg")
suspend fun redirects(values: List<Output<HostingVersionConfigRedirectArgs>>)
@JvmName(name = "dhwmvoqmvkklqcmr")
suspend fun redirects(vararg values: HostingVersionConfigRedirectArgs)

Parameters

values

An array of objects (called redirect rules), where each rule specifies a URL pattern that, if matched to the request URL path, triggers Hosting to respond with a redirect to the specified destination path. Structure is documented below.


@JvmName(name = "ucifhdgwejlwpylo")
suspend fun redirects(argument: List<suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit>)
@JvmName(name = "bsndftiothbdabvl")
suspend fun redirects(vararg argument: suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit)
@JvmName(name = "oagwgbfmwtepegwl")
suspend fun redirects(argument: suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit)

Parameters

argument

An array of objects (called redirect rules), where each rule specifies a URL pattern that, if matched to the request URL path, triggers Hosting to respond with a redirect to the specified destination path. Structure is documented below.