LoadBalancerPoolOriginHeaderArgs

data class LoadBalancerPoolOriginHeaderArgs(val hosts: Output<List<String>>? = null) : ConvertibleToJava<LoadBalancerPoolOriginHeaderArgs>

Constructors

Link copied to clipboard
constructor(hosts: Output<List<String>>? = null)

Properties

Link copied to clipboard
val hosts: Output<List<String>>? = null

The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancerPoolOriginHeaderArgs