redirects

@JvmName(name = "qruiffdstyrvwmyv")
suspend fun redirects(value: Output<List<RedirectArgs>>)
@JvmName(name = "rkuwnvytdkvvlwbx")
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 = "lmmpuwtnphcjuvld")
suspend fun redirects(vararg values: Output<RedirectArgs>)


@JvmName(name = "ihykmawrhliyjnkr")
suspend fun redirects(values: List<Output<RedirectArgs>>)
@JvmName(name = "juoihmucrwanfxbd")
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 = "ibjymkepgrbggtwp")
suspend fun redirects(argument: List<suspend RedirectArgsBuilder.() -> Unit>)
@JvmName(name = "qlgwvjxnjmowisli")
suspend fun redirects(vararg argument: suspend RedirectArgsBuilder.() -> Unit)
@JvmName(name = "kqptvpdshxxpodjc")
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.