redirects

@JvmName(name = "npavquhwqfhkrupu")
suspend fun redirects(value: Output<List<RedirectArgs>>)
@JvmName(name = "eguuyyqegxiiruwa")
suspend fun redirects(value: List<RedirectArgs>?)

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.


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


@JvmName(name = "fxsdlcbvhetpwove")
suspend fun redirects(values: List<Output<RedirectArgs>>)
@JvmName(name = "ydmnxbmvupgnrigm")
suspend fun redirects(vararg values: RedirectArgs)

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.


@JvmName(name = "ehifjsfmxpolvrvg")
suspend fun redirects(argument: List<suspend RedirectArgsBuilder.() -> Unit>)
@JvmName(name = "jhfpqnkmbidmnawn")
suspend fun redirects(vararg argument: suspend RedirectArgsBuilder.() -> Unit)
@JvmName(name = "qhprtyuolaumraoi")
suspend fun redirects(argument: suspend RedirectArgsBuilder.() -> 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.