redirects

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


@JvmName(name = "xnkeeqiewmujbwwa")
suspend fun redirects(values: List<Output<HostingVersionConfigRedirectArgs>>)
@JvmName(name = "uulpgapnotbgecbp")
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 = "lbhcfjmjgfbijnvp")
suspend fun redirects(argument: List<suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit>)
@JvmName(name = "pkrobxovfwjschlt")
suspend fun redirects(vararg argument: suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit)
@JvmName(name = "vtwmicghylbtlbyq")
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.