forwardProxyUri property

String? forwardProxyUri
getter/setter pair

Url of the forward proxy to be applied to the runtime instances in this environment.

Must be in the format of {scheme}://{hostname}:{port}. Note that scheme must be one of "http" or "https", and port must be supplied.

Optional.

Implementation

core.String? forwardProxyUri;