noProxy

@JvmName(name = "fiyvpqoglnaiygmp")
suspend fun noProxy(value: Output<List<String>>)
@JvmName(name = "aeiagjluiirispdv")
suspend fun noProxy(value: List<String>?)

Parameters

value

A list of IPs, hostnames, and domains that should skip the proxy. Examples: "127.0.0.1", "example.com", ".corp", "localhost".


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


@JvmName(name = "ytgyrfwcddmjrsys")
suspend fun noProxy(values: List<Output<String>>)
@JvmName(name = "tgphrcohdcbucctc")
suspend fun noProxy(vararg values: String)

Parameters

values

A list of IPs, hostnames, and domains that should skip the proxy. Examples: "127.0.0.1", "example.com", ".corp", "localhost".