Class: Aws::BedrockAgentCoreControl::Types::BrowserNetworkConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_modeString

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

Returns:

  • (String)


335
336
337
338
339
340
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 335

class BrowserNetworkConfiguration < Struct.new(
  :network_mode,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfig

VpcConfig for the Agent.

Returns:



335
336
337
338
339
340
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 335

class BrowserNetworkConfiguration < Struct.new(
  :network_mode,
  :vpc_config)
  SENSITIVE = []
  include Aws::Structure
end