redirects

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


@JvmName(name = "nqpvfplnijrbypbt")
suspend fun redirects(values: List<Output<HostingVersionConfigRedirectArgs>>)
@JvmName(name = "kyxxxewuihjlxybp")
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 = "rglmjysjdgqurjcc")
suspend fun redirects(argument: List<suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit>)
@JvmName(name = "rnenivsnvlsfgqwc")
suspend fun redirects(vararg argument: suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit)
@JvmName(name = "nbmxdmvwaljaggfu")
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.