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)


494
495
496
497
498
499
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 494

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

#vpc_configTypes::VpcConfig

VpcConfig for the Agent.

Returns:



494
495
496
497
498
499
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 494

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