host

@JvmName(name = "oejhqpnmjvrfmtrw")
suspend fun host(value: Output<String>)
@JvmName(name = "wtuknysgbamskhpo")
suspend fun host(value: String?)

Parameters

value

Host override. When specified, replaces the host part of the task URL. For example, if the task URL is "https://www.google.com", and host value is set to "example.net", the overridden URI will be changed to "https://example.net". Host value cannot be an empty string (INVALID_ARGUMENT).