hosts

@JvmName(name = "drataqlvtlyldkkt")
suspend fun hosts(value: Output<List<String>>)
@JvmName(name = "nmetfvpfqkcpwvro")
suspend fun hosts(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "kevnkqipusqfawcs")
suspend fun hosts(values: List<Output<String>>)
@JvmName(name = "cuyncumyafvydgko")
suspend fun hosts(vararg values: String)

Parameters

values

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