redirects

@JvmName(name = "fyifodtskhxvlofg")
suspend fun redirects(value: Output<List<HostingVersionConfigRedirectArgs>>)
@JvmName(name = "lmjxnrsapkgahkwx")
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 = "otwqhciqfxregygg")
suspend fun redirects(vararg values: Output<HostingVersionConfigRedirectArgs>)


@JvmName(name = "hvgslbmnefpgxvvb")
suspend fun redirects(values: List<Output<HostingVersionConfigRedirectArgs>>)
@JvmName(name = "wddawluensbfmigx")
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 = "lcukckfmrmewcynb")
suspend fun redirects(argument: List<suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit>)
@JvmName(name = "mwvgcxkaiotfthnd")
suspend fun redirects(vararg argument: suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit)
@JvmName(name = "kpvppbqxashjuupl")
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.