Skip to content

Bedrock Agentcore Control  >  Structures  >  CodeInterpreterNetworkConfiguration

CodeInterpreterNetworkConfiguration

Structure Class

CodeInterpreterNetworkConfiguration dataclass

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

Attributes

network_mode class-attribute instance-attribute

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

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

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