redirects

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


@JvmName(name = "gxyadnedfnmgotfi")
suspend fun redirects(values: List<Output<RedirectArgs>>)
@JvmName(name = "gvsnckrrxeireeyr")
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 = "jaufuoymfkusejfw")
suspend fun redirects(argument: List<suspend RedirectArgsBuilder.() -> Unit>)
@JvmName(name = "ykmvbvjbyrygdeqd")
suspend fun redirects(vararg argument: suspend RedirectArgsBuilder.() -> Unit)
@JvmName(name = "djwkfvyddrpkinmi")
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.