redirects

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


@JvmName(name = "cfqyrthagtmepfmg")
suspend fun redirects(values: List<Output<HostingVersionConfigRedirectArgs>>)
@JvmName(name = "mvblyivqyiltyugl")
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 = "fnxovfbicvuilrtw")
suspend fun redirects(argument: List<suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit>)
@JvmName(name = "hihvpsttqopgxhul")
suspend fun redirects(vararg argument: suspend HostingVersionConfigRedirectArgsBuilder.() -> Unit)
@JvmName(name = "tjycridmtcxdaqmw")
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.