xForwardedHosts

@JvmName(name = "fngcspoihtkucmyk")
suspend fun xForwardedHosts(value: Output<List<String>>)
@JvmName(name = "hxysvtnvtsugqanm")
suspend fun xForwardedHosts(value: List<String>?)

Parameters

value

A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.


@JvmName(name = "bfkmeilrtjwhtfiu")
suspend fun xForwardedHosts(vararg values: Output<String>)


@JvmName(name = "fahgcnodtwvpckhh")
suspend fun xForwardedHosts(values: List<Output<String>>)
@JvmName(name = "caobtxilmatsdxds")
suspend fun xForwardedHosts(vararg values: String)

Parameters

values

A list of allowed 'X-Forwarded-Host' domains with a maximum of 8.