Skip to content

Bedrock Agentcore Control  >  Structures  >  BrowserNetworkConfiguration

BrowserNetworkConfiguration

Structure Class

BrowserNetworkConfiguration dataclass

The network configuration for a browser. This structure defines how the browser connects to the network.

Attributes

network_mode class-attribute instance-attribute
network_mode: BrowserNetworkMode = BrowserNetworkMode('PUBLIC')

The network mode for the browser. This field specifies how the browser connects to the network.

vpc_config class-attribute instance-attribute
vpc_config: VpcConfig | None = None

The VPC configuration for the browser. This configuration is required when the network mode is set to VPC.