/** * Firewall mode applied to an upstream proxy. */ export type UpstreamProxyConfigFirewallMode = 'ALLOW' | 'ENABLED' | 'QUARANTINE';