customRequestHeaders

@JvmName(name = "ktpdmfpjwrijpmnp")
suspend fun customRequestHeaders(value: Output<List<String>>)
@JvmName(name = "gvobyynscgwnnwqf")
suspend fun customRequestHeaders(value: List<String>?)

Parameters

value

Headers that the load balancer adds to proxied requests. See Creating custom headers.


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


@JvmName(name = "bwkbdaoahbrdrkch")
suspend fun customRequestHeaders(values: List<Output<String>>)
@JvmName(name = "lofjapppmfibvhqi")
suspend fun customRequestHeaders(vararg values: String)

Parameters

values

Headers that the load balancer adds to proxied requests. See Creating custom headers.