Skip to content

Bedrock Agentcore  >  Structures  >  ProxyConfiguration

ProxyConfiguration

Structure Class

ProxyConfiguration dataclass

Configuration for routing browser traffic through customer-managed proxy servers. Supports 1-5 proxy servers for domain-based routing and proxy bypass rules.

Attributes

bypass class-attribute instance-attribute
bypass: ProxyBypass | None = None

Optional configuration for domains that should bypass all proxies and connect directly to their destination, like the internet. Takes precedence over all proxy routing rules.

proxies instance-attribute
proxies: list[Proxy]

An array of 1-5 proxy server configurations for domain-based routing. Each proxy can specify which domains it handles via domainPatterns, enabling flexible routing of different traffic through different proxies based on destination domain.